mirror of https://codeberg.org/anemofilia/zero
operating-systems: buer: rules: Permit root to run commands as other users keeping its environment
parent
b3339e4ff1
commit
01c68e7965
|
@ -11,7 +11,9 @@
|
||||||
(setenv
|
(setenv
|
||||||
`(("GUILE_LOAD_PATH" . #t)
|
`(("GUILE_LOAD_PATH" . #t)
|
||||||
("GUILE_LOAD_COMPILED_PATH" . #t)
|
("GUILE_LOAD_COMPILED_PATH" . #t)
|
||||||
("TERM" . "linux"))))))
|
("TERM" . "linux"))))
|
||||||
|
(permit (identity "root")
|
||||||
|
(keepenv? #t))))
|
||||||
|
|
||||||
(define text-editors
|
(define text-editors
|
||||||
(list (permit (identity ":wheel")
|
(list (permit (identity ":wheel")
|
||||||
|
|
Loading…
Reference in New Issue