1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
nixpkgs/modules/security
Eelco Dolstra dba1964122 * setuid-wrappers: support setting the mode. For instance, some
programs require that the mode is 4550 so that execution of the
  setuid program can be restricted to members of a group.
* setuid-wrappers: remove a race condition in the creation of the
  wrappers if the ownership or mode was different than root:root and
  4555.
* setuid-wrappers: allow the full path of the wrapped program to be
  specified, rather than looking it up in $PATH.

svn path=/nixos/trunk/; revision=16733
2009-08-16 17:24:59 +00:00
..
console.perms * Move PAM configuration to modules/security/pam.nix. 2009-05-28 13:10:02 +00:00
pam.nix * We still need /etc/pam.d/other to keep usermod happy. 2009-08-16 15:46:24 +00:00
setuid-wrapper.c * Print an error if the exec fails. 2009-08-16 16:46:00 +00:00
setuid-wrappers.nix * setuid-wrappers: support setting the mode. For instance, some 2009-08-16 17:24:59 +00:00
sudo.nix * Make the generation of /etc/pam.d more declarative. There now is an 2009-08-16 14:49:14 +00:00