blob: 683523293e3bbf62d7e0e3f705e0a80c50e5e547 [file] [log] [blame]
Ravi Kumar Siddojigari5c426bf2014-09-08 20:57:41 +05301# Adding allow rule for search on /fuse
Avijit Kanti Das441bad42015-05-12 14:07:41 -07002allow init fuse:dir { search mounton };
Avijit Kanti Dasd01b3b32014-10-21 10:30:09 -07003allow init self:capability sys_module;
Avijit Kanti Das19272f32015-08-10 14:30:34 -07004allow init {
5 adsprpcd_file
6 cache_file
7 persist_file
8 storage_file
9}:dir mounton;
10allow init kmsg_device:chr_file write;
Avijit Kanti Dasfec952f2015-08-14 15:39:51 -070011
William Clark2c0774d2015-09-25 14:14:52 -070012#For insmod to search module key for signature verification
13allow init kernel:key search;
14
Avijit Kanti Dasfec952f2015-08-14 15:39:51 -070015#For sdcard
16allow init tmpfs:lnk_file create_file_perms;
Sanket Khidkikar2e10de32015-10-05 20:26:00 -070017
18#Certain domains needs LD_PRELOAD passed from init
19#allow it for most domain. Do not honor LD_PRELOAD
20#for lmkd
21allow init { domain -lmkd }:process noatsecure;