| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
super user permissions.
|
| |
|
|
|
|
|
|
|
| |
or setgid nobody. Since /usr/obj is 0770, user nobody cannot access
other files there anymore. Install all programs into a temporary
directory and run them there. Check that /tmp is mounted without
nosuid.
|
|
|
|
|
|
|
|
| |
directory gets created. But do not run the test during a global
make regress, as the test puts a setuid binary into the object
directory. Also remove the setuid bit after the test has been run
manually.
OK otto@
|
|
|
|
|
|
| |
with set user id. Skip the test if the current filesystem has set
the nosuid mount option.
OK otto@
|
|
Thanks to djm@ for good suggestions.
|