mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-10 20:19:07 +00:00
seccomp: Add unshare to fs device policy
Needed because of CL:3263932 BUG=none TEST=vm.Fio Change-Id: I50502476dd9591c114094cc43dda81f2c6e2c516 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3276112 Auto-Submit: Chirantan Ekbote <chirantan@chromium.org> Commit-Queue: Keiichi Watanabe <keiichiw@chromium.org> Tested-by: kokoro <noreply+kokoro@google.com> Reviewed-by: Keiichi Watanabe <keiichiw@chromium.org>
This commit is contained in:
parent
bc144baf0e
commit
f01d4b1f16
3 changed files with 3 additions and 0 deletions
|
@ -56,3 +56,4 @@ utimensat: 1
|
|||
prctl: arg0 == PR_SET_NAME || arg0 == PR_SET_SECUREBITS || arg0 == PR_GET_SECUREBITS
|
||||
capget: 1
|
||||
capset: 1
|
||||
unshare: 1
|
||||
|
|
|
@ -61,3 +61,4 @@ utimensat_time64: 1
|
|||
prctl: arg0 == PR_SET_NAME || arg0 == PR_SET_SECUREBITS || arg0 == PR_GET_SECUREBITS
|
||||
capget: 1
|
||||
capset: 1
|
||||
unshare: 1
|
||||
|
|
|
@ -59,3 +59,4 @@ utimensat: 1
|
|||
prctl: arg0 == PR_SET_NAME || arg0 == PR_SET_SECUREBITS || arg0 == PR_GET_SECUREBITS
|
||||
capget: 1
|
||||
capset: 1
|
||||
unshare: 1
|
Loading…
Reference in a new issue