Browse Source

Fix /etc/profile.d permissions

Change-Id: I132c3900da9c35214df288829b5371803a1496ee
tags/2017.4
Filip Pytloun 7 years ago
parent
commit
41d775d60a
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      linux/system/profile.sls

+ 2
- 1
linux/system/profile.sls View File

@@ -4,7 +4,8 @@
/etc/profile.d:
file.directory:
- user: root
- mode: 750
- group: root
- mode: 755
- makedirs: true

profile.d_clean:

Loading…
Cancel
Save