Skip to content
Snippets Groups Projects
Commit 35c8d4fd authored by Stephen Smalley's avatar Stephen Smalley
Browse files

system needs open permission to qtaguid ctrl file.

parent 322b37a9
No related branches found
No related tags found
No related merge requests found
...@@ -74,7 +74,7 @@ allow system appdomain:dir r_dir_perms; ...@@ -74,7 +74,7 @@ allow system appdomain:dir r_dir_perms;
allow system appdomain:{ file lnk_file } rw_file_perms; allow system appdomain:{ file lnk_file } rw_file_perms;
# Write to /proc/net/xt_qtaguid/ctrl. # Write to /proc/net/xt_qtaguid/ctrl.
allow system qtaguid:file write; allow system qtaguid:file rw_file_perms;
# Notify init of death. # Notify init of death.
allow system init:process sigchld; allow system init:process sigchld;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment