blob: 71e0e70426a720268bb78255f7b715b71927b896 [file] [log] [blame]
Zvikomborero VIncent Zvikaramba831dc892016-07-22 00:42:03 -04001#============= init_shell ==============
2allow init_shell bluetooth_loader_exec:file execute_no_trans;
3
4#============= keystore ==============
Zvikomborero VIncent Zvikaramba0e97f652016-07-22 18:28:38 -04005allow keystore vfat:file { open read };
Zvikomborero VIncent Zvikaramba831dc892016-07-22 00:42:03 -04006allow keystore vfat:dir search;
7
8#============= mediaserver ==============
Zvikomborero VIncent Zvikarambaf3a61582016-07-22 17:02:55 -04009allow mediaserver sysfs_wake_lock:file { open read write };
10allow mediaserver system_data_file:sock_file write;
Zvikomborero VIncent Zvikaramba831dc892016-07-22 00:42:03 -040011
12#============= mm-qcamerad ==============
Zvikomborero VIncent Zvikaramba95be41c2016-07-22 12:52:07 -040013allow mm-qcamerad sysfs:file { read write };
Zvikomborero VIncent Zvikaramba831dc892016-07-22 00:42:03 -040014allow mm-qcamerad system_data_file:sock_file { create unlink };
15
16#============= rild ==============
Zvikomborero VIncent Zvikaramba0e97f652016-07-22 18:28:38 -040017allow rild proc_net:file { open read write };
Zvikomborero VIncent Zvikaramba831dc892016-07-22 00:42:03 -040018
19#============= shell ==============
20allow shell block_device:dir search;
Zvikomborero VIncent Zvikaramba204d1952016-07-22 03:53:34 -040021#allow shell labeledfs:filesystem remount;
Zvikomborero VIncent Zvikaramba831dc892016-07-22 00:42:03 -040022
23#============= system_server ==============
24allow system_server efs_file:dir search;
25
26#============= ueventd ==============
Zvikomborero VIncent Zvikaramba0e97f652016-07-22 18:28:38 -040027allow ueventd vfat:file { open read };
Zvikomborero VIncent Zvikaramba831dc892016-07-22 00:42:03 -040028allow ueventd vfat:dir search;
29
30#============= wcnss_service ==============
Zvikomborero VIncent Zvikaramba95be41c2016-07-22 12:52:07 -040031allow wcnss_service system_data_file:dir { read write };
Zvikomborero VIncent Zvikarambaf3a61582016-07-22 17:02:55 -040032
33#============= time_daemon ==============
34allow time_daemon time_data_file:dir remove_name;
35allow time_daemon time_data_file:file getattr;