Merge pull request #620 from 0xC0ncord/chromium-userns
chromium: allow chromium-naclhelper to create user namespaces
This commit is contained in:
commit
d6b44b9c4f
@ -379,6 +379,7 @@ allow chromium_sandbox_t chromium_naclhelper_t:process share;
|
||||
# Chromium nacl helper local policy
|
||||
#
|
||||
|
||||
allow chromium_naclhelper_t self:user_namespace create;
|
||||
allow chromium_naclhelper_t chromium_t:unix_stream_socket { getattr read write };
|
||||
allow chromium_naclhelper_t chromium_sandbox_t:unix_stream_socket { getattr read write };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user