This permission is already allowed by included mmap_file_perms.

This commit is contained in:
Dominick Grift 2010-09-23 13:59:44 +02:00
parent 11ad1dae65
commit 8725d6334d

View File

@ -121,7 +121,7 @@ can_exec(postfix_master_t, postfix_exec_t)
allow postfix_master_t postfix_data_t:dir manage_dir_perms;
allow postfix_master_t postfix_data_t:file manage_file_perms;
allow postfix_master_t postfix_map_exec_t:file { mmap_file_perms ioctl lock };
allow postfix_master_t postfix_map_exec_t:file { mmap_file_perms lock };
allow postfix_master_t postfix_postdrop_exec_t:file getattr;