Inseob Kim | e138997 | 2021-07-19 07:48:34 +0000 | [diff] [blame] | 1 | allow fs_type self:filesystem associate; |
| 2 | allow cgroup tmpfs:filesystem associate; |
| 3 | allow cgroup_v2 tmpfs:filesystem associate; |
| 4 | allow cgroup_rc_file tmpfs:filesystem associate; |
| 5 | allow debugfs_type { debugfs debugfs_tracing debugfs_tracing_debug }:filesystem associate; |
| 6 | allow dev_type tmpfs:filesystem associate; |
Inseob Kim | 8565b96 | 2021-11-29 14:56:46 +0900 | [diff] [blame] | 7 | allow extra_apk_file zipfusefs:filesystem associate; |
Inseob Kim | e138997 | 2021-07-19 07:48:34 +0000 | [diff] [blame] | 8 | allow file_type labeledfs:filesystem associate; |
| 9 | allow file_type tmpfs:filesystem associate; |
| 10 | allow file_type rootfs:filesystem associate; |
| 11 | allow proc_net proc:filesystem associate; |
| 12 | allow sysfs_type sysfs:filesystem associate; |
| 13 | allow system_data_file tmpfs:filesystem associate; |
Victor Hsieh | 49c0ec7 | 2021-08-03 17:26:38 -0700 | [diff] [blame] | 14 | |
| 15 | type authfs_fuse, fs_type, contextmount_type; |