Rsyslog dirCreateMode not working
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
In /etc/rsyslog.conf
i have set the rule
dirCreateMode 0750
but the automatically new created directories have the following permissions :
drwx------ (0700)
So this prevent me from setting ACL rules
:
group::r-x #effective:---
group:user:r-x #effective:---
linux rsyslog
add a comment |Â
up vote
0
down vote
favorite
In /etc/rsyslog.conf
i have set the rule
dirCreateMode 0750
but the automatically new created directories have the following permissions :
drwx------ (0700)
So this prevent me from setting ACL rules
:
group::r-x #effective:---
group:user:r-x #effective:---
linux rsyslog
1
Did you miss the $? Should be $DirCreateMode 0750
â Raman Sailopal
Jan 30 at 11:38
@RamanSailopal Thanks a lot, and yes i did miss $, so embarrassed..
â BOUKANDOURA Mhamed
Jan 30 at 13:14
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
In /etc/rsyslog.conf
i have set the rule
dirCreateMode 0750
but the automatically new created directories have the following permissions :
drwx------ (0700)
So this prevent me from setting ACL rules
:
group::r-x #effective:---
group:user:r-x #effective:---
linux rsyslog
In /etc/rsyslog.conf
i have set the rule
dirCreateMode 0750
but the automatically new created directories have the following permissions :
drwx------ (0700)
So this prevent me from setting ACL rules
:
group::r-x #effective:---
group:user:r-x #effective:---
linux rsyslog
asked Jan 30 at 11:25
BOUKANDOURA Mhamed
8619
8619
1
Did you miss the $? Should be $DirCreateMode 0750
â Raman Sailopal
Jan 30 at 11:38
@RamanSailopal Thanks a lot, and yes i did miss $, so embarrassed..
â BOUKANDOURA Mhamed
Jan 30 at 13:14
add a comment |Â
1
Did you miss the $? Should be $DirCreateMode 0750
â Raman Sailopal
Jan 30 at 11:38
@RamanSailopal Thanks a lot, and yes i did miss $, so embarrassed..
â BOUKANDOURA Mhamed
Jan 30 at 13:14
1
1
Did you miss the $? Should be $DirCreateMode 0750
â Raman Sailopal
Jan 30 at 11:38
Did you miss the $? Should be $DirCreateMode 0750
â Raman Sailopal
Jan 30 at 11:38
@RamanSailopal Thanks a lot, and yes i did miss $, so embarrassed..
â BOUKANDOURA Mhamed
Jan 30 at 13:14
@RamanSailopal Thanks a lot, and yes i did miss $, so embarrassed..
â BOUKANDOURA Mhamed
Jan 30 at 13:14
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
2
down vote
accepted
Seems as though the user missed out the $ in the config file
Should have been:
$DirCreateMode 0750
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
down vote
accepted
Seems as though the user missed out the $ in the config file
Should have been:
$DirCreateMode 0750
add a comment |Â
up vote
2
down vote
accepted
Seems as though the user missed out the $ in the config file
Should have been:
$DirCreateMode 0750
add a comment |Â
up vote
2
down vote
accepted
up vote
2
down vote
accepted
Seems as though the user missed out the $ in the config file
Should have been:
$DirCreateMode 0750
Seems as though the user missed out the $ in the config file
Should have been:
$DirCreateMode 0750
answered Jan 30 at 13:18
Raman Sailopal
1,18117
1,18117
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f420642%2frsyslog-dircreatemode-not-working%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
1
Did you miss the $? Should be $DirCreateMode 0750
â Raman Sailopal
Jan 30 at 11:38
@RamanSailopal Thanks a lot, and yes i did miss $, so embarrassed..
â BOUKANDOURA Mhamed
Jan 30 at 13:14