|
|
|
|
|
by emmelaich
674 days ago
|
|
I'd argue you could drop x as well. It's really an attribute not a permission, since you can copy a file without x then chmod +x it. That fails for setuid files but that's a setuid thing not an x thing. It also fails I guess for executables that check argv[0] but probably not important. |
|