diff options
-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 }; - |