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 23876b4 commit 3e77c95Copy full SHA for 3e77c95
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 execute_no_trans open };
+allow audisp_t unlabeled_t:file { execute_no_trans open };
38
39
#============= httpd_t ==============
40
allow httpd_t faillog_t:file { open read };
0 commit comments