mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-28 09:33:01 +00:00
device: fs: fix security_ctx option comment
Fix the virtio-fs security_ctx option comment. BUG=b:367576139 TEST=None Change-Id: I3e73b8fa1c8b2d8395494d0a0fa44425fb1f342f Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/5869550 Reviewed-by: Daniel Verkamp <dverkamp@chromium.org> Commit-Queue: Daniel Verkamp <dverkamp@chromium.org>
This commit is contained in:
parent
a966c09292
commit
8413ad60cd
1 changed files with 1 additions and 1 deletions
|
@ -2199,7 +2199,7 @@ pub struct RunCommand {
|
|||
/// feature(default: true). This should be set to false
|
||||
/// in case the when the host not allowing write to
|
||||
/// /proc/<pid>/attr/fscreate, or guest directory does
|
||||
/// care about the security context.
|
||||
/// not care about the security context.
|
||||
/// Options uid and gid are useful when the crosvm process
|
||||
/// has no CAP_SETGID/CAP_SETUID but an identity mapping of
|
||||
/// the current user/group between the VM and the host is
|
||||
|
|
Loading…
Reference in a new issue