Page MenuHomeSolus

D1378.id5160.diff
No OneTemporary

D1378.id5160.diff

diff --git a/abi_used_libs b/abi_used_libs
--- a/abi_used_libs
+++ b/abi_used_libs
@@ -1,2 +1,3 @@
+libapparmor.so.1
libc.so.6
libdl.so.2
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,16 +1,20 @@
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
+rundeps :
+ - apparmor
+builddeps :
+ - apparmor-devel
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
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,8 +2,8 @@
<Source>
<Name>firejail</Name>
<Packager>
- <Name>Pierre-Yves</Name>
- <Email>pyu@riseup.net</Email>
+ <Name>Asaf Niv</Name>
+ <Email>asafniv511@gmail.com</Email>
</Packager>
<License>GPL-2.0</License>
<PartOf>security</PartOf>
@@ -19,6 +19,8 @@
</Description>
<PartOf>security</PartOf>
<Files>
+ <Path fileType="config">/etc/apparmor.d/firejail-default</Path>
+ <Path fileType="config">/etc/apparmor.d/local/firejail-local</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib64/firejail/faudit</Path>
<Path fileType="library">/usr/lib64/firejail/fcopy</Path>
@@ -409,12 +411,12 @@
</Files>
</Package>
<History>
- <Update release="5">
- <Date>2017-09-09</Date>
+ <Update release="6">
+ <Date>2018-01-31</Date>
<Version>0.9.50</Version>
<Comment>Packaging update</Comment>
- <Name>Pierre-Yves</Name>
- <Email>pyu@riseup.net</Email>
+ <Name>Asaf Niv</Name>
+ <Email>asafniv511@gmail.com</Email>
</Update>
</History>
-</PISI>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Thu, Aug 10, 3:04 PM (1 d, 3 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5807392
Default Alt Text
D1378.id5160.diff (2 KB)

Event Timeline