summaryrefslogtreecommitdiffstats
path: root/common/qcomsysd.te
blob: c1257cb89f67e52d66da42cfeed8b9a084f8c20f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#Policy file for qcom-system-daemon
#qcomsysd = qcom-system-daemon domain
type qcomsysd, domain, domain_deprecated;
type qcomsysd_exec, exec_type, file_type;
init_daemon_domain(qcomsysd);

#Needed for logging
allow qcomsysd smem_log_device:chr_file rw_file_perms;

#Needed to read/write cookies to the misc partition
allow qcomsysd block_device:dir r_dir_perms;
allow qcomsysd {
    #Needed to access the bootselect partition
    bootselect_device
}:blk_file rw_file_perms;

#Needed to get image info from socinfo
r_dir_file(qcomsysd, sysfs_socinfo)
allow qcomsysd sysfs_socinfo:file w_file_perms;

allow qcomsysd self:capability { dac_override sys_boot };
use_per_mgr(qcomsysd);
#allow qcomsysd access boot mode switch
allow qcomsysd boot_mode_prop:property_service set;

#diag
userdebug_or_eng(`
    diag_use(qcomsysd)
')