You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
476 B
14 lines
476 B
diff -up ./init/fagenrules.fix ./init/fagenrules
|
|
--- ./init/fagenrules.fix 2022-04-01 16:12:50.512164904 +0200
|
|
+++ ./init/fagenrules 2022-04-01 16:21:07.924712100 +0200
|
|
@@ -117,7 +117,8 @@ fi
|
|
|
|
# We copy the file so that it gets the right selinux label
|
|
cp ${TmpRules} ${DestinationFile}
|
|
-chmod 0640 ${DestinationFile}
|
|
+chmod 0644 ${DestinationFile}
|
|
+chgrp fapolicyd ${DestinationFile}
|
|
|
|
# Restore context on MLS system.
|
|
# /tmp is SystemLow & fapolicyd.rules is SystemHigh
|