Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/file_labeling_statements.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,11 @@ directories on that filesystem. File entries can be, if supported by the
underlying filesystem, labeled with a specific security context (as shown in
the examples), which is useful for pseudo filesystems exporting kernel state
(e.g. *proc*, *sysfs*, *cgroup2*, *securityfs*, *selinuxfs*).

By default, symbolic links (*lnk\_file*) will *not* be labelled according to
these statements. The policy capability *genfs\_seclabel\_symlinks* can be
enabled if labelling of symbolic links is required.

Note that there is no terminating semi-colon on this statement.

**The statement definition is:**
Expand Down
Loading