commit | 2cd5dce39ba3ee80c57613f11d92f1ef3f3c6338 | [log] [tgz] |
---|---|---|
author | maxwen <max.weninger@gmail.com> | Sun Dec 10 18:15:57 2017 +0100 |
committer | Max Weninger <max.weninger@gmail.com> | Thu Nov 01 12:05:57 2018 +0100 |
tree | dc9bb759e2934d2de089ba6f87c40e5dc01304ca | |
parent | c61061e6934b4d51dc822d3a791cb4139b76a6a5 [diff] |
sepolicy: allow settings to read selinux status Change-Id: I218433da3c257a80ad4cd63230c8040292123804
diff --git a/sepolicy/private/system_app.te b/sepolicy/private/system_app.te new file mode 100644 index 0000000..08e4db4 --- /dev/null +++ b/sepolicy/private/system_app.te
@@ -0,0 +1,4 @@ +#selinux status +allow system_app selinuxfs:file r_file_perms; + +