Skip to content

Commit

Permalink
[package] [mediacenter-osmc] Vero2: copy /sys user permissions to gro…
Browse files Browse the repository at this point in the history
…up permissions instead of unconditional 0660.
  • Loading branch information
DBMandrake committed Feb 13, 2016
1 parent 0aed65f commit 7c70b32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/mediacenter-osmc/patches/vero2-watchdog
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ syspaths="/sys/class/video/axis

for syspath in $syspaths; do
chgrp -R video $syspath
chmod -R 0660 $syspath
chmod -R g+u $syspath
done

trap 'wait; exit 0' SIGTERM
Expand Down

0 comments on commit 7c70b32

Please sign in to comment.