Skip to content

Commit

Permalink
Fix suggested permissions for subdirectories
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnelson committed Dec 16, 2017
1 parent 429c924 commit 6e8a113
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/inputs/postfix/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ telegraf user.
Unix permissions:
```sh
$ sudo chgrp -R telegraf /var/spool/postfix
$ sudo chmod -R g+rX /var/spool/postfix
$ sudo chmod -R g+rXs /var/spool/postfix
```

Posix ACL:
```sh
$ sudo setfacl -R -m u:telegraf:r /var/spool/postfix
$ sudo setfacl -R -m u:telegraf:rX /var/spool/postfix
```

### Measurements & Fields:
Expand Down

0 comments on commit 6e8a113

Please sign in to comment.