app/config: rename map_real_uid from use_real_uid
All checks were successful
test / test (push) Successful in 19s

This option only changes mapped uid in the user namespace.

Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
This commit is contained in:
2024-11-09 11:57:36 +09:00
parent 45fead18c3
commit 9a13b311ac
3 changed files with 6 additions and 6 deletions

View File

@@ -130,7 +130,7 @@ in
Whether to allow userns within sandbox.
'';
useRealUid = mkEnableOption ''
mapRealUid = mkEnableOption ''
Whether to map to fortify's real UID within the sandbox.
'';
@@ -330,7 +330,7 @@ in
dev
env
;
use_real_uid = launcher.useRealUid;
map_real_uid = launcher.mapRealUid;
filesystem =
[
{ src = "/bin"; }