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

am 6f839792: am c0a26d79: am df2547b9: Merge "Drop unused rules for raw I/O,...

am 6f839792: am c0a26d79: am df2547b9: Merge "Drop unused rules for raw I/O, mknod, and block device access."

* commit '6f839792':
  Drop unused rules for raw I/O, mknod, and block device access.
parents 2c398a86 6f839792
Branches
Tags
No related merge requests found
...@@ -17,10 +17,3 @@ dontaudit kernel self:security setenforce; ...@@ -17,10 +17,3 @@ dontaudit kernel self:security setenforce;
# Set checkreqprot by init.rc prior to switching to init domain. # Set checkreqprot by init.rc prior to switching to init domain.
allow kernel self:security setcheckreqprot; allow kernel self:security setcheckreqprot;
# For operations performed by kernel or init prior to switching to init domain.
## TODO: Investigate whether it is safe to remove these
allow kernel self:capability { sys_rawio mknod };
auditallow kernel self:capability { sys_rawio mknod };
allow kernel dev_type:blk_file rw_file_perms;
auditallow kernel dev_type:blk_file rw_file_perms;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment