diff options
author | Dan Walsh <dwalsh@redhat.com> | 2013-10-09 14:52:49 -0400 |
---|---|---|
committer | Stephen Smalley <sds@tycho.nsa.gov> | 2013-10-24 13:58:37 -0400 |
commit | ce2a8848ad45e375cfdb58cebe28bc12431bb3db (patch) | |
tree | f771d200d27e3c31a6a34acd7f074204b4a07f2d /libselinux/src/file_path_suffixes.h | |
parent | 7fe6036ca5e3624d6e3a0294b909d93b145eac31 (diff) | |
download | android_external_selinux-ce2a8848ad45e375cfdb58cebe28bc12431bb3db.tar.gz android_external_selinux-ce2a8848ad45e375cfdb58cebe28bc12431bb3db.tar.bz2 android_external_selinux-ce2a8848ad45e375cfdb58cebe28bc12431bb3db.zip |
Add selinux_systemd_contexts_path
systemd has some internal contexts like generated systemd unit files
that we want to allow it to check against processes trying to manage them.
Diffstat (limited to 'libselinux/src/file_path_suffixes.h')
-rw-r--r-- | libselinux/src/file_path_suffixes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libselinux/src/file_path_suffixes.h b/libselinux/src/file_path_suffixes.h index d11c8dcf..3c924245 100644 --- a/libselinux/src/file_path_suffixes.h +++ b/libselinux/src/file_path_suffixes.h @@ -23,6 +23,7 @@ S_(BINPOLICY, "/policy/policy") S_(VIRTUAL_DOMAIN, "/contexts/virtual_domain_context") S_(VIRTUAL_IMAGE, "/contexts/virtual_image_context") S_(LXC_CONTEXTS, "/contexts/lxc_contexts") + S_(SYSTEMD_CONTEXTS, "/contexts/systemd_contexts") S_(FILE_CONTEXT_SUBS, "/contexts/files/file_contexts.subs") S_(FILE_CONTEXT_SUBS_DIST, "/contexts/files/file_contexts.subs_dist") S_(SEPGSQL_CONTEXTS, "/contexts/sepgsql_contexts") |