SHA256
1
0
forked from pool/firejail

Compare commits

...

2 Commits

2 changed files with 8 additions and 1 deletions

View File

@ -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> Sun Feb 4 19:16:55 UTC 2024 - Arjen de Korte <suse+build@de-korte.org>

View File

@ -1,7 +1,7 @@
# #
# spec file for package firejail # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # 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/ # https://firejail.wordpress.com/download-2/
Source2: %{name}.keyring Source2: %{name}.keyring
Source3: %{name}-group.conf Source3: %{name}-group.conf
BuildRequires: apparmor-rpm-macros
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: gcc-c++ BuildRequires: gcc-c++
BuildRequires: libapparmor-devel BuildRequires: libapparmor-devel
@ -87,6 +88,7 @@ rm %{buildroot}%{_docdir}/firejail/COPYING
%post %post
%set_permissions %{_bindir}/firejail %set_permissions %{_bindir}/firejail
%apparmor_reload %{_sysconfdir}/apparmor.d/firejail-default
%verifyscript %verifyscript
%verify_permissions -e %{_bindir}/firejail %verify_permissions -e %{_bindir}/firejail