mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
firejail: add /etc/apparmor.d/local/firejail-local to conf_files
This commit is contained in:
parent
fa110c3a5f
commit
f22b50e9eb
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'firejail'
|
# Template file for 'firejail'
|
||||||
pkgname=firejail
|
pkgname=firejail
|
||||||
version=0.9.56
|
version=0.9.56
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="libapparmor-devel"
|
|
||||||
configure_args="--enable-apparmor"
|
configure_args="--enable-apparmor"
|
||||||
|
makedepends="libapparmor-devel"
|
||||||
short_desc="SUID security sandbox program"
|
short_desc="SUID security sandbox program"
|
||||||
maintainer="Duncaen <duncaen@voidlinux.org>"
|
maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
|
@ -12,7 +12,7 @@ homepage="https://firejail.wordpress.com"
|
||||||
#changelog="https://raw.githubusercontent.com/netblue30/firejail/master/RELNOTES"
|
#changelog="https://raw.githubusercontent.com/netblue30/firejail/master/RELNOTES"
|
||||||
distfiles="https://github.com/netblue30/firejail/archive/${version}.tar.gz"
|
distfiles="https://github.com/netblue30/firejail/archive/${version}.tar.gz"
|
||||||
checksum=8cd15811cda5973cd0f7965b379af42d22228803f3c7cb38cb1e18e962ee704c
|
checksum=8cd15811cda5973cd0f7965b379af42d22228803f3c7cb38cb1e18e962ee704c
|
||||||
conf_files="/etc/firejail/*"
|
conf_files="/etc/firejail/* /etc/apparmor.d/local/firejail-local"
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
configure_args+=" --disable-seccomp"
|
configure_args+=" --disable-seccomp"
|
||||||
|
|
Loading…
Add table
Reference in a new issue