diff --git a/Makefile b/Makefile old mode 100644 new mode 100755 diff --git a/abi_used_libs b/abi_used_libs old mode 100644 new mode 100755 --- a/abi_used_libs +++ b/abi_used_libs @@ -1,2 +1,3 @@ +libapparmor.so.1 libc.so.6 libdl.so.2 diff --git a/files/0001-Support-a-stateless-configuration.patch b/files/0001-Support-a-stateless-configuration.patch old mode 100644 new mode 100755 diff --git a/package.yml b/package.yml old mode 100644 new mode 100755 --- a/package.yml +++ b/package.yml @@ -1,16 +1,18 @@ name : firejail version : 0.9.50 -release : 5 +release : 6 source : - https://github.com/netblue30/firejail/archive/0.9.50.tar.gz : 2a43f6eed74a09d62f6034961bb82da27993344e2937b6ad2fa14782d13ed0ee license : GPL-2.0 component : security summary : Firejail is a SUID sandbox program +builddeps : + - pkgconfig(libapparmor) description: | Firejail is a SUID sandbox program that reduces the risk of security breaches by restricting the running environment of untrusted applications. It allows a process and all its descendants to have their own private view of the globally shared kernel resources, such as the network stack, process table, mount table. setup : | %patch -p1 < $pkgfiles/0001-Support-a-stateless-configuration.patch - %reconfigure + %reconfigure --enable-apparmor build : | %make install : | diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml old mode 100644 new mode 100755 --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -2,8 +2,8 @@ firejail - Pierre-Yves - pyu@riseup.net + Asaf Niv + asafniv511@gmail.com GPL-2.0 security @@ -19,6 +19,8 @@ security + /etc/apparmor.d/firejail-default + /etc/apparmor.d/local/firejail-local /usr/bin /usr/lib64/firejail/faudit /usr/lib64/firejail/fcopy @@ -409,12 +411,12 @@ - - 2017-09-09 + + 2018-02-27 0.9.50 Packaging update - Pierre-Yves - pyu@riseup.net + Asaf Niv + asafniv511@gmail.com - + \ No newline at end of file