nix: set deny_devel correctly
Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
parent
ad6d0ee55f
commit
efacaa40fa
@ -118,7 +118,8 @@ in
|
|||||||
env
|
env
|
||||||
;
|
;
|
||||||
syscall = {
|
syscall = {
|
||||||
inherit (app) devel multiarch bluetooth;
|
inherit (app) multiarch bluetooth;
|
||||||
|
deny_devel = !app.devel;
|
||||||
};
|
};
|
||||||
map_real_uid = app.mapRealUid;
|
map_real_uid = app.mapRealUid;
|
||||||
no_new_session = app.tty;
|
no_new_session = app.tty;
|
||||||
|
Loading…
Reference in New Issue
Block a user