mirror of
https://github.com/SELinuxProject/refpolicy
synced 2025-04-01 22:58:20 +00:00
lmtp and smtp are the same file require same context of setfiles complains
postfix_pickup_t wants to read postfix_spool_maildrop_t dir
This commit is contained in:
parent
ecc98e19e3
commit
f2c69c47b3
@ -1,3 +1,4 @@
|
|||||||
|
- Patch for postfix lmtp labeling and pickup rule fix from Dan Walsh.
|
||||||
- Patch for kerberized telnet fixes from Dan Walsh.
|
- Patch for kerberized telnet fixes from Dan Walsh.
|
||||||
- Patch for kerberized ftp and other ftp fixes from Dan Walsh.
|
- Patch for kerberized ftp and other ftp fixes from Dan Walsh.
|
||||||
- Patch for an additional wine executable from Dan Walsh.
|
- Patch for an additional wine executable from Dan Walsh.
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
ifdef(`distro_redhat', `
|
ifdef(`distro_redhat', `
|
||||||
/usr/libexec/postfix/.* -- gen_context(system_u:object_r:postfix_exec_t,s0)
|
/usr/libexec/postfix/.* -- gen_context(system_u:object_r:postfix_exec_t,s0)
|
||||||
/usr/libexec/postfix/cleanup -- gen_context(system_u:object_r:postfix_cleanup_exec_t,s0)
|
/usr/libexec/postfix/cleanup -- gen_context(system_u:object_r:postfix_cleanup_exec_t,s0)
|
||||||
|
/usr/libexec/postfix/lmtp -- gen_context(system_u:object_r:postfix_smtp_exec_t,s0)
|
||||||
/usr/libexec/postfix/local -- gen_context(system_u:object_r:postfix_local_exec_t,s0)
|
/usr/libexec/postfix/local -- gen_context(system_u:object_r:postfix_local_exec_t,s0)
|
||||||
/usr/libexec/postfix/master -- gen_context(system_u:object_r:postfix_master_exec_t,s0)
|
/usr/libexec/postfix/master -- gen_context(system_u:object_r:postfix_master_exec_t,s0)
|
||||||
/usr/libexec/postfix/pickup -- gen_context(system_u:object_r:postfix_pickup_exec_t,s0)
|
/usr/libexec/postfix/pickup -- gen_context(system_u:object_r:postfix_pickup_exec_t,s0)
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
policy_module(postfix,1.4.0)
|
policy_module(postfix,1.4.1)
|
||||||
|
|
||||||
########################################
|
########################################
|
||||||
#
|
#
|
||||||
@ -386,6 +386,7 @@ rw_sock_files_pattern(postfix_pickup_t,postfix_public_t,postfix_public_t)
|
|||||||
|
|
||||||
postfix_list_spool(postfix_pickup_t)
|
postfix_list_spool(postfix_pickup_t)
|
||||||
|
|
||||||
|
allow postfix_pickup_t postfix_spool_maildrop_t:dir list_dir_perms;
|
||||||
read_files_pattern(postfix_pickup_t,postfix_spool_maildrop_t,postfix_spool_maildrop_t)
|
read_files_pattern(postfix_pickup_t,postfix_spool_maildrop_t,postfix_spool_maildrop_t)
|
||||||
delete_files_pattern(postfix_pickup_t,postfix_spool_maildrop_t,postfix_spool_maildrop_t)
|
delete_files_pattern(postfix_pickup_t,postfix_spool_maildrop_t,postfix_spool_maildrop_t)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user