summaryrefslogtreecommitdiffstats
path: root/sepolicy/fs_setup.te
blob: e8404f1deb28d3f80863332e00be3a3935868216 (plain)
1
2
3
4
5
6
7
8
# fs_setup
type fs_setup, domain;
type fs_setup_exec, exec_type, file_type;
init_daemon_domain(fs_setup)

allow fs_setup cache_block_device:blk_file rw_file_perms;
allow fs_setup userdata_block_device:blk_file rw_file_perms;
allow fs_setup block_device:dir search;