Package Details: sandbox 2.24-1

Git Clone URL: https://aur.archlinux.org/sandbox.git (read-only, click to copy)
Package Base: sandbox
Description: sandbox'd LD_PRELOAD hack
Upstream URL: http://www.gentoo.org/
Licenses: GPL
Submitter: Barthalion
Maintainer: None
Last Packager: MarcinWieczorek
Votes: 7
Popularity: 0.000000
First Submitted: 2012-09-12 17:02 (UTC)
Last Updated: 2021-05-07 10:55 (UTC)

Dependencies (0)

Required by (0)

Sources (1)

Latest Comments

m13253 commented on 2012-10-21 10:51 (UTC)

There is a problem of /etc configuration file. And the sandbox refuses to start. This is my patch. --- a/PKGBUILD 2012-09-13 01:00:09.000000000 +0800 +++ b/PKGBUILD 2012-10-21 18:49:11.772076641 +0800 @@ -13,3 +13,3 @@ cd "$srcdir"/$pkgname-$pkgver - ./configure --prefix=/usr + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var make @@ -20,3 +20,2 @@ make DESTDIR="$pkgdir" install - mv $pkgdir/usr/etc $pkgdir/ }