Redundant: domtrans_pattern includes these.

Signed-off-by: Dominick Grift <domg472@gmail.com>
This commit is contained in:
Dominick Grift 2010-09-16 09:42:26 +02:00
parent d0b7562f02
commit a87e8f736c

View File

@ -411,9 +411,6 @@ template(`ssh_role_template',`
# for the transition back to normal privs upon exec # for the transition back to normal privs upon exec
userdom_search_user_home_content($1_ssh_agent_t) userdom_search_user_home_content($1_ssh_agent_t)
userdom_user_home_domtrans($1_ssh_agent_t, $3) userdom_user_home_domtrans($1_ssh_agent_t, $3)
allow $3 $1_ssh_agent_t:fd use;
allow $3 $1_ssh_agent_t:fifo_file rw_file_perms;
allow $3 $1_ssh_agent_t:process sigchld;
tunable_policy(`use_nfs_home_dirs',` tunable_policy(`use_nfs_home_dirs',`
fs_manage_nfs_files($1_ssh_agent_t) fs_manage_nfs_files($1_ssh_agent_t)