From 0632591996893fe136a1f2fe44d9b9f404f41f3e Mon Sep 17 00:00:00 2001 From: Harald Pfeiffer Date: Thu, 1 Nov 2018 13:30:58 +0100 Subject: Initial commit --- documentation/selinux/my-unixchkpwd.te | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 documentation/selinux/my-unixchkpwd.te (limited to 'documentation/selinux/my-unixchkpwd.te') diff --git a/documentation/selinux/my-unixchkpwd.te b/documentation/selinux/my-unixchkpwd.te new file mode 100644 index 0000000..e0e3025 --- /dev/null +++ b/documentation/selinux/my-unixchkpwd.te @@ -0,0 +1,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 }; -- cgit v1.2.3