Created
November 26, 2018 12:44
-
-
Save double-p/d6f16ea756c2815304a56d224df5d6a3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
policy_module(ssfn-sympa, 1.0) | |
require{ | |
type postfix_pipe_t; | |
type var_spool_t; | |
class file { write create rename }; | |
class dir { add_name open read write create remove_name }; | |
} | |
allow postfix_pipe_t var_spool_t:dir { add_name open read write remove_name }; | |
allow postfix_pipe_t var_spool_t:file { create write rename }; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment