Disallowed emulated drives for superuser, allowed stdio:/dev/null for all

This commit is contained in:
2007-09-27 08:34:26 +00:00
parent ff9715aa78
commit 06ec817caa
5 changed files with 143 additions and 59 deletions

View File

@ -347,6 +347,9 @@ permissions.
Addresses of emulated drives begin with prefix "stdio:". E.g.
dev=stdio:/tmp/my_pseudo_drive
For safety reasons the superuser is only allowed to use /dev/null as emulated
drive. See man page section FILES for a way to lift that ban.
------------------------------------------------------------------------------