Skip to content
Snippets Groups Projects
Commit 92de005c authored by Nick Kralevich's avatar Nick Kralevich Committed by Android Git Automerger
Browse files

am cba45592: Merge "Drop unused rules for raw I/O and mknod."

* commit 'cba45592':
  Drop unused rules for raw I/O and mknod.
parents 04cb83fc cba45592
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,3 @@ allow recovery dev_type:blk_file rw_file_perms; ...@@ -15,7 +15,3 @@ allow recovery dev_type:blk_file rw_file_perms;
allow recovery self:process execmem; allow recovery self:process execmem;
allow recovery ashmem_device:chr_file execute; allow recovery ashmem_device:chr_file execute;
allow recovery tmpfs:file rx_file_perms; allow recovery tmpfs:file rx_file_perms;
## TODO: Investigate whether it is safe to remove these
allow recovery self:capability { sys_rawio mknod };
auditallow recovery self:capability { sys_rawio mknod };
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment