summaryrefslogtreecommitdiffstats
path: root/common/qcomsysd.te
blob: d9edea1f90e7ccd3f4234c5b22a6aa4ae000e170 (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
30
#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
set_prop(qcomsysd, boot_mode_prop);

#diag
userdebug_or_eng(`
    diag_use(qcomsysd)
    allow qcomsysd sysfs:file w_file_perms;
')