mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix permissions on /tmp when installing the runtime package.
Reported by: many Patch by: Kyle Evans PR: 217574 MFC after: 3 days Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
a3afd05ce4
commit
696f00b67f
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ scripts: {
|
|||
post-install = <<EOD
|
||||
cap_mkdb %CAP_MKDB_ENDIAN% ${PKG_ROOTDIR}/etc/login.conf
|
||||
pwd_mkdb %PWD_MKDB_ENDIAN% -i -p -d ${PKG_ROOTDIR}/etc ${PKG_ROOTDIR}/etc/master.passwd
|
||||
chmod 1777 ${PKG_ROOTDIR}/tmp
|
||||
EOD
|
||||
}
|
||||
deps: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue