blob: 7ca7168be7236921da3b10c8ee0adaeb68b9bda0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
type init-firstboot, domain;
type init-firstboot_exec, exec_type, vendor_file_type, file_type;
init_daemon_domain(init-firstboot)
allow init-firstboot vendor_shell_exec:file rx_file_perms;
allow init-firstboot vendor_toolbox_exec:file rx_file_perms;
# Read USB connection state
allow init-firstboot sysfs_msm_subsys:dir search;
r_dir_file(init-firstboot, sysfs_batteryinfo)
# Set property to trigger a shutdown
set_prop(init-firstboot, powerctl_prop)
|