Merge "Allow llkd to stat() /proc/sysrq-trigger"
This commit is contained in:
commit
145a91ff9c
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ allow llkd proc_hung_task:file rw_file_perms;
|
|||
|
||||
# live lock watchdog process allowed to dump process trace and
|
||||
# reboot because orderly shutdown may not be possible.
|
||||
allow llkd proc_sysrq:file w_file_perms;
|
||||
allow llkd proc_sysrq:file rw_file_perms;
|
||||
allow llkd kmsg_device:chr_file w_file_perms;
|
||||
|
||||
### neverallow rules
|
||||
|
|
Loading…
Reference in a new issue