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 0488a7e commit 006dae3
Show file tree
Hide file tree
Showing 5 changed files with 80 additions and 0 deletions.
72 changes: 72 additions & 0 deletions .idea/markdown-navigator.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions .idea/markdown-navigator/profiles_settings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified lib/portron.default/xzm/000-kernel.xzm
Binary file not shown.
Binary file modified lib/portron.default/xzm/001-core.xzm
Binary file not shown.
5 changes: 5 additions & 0 deletions src/modules/100-portron/etc/rc.d/local_gui.d/8-permissions
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,8 @@

chmod 600 /etc/ssh/sshd_config 2>/dev/null
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
chown -R root:root /home/guest/.portron 2>/dev/null

0 comments on commit 006dae3

Please sign in to comment.