Commit 11cb03de authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm repack: fix_chrome_sandbox: set 4711 permissions

parent 56f46677
......@@ -69,5 +69,5 @@ fix_chrome_sandbox()
[ "$userns_val" = '1' ] && return
[ -n "$sandbox" ] || sandbox=$PRODUCTDIR/chrome-sandbox
[ -e "$BUILDROOT$sandbox" ] || return
chmod 4755 $BUILDROOT$sandbox
chmod 4711 $BUILDROOT$sandbox
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment