diff options
author | dd3boh <dade.garberi@gmail.com> | 2017-08-21 08:48:30 +0200 |
---|---|---|
committer | dd3boh <dade.garberi@gmail.com> | 2017-08-21 08:49:37 +0200 |
commit | b6d300b7955c29ca21e0140f24822998dd11d623 (patch) | |
tree | cbb1953ffdb18d981bf522144ddf95519205ea65 /sepolicy/bootstat.te | |
parent | 1589fcc8026bb55f723b9368c9d06ac7a5a37452 (diff) |
sepolicy: Address some denials
Signed-off-by: dd3boh <dade.garberi@gmail.com>
Diffstat (limited to 'sepolicy/bootstat.te')
-rw-r--r-- | sepolicy/bootstat.te | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sepolicy/bootstat.te b/sepolicy/bootstat.te new file mode 100644 index 0000000..ffe9fc3 --- /dev/null +++ b/sepolicy/bootstat.te @@ -0,0 +1 @@ +allow bootstat rootfs:lnk_file { getattr }; |