Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes permission on /var/run/ directory #173

Merged
merged 1 commit into from
Apr 28, 2017

Conversation

petems
Copy link
Member

@petems petems commented Apr 28, 2017

  • rundir directories are 2775
  • e.g. from the postgres init.d script:
 if [ -d /var/run/postgresql ]; then
        chmod 2775 /var/run/postgresql
    else
        install -d -m 2775 -o postgres -g postgres /var/run/postgresql
    fi

@petems petems force-pushed the debian_run_dir_mode branch from 9648917 to bd590d6 Compare April 28, 2017 20:04
* rundir directories are 2775
* e.g.  from the postgres init.d script:
```
 if [ -d /var/run/postgresql ]; then
        chmod 2775 /var/run/postgresql
    else
        install -d -m 2775 -o postgres -g postgres /var/run/postgresql
    fi
```
@petems petems force-pushed the debian_run_dir_mode branch from bd590d6 to 8a42c56 Compare April 28, 2017 20:58
@petems petems merged commit e2e0552 into voxpupuli:master Apr 28, 2017
cegeka-jenkins pushed a commit to cegeka/puppet-redis that referenced this pull request Feb 16, 2021
* rundir directories are 2775
* e.g.  from the postgres init.d script:
```
 if [ -d /var/run/postgresql ]; then
        chmod 2775 /var/run/postgresql
    else
        install -d -m 2775 -o postgres -g postgres /var/run/postgresql
    fi
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant