We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e77c95 commit 5aa1bfeCopy full SHA for 5aa1bfe
files/my-appprotect.te
@@ -34,7 +34,7 @@ require {
34
#!!!! WARNING: 'unlabeled_t' is a base type.
35
#!!!! The file '/etc/ld.so.cache' is mislabeled on your system.
36
#!!!! Fix with $ restorecon -R -v /etc/ld.so.cache
37
-allow audisp_t unlabeled_t:file { execute_no_trans open };
+allow audisp_t unlabeled_t:file { execute execute_no_trans getattr open };
38
39
#============= httpd_t ==============
40
allow httpd_t faillog_t:file { open read };
0 commit comments