drop vold from sys_rawio neverallow exception
This does not appear needed anymore. Change-Id: I3128ab610c742b18008f4cfc2a7116b210f770e7
This commit is contained in:
parent
6c768d7487
commit
1df23cbf8e
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ neverallow {
|
|||
} self:capability mknod;
|
||||
|
||||
# Limit raw I/O to these whitelisted domains.
|
||||
neverallow { domain -kernel -init -recovery -ueventd -watchdogd -healthd -vold -uncrypt -tee } self:capability sys_rawio;
|
||||
neverallow { domain -kernel -init -recovery -ueventd -watchdogd -healthd -uncrypt -tee } self:capability sys_rawio;
|
||||
|
||||
# No process can map low memory (< CONFIG_LSM_MMAP_MIN_ADDR).
|
||||
neverallow * self:memprotect mmap_zero;
|
||||
|
|
Loading…
Reference in a new issue