Skip to content

Commit 26c7fab

Browse files
write-ups_unpublished: SELinux mention Android policy filename
1 parent 7e66f5c commit 26c7fab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

write-ups_unpublished/LSM_apparmor_selinux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ As the application (ftpd) itself is not aware of SELinux, SELinux bases this on
110110

111111
**Example of file types and names:**
112112
- Booleans: `booleans.local` (persistent config of which booleans should be on)
113-
- Policy: `policy.30` (compiled rules that will be used by SELinux system-wide, `.30` is simply the policy version). \
113+
- Policy: `policy.30` (compiled rules that will be used by SELinux system-wide, `.30` is simply the policy version). `sepolicy` (Android). \
114114
It may for instance be viewed with `seinfo policy.30 --all`
115115
- Contexts: e.g. `file_contexts`, `file_context*`, (for _file_ system objects), this specifies the default contexts (labels) for different files and directories on disk.
116116
Files may be deviate from this default (e.g. if it's simply moved there or was manually changed), it can optionally be restored with `restorecon`. \

0 commit comments

Comments
 (0)