aboutsummaryrefslogtreecommitdiff
path: root/selinux_pols/samba.te
blob: b153f833cd5182731d6761573a5a3044ecd7f446 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
module samba-custom 1.0;

require {
	type sysctl_crypto_t;
	type smbd_t;
	class dir search;
	class file { read getattr open };
}

#============= smbd_t ==============
allow smbd_t sysctl_crypto_t:dir search;
allow smbd_t sysctl_crypto_t:file { read getattr open };