7 lines
110 B
Text
7 lines
110 B
Text
|
case "$ACTION" in
|
||
|
post)
|
||
|
# chrome-sandbox must be setuid
|
||
|
chmod 4755 usr/lib/chromium/chrome-sandbox
|
||
|
;;
|
||
|
esac
|