Skip to content
Snippets Groups Projects
Commit c70dc4e3 authored by Haiqing Jiang's avatar Haiqing Jiang Committed by Stephen Smalley
Browse files

domain writes to cgroup pseudo filesystem

parent d28714c6
No related branches found
No related tags found
No related merge requests found
...@@ -80,7 +80,7 @@ allow domain cache_file:file { getattr read }; ...@@ -80,7 +80,7 @@ allow domain cache_file:file { getattr read };
allow domain cache_file:lnk_file read; allow domain cache_file:lnk_file read;
# For /acct/uid/*/tasks. # For /acct/uid/*/tasks.
allow domain cgroup:dir search; allow domain cgroup:dir { search write };
allow domain cgroup:file w_file_perms; allow domain cgroup:file w_file_perms;
# For /sys/qemu_trace files in the emulator. # For /sys/qemu_trace files in the emulator.
......
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