From 8413ad60cd7a292df71399b1b6d3aecb9d3028f9 Mon Sep 17 00:00:00 2001 From: Yuan Yao Date: Tue, 17 Sep 2024 08:27:40 +0000 Subject: [PATCH] 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 Commit-Queue: Daniel Verkamp --- src/crosvm/cmdline.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/crosvm/cmdline.rs b/src/crosvm/cmdline.rs index 2ef4169643..74b52f683d 100644 --- a/src/crosvm/cmdline.rs +++ b/src/crosvm/cmdline.rs @@ -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//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