blob: cbbd3791904756caff44308b8d619e728967b829 [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;
7allow file_type labeledfs:filesystem associate;
8allow file_type tmpfs:filesystem associate;
9allow file_type rootfs:filesystem associate;
10allow proc_net proc:filesystem associate;
11allow sysfs_type sysfs:filesystem associate;
12allow system_data_file tmpfs:filesystem associate;
Victor Hsieh49c0ec72021-08-03 17:26:38 -070013
14type authfs_fuse, fs_type, contextmount_type;