git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/selinux/my-unixchkpwd.te
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/selinux/my-unixchkpwd.te')
-rw-r--r--documentation/selinux/my-unixchkpwd.te11
1 files changed, 11 insertions, 0 deletions
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 };