Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| Show All 9 Lines | builddeps : | ||||
| - pkgconfig(libapparmor) | - 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.