fixup! sepolicy: whitelist recovery from node creation neverallow
Signed-off-by: HeroBuxx <me@herobuxx.me>
This commit is contained in:
parent
2d19253baa
commit
cbf3df362f
2 changed files with 1 additions and 1 deletions
|
@ -375,7 +375,6 @@ neverallow {
|
|||
-init
|
||||
-ueventd
|
||||
-vold
|
||||
-recovery
|
||||
} self:global_capability_class_set mknod;
|
||||
|
||||
# No process can map low memory (< CONFIG_LSM_MMAP_MIN_ADDR).
|
||||
|
|
|
@ -609,6 +609,7 @@ neverallow {
|
|||
-init
|
||||
-ueventd
|
||||
-vold
|
||||
-recovery
|
||||
} self:global_capability_class_set mknod;
|
||||
|
||||
# No process can map low memory (< CONFIG_LSM_MMAP_MIN_ADDR).
|
||||
|
|
Loading…
Reference in a new issue