diff options
Diffstat (limited to 'sepolicy/sysinit.te')
-rw-r--r-- | sepolicy/sysinit.te | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/sepolicy/sysinit.te b/sepolicy/sysinit.te deleted file mode 100644 index 8c9fb98..0000000 --- a/sepolicy/sysinit.te +++ /dev/null @@ -1,17 +0,0 @@ -type sysinit, domain; -allow sysinit adsprpcd_file:dir getattr; -allow sysinit cache_file:dir getattr; -allow sysinit proc:file write; -allow sysinit proc_dirty_ratio:file write; -allow sysinit self:capability { dac_override dac_read_search }; -allow sysinit storage_file:dir getattr; -allow sysinit system_block_device:blk_file read; -allow sysinit proc:file open; -allow sysinit proc_dirty_ratio:file open; -allow sysinit system_block_device:blk_file open; -allow sysinit proc:file read; -allow sysinit proc_dirty_ratio:file read; -allow sysinit system_block_device:blk_file ioctl; -allow sysinit proc:file getattr; -allow sysinit proc_dirty_ratio:file getattr; -allow sysinit self:capability sys_admin; |