Fix a few places where command line applications were only granted one of tty or pty permissions and could be used from either
Signed-off-by: Daniel Burgener <Daniel.Burgener@microsoft.com>
This commit is contained in:
parent
4f846ea99d
commit
5ba931d49d
|
@ -45,7 +45,7 @@ locallogin_use_fds(loadkeys_t)
|
|||
|
||||
miscfiles_read_localization(loadkeys_t)
|
||||
|
||||
userdom_use_user_ttys(loadkeys_t)
|
||||
userdom_use_user_terminals(loadkeys_t)
|
||||
userdom_list_user_home_content(loadkeys_t)
|
||||
|
||||
optional_policy(`
|
||||
|
|
|
@ -142,7 +142,7 @@ sysnet_dns_name_resolve(chronyc_t)
|
|||
|
||||
miscfiles_read_localization(chronyc_t)
|
||||
|
||||
userdom_use_user_ttys(chronyc_t)
|
||||
userdom_use_user_terminals(chronyc_t)
|
||||
|
||||
chronyd_dgram_send(chronyc_t)
|
||||
chronyd_read_config(chronyc_t)
|
||||
|
|
|
@ -1046,8 +1046,7 @@ miscfiles_read_localization(systemd_passwd_agent_t)
|
|||
|
||||
seutil_search_default_contexts(systemd_passwd_agent_t)
|
||||
|
||||
userdom_use_user_ttys(systemd_passwd_agent_t)
|
||||
userdom_use_user_ptys(systemd_passwd_agent_t)
|
||||
userdom_use_user_terminals(systemd_passwd_agent_t)
|
||||
|
||||
optional_policy(`
|
||||
getty_use_fds(systemd_passwd_agent_t)
|
||||
|
|
Loading…
Reference in New Issue