mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
PBIs are crashing without LOGNAME being defined in the environment, define it here until PBI is fixed
This commit is contained in:
parent
9879f03adf
commit
75b8eb8344
@ -333,6 +333,7 @@ security.limit_extensions =
|
||||
|
||||
; Pass environment variables
|
||||
env[PATH] = /bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin
|
||||
env[LOGNAME] = root
|
||||
|
||||
EOF
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user