aboutsummaryrefslogtreecommitdiff
path: root/selinux_pols/fuse.te
blob: 510cbe39933b0508bde93125cdc98d778758b400 (plain)
1
2
3
4
5
6
7
8
9
10
module fuse-custom 1.0;

require {
	type fuse_device_t;
	type mount_t;
	class chr_file { write read };
}

#============= mount_t ==============
allow mount_t fuse_device_t:chr_file { write read };