mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Assign gid 77 to audit instead of gid 73. The ports group list did not
include '73', which was assigned in a ports passwd entry to ircservices. Pointed out by: ceri
This commit is contained in:
parent
f944e9be98
commit
cd573a850c
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ _dhcp:*:65:
|
|||
uucp:*:66:
|
||||
dialer:*:68:
|
||||
network:*:69:
|
||||
audit:*:73:
|
||||
audit:*:77:
|
||||
www:*:80:
|
||||
nogroup:*:65533:
|
||||
nobody:*:65534:
|
||||
|
|
|
|||
Loading…
Reference in a new issue