forked from pool/firejail
Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
81306e609a | ||
|
90c0107930 |
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 9 21:42:45 UTC 2025 - Christian Boltz <suse-beta@cboltz.de>
|
||||
|
||||
- Load/reload AppArmor profiles when installing the package (boo#1235142#c1)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 4 19:16:55 UTC 2024 - Arjen de Korte <suse+build@de-korte.org>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package firejail
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -28,6 +28,7 @@ Source1: https://github.com/netblue30/%{name}/releases/download/%{version
|
||||
# https://firejail.wordpress.com/download-2/
|
||||
Source2: %{name}.keyring
|
||||
Source3: %{name}-group.conf
|
||||
BuildRequires: apparmor-rpm-macros
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libapparmor-devel
|
||||
@ -87,6 +88,7 @@ rm %{buildroot}%{_docdir}/firejail/COPYING
|
||||
|
||||
%post
|
||||
%set_permissions %{_bindir}/firejail
|
||||
%apparmor_reload %{_sysconfdir}/apparmor.d/firejail-default
|
||||
|
||||
%verifyscript
|
||||
%verify_permissions -e %{_bindir}/firejail
|
||||
|
Loading…
x
Reference in New Issue
Block a user