git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/selinux/my-unixchkpwd.te
blob: e0e3025abe99562dc337d5f420ad681142a751a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
module my-unixchkpwd 1.0;

require {
	type admin_home_t;
	type chkpwd_t;
	class file { map open read };
}

#============= chkpwd_t ==============
allow chkpwd_t admin_home_t:file { map open read };