mirror of
https://git.freebsd.org/ports.git
synced 2026-06-02 11:08:52 +00:00
security/ossec-hids-local-config: Unbreak
PR: 294020 MFH: 2026Q2 Differential Revision: https://reviews.freebsd.org/D56303
This commit is contained in:
@@ -94,10 +94,10 @@ COMMAND_CONF= ${COMMAND_CONF_DIR}/command.conf.sample
|
||||
RULES_DIR= ${OSSEC_DIR}/rules
|
||||
|
||||
.if empty(USER)
|
||||
USER=$$(${ID} -un)
|
||||
USER!=id -un
|
||||
.endif
|
||||
.if empty(GROUP)
|
||||
GROUP=$$(${ID} -gn)
|
||||
GROUP!=id -gn
|
||||
.endif
|
||||
|
||||
OSSEC_USER= ossec
|
||||
|
||||
Reference in New Issue
Block a user