diff options
-rw-r--r-- | contrib/selinux/passt.te | 1 | ||||
-rw-r--r-- | contrib/selinux/pasta.te | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/contrib/selinux/passt.te b/contrib/selinux/passt.te index f595079..cd1e5ee 100644 --- a/contrib/selinux/passt.te +++ b/contrib/selinux/passt.te @@ -102,7 +102,6 @@ allow syslogd_t self:cap_userns sys_ptrace; allow passt_t self:process setcap; allow passt_t self:capability { sys_tty_config setpcap net_bind_service setuid setgid}; allow passt_t self:cap_userns { setpcap sys_admin sys_ptrace }; -allow passt_t self:user_namespace create; auth_read_passwd(passt_t) diff --git a/contrib/selinux/pasta.te b/contrib/selinux/pasta.te index 89c8043..656838d 100644 --- a/contrib/selinux/pasta.te +++ b/contrib/selinux/pasta.te @@ -113,7 +113,6 @@ init_daemon_domain(pasta_t, pasta_exec_t) allow pasta_t self:capability { setpcap net_bind_service sys_tty_config dac_read_search net_admin sys_resource setuid setgid }; allow pasta_t self:cap_userns { setpcap sys_admin sys_ptrace net_admin net_bind_service }; -allow pasta_t self:user_namespace create; auth_read_passwd(pasta_t) |