chromium: chrome-sandbox must be setuid.
This commit is contained in:
parent
cc5cc730a4
commit
7784f64407
2 changed files with 7 additions and 1 deletions
6
srcpkgs/chromium/INSTALL
Normal file
6
srcpkgs/chromium/INSTALL
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
case "$ACTION" in
|
||||||
|
post)
|
||||||
|
# chrome-sandbox must be setuid
|
||||||
|
chmod 4755 usr/lib/chromium/chrome-sandbox
|
||||||
|
;;
|
||||||
|
esac
|
|
@ -2,7 +2,7 @@
|
||||||
pkgname=chromium
|
pkgname=chromium
|
||||||
#See http://www.chromium.org/developers/calendar for the latest version
|
#See http://www.chromium.org/developers/calendar for the latest version
|
||||||
version=38.0.2125.101
|
version=38.0.2125.101
|
||||||
revision=1
|
revision=2
|
||||||
short_desc="Google's attempt at creating a safer, faster, and more stable browser"
|
short_desc="Google's attempt at creating a safer, faster, and more stable browser"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.chromium.org/"
|
homepage="http://www.chromium.org/"
|
||||||
|
|
Loading…
Add table
Reference in a new issue