services.mail.sendmailSetuidWrapper.permissions

NixOS option

The permissions of the wrapper program. The format is that of a symbolic or numeric file mode understood by chmod.

type: file mode string
Default
"u+rx,g+x,o+x"
Example
"a+rx"
declared in: nixos/modules/security/wrappers/default.nixView source on NixOS/nixpkgs →