mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 23:37:38 +00:00
* Disable the warning about missing wrapped setuid programs for now.
svn path=/nixos/trunk/; revision=13219
This commit is contained in:
parent
1573bdddfb
commit
37b57e84cf
@ -146,8 +146,9 @@ for i in @setuidPrograms@; do
|
||||
if test -z "$program"; then
|
||||
# XXX: It would be preferable to detect this problem before
|
||||
# `activate-configuration' is invoked.
|
||||
echo "WARNING: No executable named \`$i' was found" >&2
|
||||
echo "WARNING: but \`$i' was specified as a setuid program." >&2
|
||||
#echo "WARNING: No executable named \`$i' was found" >&2
|
||||
#echo "WARNING: but \`$i' was specified as a setuid program." >&2
|
||||
true
|
||||
else
|
||||
cp "$(type -tp setuid-wrapper)" $wrapperDir/$i
|
||||
echo -n "$program" > $wrapperDir/$i.real
|
||||
|
Loading…
Reference in New Issue
Block a user