Adapting everything for the merged permissions wrappers work.
This commit is contained in:
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
# TODO: replace wrapperDir below with from <nixos> config.security.wrapperDir;
|
||||
wrapperDir = "/var/setuid-wrappers";
|
||||
wrapperDir = "/var/permissions-wrappers";
|
||||
|
||||
postPatch = ''
|
||||
FILES="$(grep -r '/bin/sh' src/utils -l; find src -name \*.c)"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{ stdenv, fetchurl, coreutils, pam, groff
|
||||
, sendmailPath ? "/var/setuid-wrappers/sendmail"
|
||||
, sendmailPath ? "/var/permissions-wrappers/sendmail"
|
||||
, withInsults ? false
|
||||
}:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user