a8cbda5f97
Fixes a root privilege escalation bug by disabling the overlayfs functionality completely.
18 lines
656 B
Bash
18 lines
656 B
Bash
# Template file for 'firejail'
|
|
pkgname=firejail
|
|
version=0.9.64.4
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--enable-apparmor"
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libapparmor-devel"
|
|
short_desc="SUID security sandbox program"
|
|
maintainer="Duncaen <duncaen@voidlinux.org>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://firejail.wordpress.com"
|
|
changelog="https://github.com/netblue30/firejail/raw/master/RELNOTES"
|
|
distfiles="https://github.com/netblue30/firejail/archive/${version}.tar.gz"
|
|
checksum=17a20c4c9f114aa8fdab467cecb60309f599ad08b4bbb3e751c992d98a95ac18
|
|
conf_files="/etc/firejail/* /etc/apparmor.d/local/firejail-default"
|
|
|
|
nocross=yes
|