Skip to content

Commit

Permalink
permissions fix
Browse files Browse the repository at this point in the history
- all portron logs, outputs, etc are now 700 / 600 and root
  • Loading branch information
rodomac committed Dec 13, 2018
1 parent 006dae3 commit d4bd108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/100-portron/etc/rc.d/local_gui.d/8-permissions
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ chmod 640 /var/log/Xorg.0.log* 2>/dev/null

# some permissions get reset after xzm mounting

chmod 700 /etc/rc.d /home/guest/.portron 2>/dev/null
chmod 700 /etc/rc.d /etc/conf.d /home/guest/.portron 2>/dev/null
chown -R root:root /home/guest/.portron 2>/dev/null

0 comments on commit d4bd108

Please sign in to comment.