mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
rsyslog: set the default file permission
We use the default file permission root:adm for syslog-ng, so set the same for rsyslog. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
a433accf63
commit
9b2fde4247
@@ -14,6 +14,8 @@ $ModLoad imklog # kernel logging (formerly provided by rklogd)
|
|||||||
#
|
#
|
||||||
# Set the default permissions
|
# Set the default permissions
|
||||||
#
|
#
|
||||||
|
$FileOwner root
|
||||||
|
$FileGroup adm
|
||||||
$FileCreateMode 0640
|
$FileCreateMode 0640
|
||||||
$DirCreateMode 0755
|
$DirCreateMode 0755
|
||||||
$Umask 0022
|
$Umask 0022
|
||||||
|
|||||||
Reference in New Issue
Block a user