crash_dump: dontaudit devices passed by exec() am: 1795d0bcfd
am: 301e0e366c
Change-Id: If6b2e6663613db34c4415f1f282e68effbea7391
This commit is contained in:
commit
0bbc83daf2
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
typeattribute crash_dump coredomain;
|
||||
|
||||
# Crash dump does not need to access the GPU.
|
||||
dontaudit crash_dump gpu_device:chr_file *;
|
||||
# Crash dump does not need to access devices passed across exec().
|
||||
dontaudit crash_dump dev_type:chr_file { read write };
|
||||
|
||||
allow crash_dump {
|
||||
domain
|
||||
|
|
Loading…
Reference in a new issue