mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Apm device is now safe to be world readable, so make it so.
This commit is contained in:
parent
ad5536b59f
commit
034aee24de
1 changed files with 1 additions and 1 deletions
|
|
@ -1366,7 +1366,7 @@ gsc*)
|
|||
|
||||
apm)
|
||||
mknod apm c 39 0 root:operator
|
||||
chmod 660 apm
|
||||
chmod 664 apm
|
||||
;;
|
||||
|
||||
apmctl)
|
||||
|
|
|
|||
Loading…
Reference in a new issue