forked from mirrors/nixpkgs
nixos: extend documentation example for security.setuidOwners
Show that it is possible to set custom permission bits.
This commit is contained in:
parent
0096bb677a
commit
6fa1ad04da
|
@ -46,6 +46,7 @@ in
|
|||
group = "postdrop";
|
||||
setuid = false;
|
||||
setgid = true;
|
||||
permissions = "u+rx,g+x,o+x";
|
||||
}
|
||||
];
|
||||
description = ''
|
||||
|
|
Loading…
Reference in a new issue