commit | 5329aa5101f73c451bcd48deaf3f296685849d9c | [log] [tgz] |
---|---|---|
author | Jiao Zhou <jiaozhou@google.com> | Fri Oct 20 00:46:39 2023 +0200 |
committer | Ard Biesheuvel <ardb@kernel.org> | Fri Oct 20 00:47:18 2023 +0200 |
tree | ec9c0fe5ebf3675c6385db7a49994affc2ede172 | |
parent | 0bb80ecc33a8fb5a682236443c1e740d5c917d1d [diff] |
efivarfs: Add uid/gid mount options Allow UEFI variables to be modified by non-root processes in order to run sandboxed code. This doesn't change the behavior of mounting efivarfs unless uid/gid are specified; by default both are set to root. Signed-off-by: Jiao Zhou <jiaozhou@google.com> Acked-by: Matthew Garrett <mgarrett@aurora.tech> Signed-off-by: Ard Biesheuvel <ardb@kernel.org>