mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
Add user nobody to group dialout.
Those permissions are required for modem-status.cgi to communicate with serial modems.
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user