1

In /etc/rsyslog.confi 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:--- 
2
  • 1
    Did you miss the $? Should be $DirCreateMode 0750 Commented Jan 30, 2018 at 11:38
  • @RamanSailopal Thanks a lot, and yes i did miss $, so embarrassed.. Commented Jan 30, 2018 at 13:14

1 Answer 1

3

Seems as though the user missed out the $ in the config file

Should have been:

$DirCreateMode 0750 

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.