Commit 445b107
1 parent 9135c9f commit 445b107
1 file changed
+7
-0
lines changed+7
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
49 | 49 |
| |
50 | 50 |
| |
51 | 51 |
| |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
52 | 59 |
| |
53 | 60 |
| |
54 | 61 |
| |
|
1 parent 9135c9f commit 445b107
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
49 | 49 |
| |
50 | 50 |
| |
51 | 51 |
| |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
52 | 59 |
| |
53 | 60 |
| |
54 | 61 |
| |
|
4 commit comments
vcunat commentedon Jun 7, 2017
@edolstra: these errors started to creep up in multiple packages. Perhaps it would be easier to allow those bits on the nix store FS than patching all the packages? (Nix will clean them anyway.)
edolstra commentedon Jun 7, 2017
We have to block the creation of setuid/setgid binaries for security reasons, see NixOS/nix@6cc6c15.
edolstra commentedon Jun 7, 2017
On Linux, we could force the
chmod
call to return 0. But that wouldn't work on OS X so the package would need to be patched anyway.vcunat commentedon Jun 9, 2017
Hmm, OK, I managed to unblock the small channels at least.