Skip to content

Commit

Permalink
Fixed risky file permissions
Browse files Browse the repository at this point in the history
As the linter said to do
  • Loading branch information
TimL20 committed May 28, 2021
1 parent 3023745 commit 237c96b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions roles/arch2disk/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@
file:
path: /etc/pacman.d/hooks/
state: directory
owner: root
group: root
mode: 0755
tags:
- arch2disk

Expand Down
3 changes: 3 additions & 0 deletions tasks/cups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
file:
path: /etc/pacman.d/hooks/
state: directory
owner: root
group: root
mode: 0755
tags:
- cups

Expand Down
6 changes: 6 additions & 0 deletions tasks/kara.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
file:
path: /opt/kara
state: directory
owner: root
group: root
mode: 0777
tags:
- kara

Expand Down Expand Up @@ -40,5 +43,8 @@
Categories=Development;
Keywords=Development;Learning
StartupNotify=false
owner: root
group: root
mode: 0644
tags:
- kara

0 comments on commit 237c96b

Please sign in to comment.