Context Utilities
Hi,
I don't understand the example commads with the according outputs in the lesson:
$ chcon -t etc_t somefile $ chcon --reference somefile someotherfile $ ls -Z -rw-rw-r--. dog dog unconfined_u:object_r:user_home_t:s0 somefile $ chcon -t etc_t somefile $ ls -Z -rw-rw-r--. dog dog unconfined_u:object_r:etc_t:s0 somefile $ ls -Z -rw-rw-r--. dog dog unconfined_u:object_r:etc_t:s0 somefile -rw-rw-r--. dog dog unconfined_u:object_r:user_home_t:s0 somefile1 $ chcon --reference somefile somefile1 $ ls -Z -rw-rw-r--. dog dog unconfined_u:object_r:etc_t:s0 somefile -rw-rw-r--. dog dog unconfined_u:object_r:etc_t:s0 somefile1
Could you please explain what each of the commands does and verify if the returns are really the result of the preceding command/s?
E.g. in the first example on the top, we have two chcon commands followed by an ls -Z command. I don't understand what happened with the reference and why somefile doesn't have the etc_t type. Also shouldn't it be an ls -lZ for the long listing instead of only ls -Z?
Thanks,
Urs
Answers
-
Sorry this section is confusing. We will target for clarity in the next update. To clarify, the structure of this section is:
List the commands (with no explanation which is a poor choice)
Show commands and their outputs (with little associated explanation, also a poor choice)My apologies for this and we will rectify this on next update. Also keep in mind that this is meant to be very much an introduction to SELinux with high level overview.
For now just understand that SELinux is about which processes have permissions to act on which files and directories.
The easiest way to control access is to set the context of a file or directory (and also sockets, ports, etc.) which dictates which processes are allowed to access it.
The -Z command is how to see information regarding a file as it pertains to SELinux. It should be -lZ for the long output as you note.
The point of the series of commands on this page is to show that you can use the context of one file to set the context of another file with the command:
chcon --reference somefile somefile1
Hope that helps for now!1 -
Hi Eric,
Thanks for your reply. I think I got it.
Regards,
Urs0
Categories
- All Categories
- 177 LFX Mentorship
- 177 LFX Mentorship: Linux Kernel
- 769 Linux Foundation IT Professional Programs
- 379 Cloud Engineer IT Professional Program
- 175 Advanced Cloud Engineer IT Professional Program
- 75 DevOps IT Professional Program - Discontinued
- 7 DevOps & GitOps IT Professional Program
- 102 Cloud Native Developer IT Professional Program
- 7.6K Training Courses & Learning Paths
- 5 AI & ML Training
- 1 Blockchain & Decentralized Identity Training
- 11 Cloud & Containers Training
- 1 Cybersecurity Training
- 2 DevOps & Site-Reliability Training
- 1 Linux Kernel Development Training
- 1 Networking Training
- 2 Open Source Best Practice Training
- 3 System Administration Training
- 1 System Engineering Training
- 1 Web & Application Development Training
- 796 Hardware
- 202 Drivers
- 68 I/O Devices
- 37 Monitors
- 95 Multimedia
- 173 Networking
- 91 Printers & Scanners
- 91 Storage
- 771 Linux Distributions
- 81 Debian
- 68 Fedora
- 23 Linux Mint
- 13 Mageia
- 24 openSUSE
- 151 Red Hat Enterprise
- 31 Slackware
- 13 SUSE Enterprise
- 356 Ubuntu
- 465 Linux System Administration
- 31 Cloud Computing
- 73 Command Line/Scripting
- Github systems admin projects
- 98 Linux Security
- 78 Network Management
- 101 System Management
- 46 Web Management
- 121 Mobile Computing
- 20 Android
- 86 Development
- 1.2K New to Linux
- 1K Getting Started with Linux
- 395 Off Topic
- 121 Introductions
- 30 Study Material
- 1K Programming and Development
- 310 Kernel Development
- 695 Software Development
- 1K Software
- 402 Applications
- 182 Command Line
- 5 Compiling/Installing
- 69 Games
- 318 Installation
- Archived
- 183 Small Talk
- 2 LFD140 Class Forum
- 1.4K LFS258 Class Forum
Upcoming Training
-
August 20, 2018
Kubernetes Administration (LFS458)
-
August 20, 2018
Linux System Administration (LFS301)
-
August 27, 2018
Open Source Virtualization (LFS462)
-
August 27, 2018
Linux Kernel Debugging and Security (LFD440)