Add user nobody to group dialout.

Those permissions are required for modem-status.cgi to
communicate with serial modems.
This commit is contained in:
Michael Tremer
2014-06-03 15:32:00 +02:00
parent a545f88e40
commit 1efa8995eb
2 changed files with 4 additions and 1 deletions

View File

@@ -10,7 +10,7 @@ kmem:x:9:
wheel:x:10:root
mail:x:12:mail
uucp:x:14:
dialout:x:16:
dialout:x:16:nobody
floppy:x:19:
tape:x:20:
utmp:x:22:

View File

@@ -173,6 +173,9 @@ chmod 4755 /usr/bin/ping
# Update Language cache
perl -e "require '/var/ipfire/lang.pl'; &Lang::BuildCacheLang"
# Add nobody to group dialout
usermod -a -G dialout nobody
#
# Start services
#