Ahhh, my compile-time macros confused me...of course they did...

This commit is contained in:
Parnell Springmeyer 2017-01-26 00:39:17 -08:00
parent 1ad541171e
commit 785684f6c2
No known key found for this signature in database
GPG key ID: DCCF89258EAD874A

View file

@ -211,9 +211,9 @@ int main(int argc, char * * argv)
// Read the capabilities set on the file and raise them in to the
// Ambient set so the program we're wrapping receives the
// capabilities too!
#ifdef WRAPPER_SETCAP
assert(!make_caps_ambient(selfPath));
#endif
execve(sourceProg, argv, environ);