Page MenuHomeSolus

D2395.diff
No OneTemporary

D2395.diff

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 @@
<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-02-27</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, 10:21 PM (1 d, 6 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5807393
Default Alt Text
D2395.diff (2 KB)

Event Timeline