mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +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
|
wheel:x:10:root
|
||||||
mail:x:12:mail
|
mail:x:12:mail
|
||||||
uucp:x:14:
|
uucp:x:14:
|
||||||
dialout:x:16:
|
dialout:x:16:nobody
|
||||||
floppy:x:19:
|
floppy:x:19:
|
||||||
tape:x:20:
|
tape:x:20:
|
||||||
utmp:x:22:
|
utmp:x:22:
|
||||||
|
|||||||
@@ -173,6 +173,9 @@ chmod 4755 /usr/bin/ping
|
|||||||
# Update Language cache
|
# Update Language cache
|
||||||
perl -e "require '/var/ipfire/lang.pl'; &Lang::BuildCacheLang"
|
perl -e "require '/var/ipfire/lang.pl'; &Lang::BuildCacheLang"
|
||||||
|
|
||||||
|
# Add nobody to group dialout
|
||||||
|
usermod -a -G dialout nobody
|
||||||
|
|
||||||
#
|
#
|
||||||
# Start services
|
# Start services
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user