diff options
| author | Ophestra Umiker <cat@ophivana.moe> | 2024-11-09 11:57:36 +0900 |
|---|---|---|
| committer | Ophestra Umiker <cat@ophivana.moe> | 2024-11-09 12:01:34 +0900 |
| commit | 9a13b311ac9b180a9a24e0d99a0487fb1997de32 (patch) | |
| tree | 0fead98ffa0eedd7b67d50e2c46129c32447046b /nixos.nix | |
| parent | 45fead18c377abcf5138f26b4908389f34d2ba60 (diff) | |
app/config: rename map_real_uid from use_real_uid
This option only changes mapped uid in the user namespace.
Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
Diffstat (limited to 'nixos.nix')
| -rw-r--r-- | nixos.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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"; } |
