Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : firejail | name : firejail | ||||
| version : 0.9.60 | version : 0.9.60 | ||||
| release : 7 | release : 8 | ||||
| source : | source : | ||||
| - https://github.com/netblue30/firejail/archive/0.9.60.tar.gz : dd3059b19365c2c095b85e3f86737fdcaca0a05357680f0e377bebf07791bc70 | - https://github.com/netblue30/firejail/archive/0.9.60.tar.gz : dd3059b19365c2c095b85e3f86737fdcaca0a05357680f0e377bebf07791bc70 | ||||
| license : GPL-2.0-or-later | license : GPL-2.0-or-later | ||||
| component : security | component : security | ||||
| summary : Sandbox your applications | summary : Sandbox your applications | ||||
| builddeps : | |||||
| - pkgconfig(libapparmor) | |||||
| description: | | 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. | 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. | ||||
| builddeps : | builddeps : | ||||
| - pkgconfig(libapparmor) # Tests | - pkgconfig(libapparmor) # Tests | ||||
| - expect # Tests | - expect # Tests | ||||
| setup : | | setup : | | ||||
| %patch -p1 < $pkgfiles/0001-Support-a-stateless-configuration.patch | %patch -p1 < $pkgfiles/0001-Support-a-stateless-configuration.patch | ||||
| %patch -p1 < $pkgfiles/0002-Fix-appimage-on-linux-5.4.x-kernel.patch | |||||
| %reconfigure --enable-apparmor | %reconfigure --enable-apparmor | ||||
| build : | | build : | | ||||
| %make | %make | ||||
| install : | | install : | | ||||
| %make_install | %make_install | ||||
| # Remove README, license file etc. | # Remove README, license file etc. | ||||
| rm -rf $installdir/usr/share/doc | rm -rf $installdir/usr/share/doc | ||||
| check : | | check : | | ||||
| %make test | %make test | ||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.