blob: 18fa8bb2c43866d3ab445fbffe245e487514ce3d [file] [log] [blame]
Inseob Kime1389972021-07-19 07:48:34 +00001allow fs_type self:filesystem associate;
2allow cgroup tmpfs:filesystem associate;
3allow cgroup_v2 tmpfs:filesystem associate;
4allow cgroup_rc_file tmpfs:filesystem associate;
5allow debugfs_type { debugfs debugfs_tracing debugfs_tracing_debug }:filesystem associate;
6allow dev_type tmpfs:filesystem associate;
Inseob Kim8565b962021-11-29 14:56:46 +09007allow extra_apk_file zipfusefs:filesystem associate;
Inseob Kime1389972021-07-19 07:48:34 +00008allow file_type labeledfs:filesystem associate;
9allow file_type tmpfs:filesystem associate;
10allow file_type rootfs:filesystem associate;
11allow proc_net proc:filesystem associate;
12allow sysfs_type sysfs:filesystem associate;
13allow system_data_file tmpfs:filesystem associate;
Victor Hsieh49c0ec72021-08-03 17:26:38 -070014
15type authfs_fuse, fs_type, contextmount_type;