chromium: Allow user namespace creation.
closes #600 Signed-off-by: Chris PeBenito <chpebeni@linux.microsoft.com>
This commit is contained in:
parent
0e1cc1e01e
commit
ffd80c42c9
@ -96,6 +96,7 @@ allow chromium_t self:file create;
|
||||
allow chromium_t self:fifo_file rw_fifo_file_perms;
|
||||
allow chromium_t self:sem create_sem_perms;
|
||||
allow chromium_t self:netlink_kobject_uevent_socket client_stream_socket_perms;
|
||||
allow chromium_t self:user_namespace create;
|
||||
# cap_userns sys_admin for the sandbox
|
||||
allow chromium_t self:cap_userns { sys_admin sys_chroot sys_ptrace };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user