diff options
author | uckelman <uckelman@nomic.net> | 2010-08-25 16:18:21 +0000 |
---|---|---|
committer | uckelman <uckelman@nomic.net> | 2010-08-25 16:18:21 +0000 |
commit | 30aa2396959855c14b1f63e73b286a9974ea7adb (patch) | |
tree | d750ac44573f4180d2f7379d0c55738c25bcf72d | |
parent | 30ad72c00ef0a12690bc28ed13a13721e6a16888 (diff) |
Local policy to let postfix local read Perl modules no longer needed as of selinux-policy-3.7.19-51.fc13.
git-svn-id: https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk@7124 67b53d14-2c14-4ace-a08f-0dab2b34000c
-rw-r--r-- | src/local.te | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/local.te b/src/local.te deleted file mode 100644 index bb9adbe..0000000 --- a/src/local.te +++ /dev/null @@ -1,11 +0,0 @@ -module local 1.0; - -require { - type postfix_local_t; - type usr_t; - class file { getattr read open ioctl }; -} - -#============= postfix_local_t ============== -allow postfix_local_t usr_t:file { getattr read open ioctl }; - |