do not install apparmor profile by default
OBS-URL: https://build.opensuse.org/package/show/server:mail/exim?expand=0&rev=65
This commit is contained in:
parent
742d85e7f7
commit
d98e022ecf
@ -2,7 +2,7 @@
|
||||
# Last Modified: Wed May 30 17:00:04 2007
|
||||
#include <tunables/global>
|
||||
|
||||
/usr/sbin/exim flags=(complain) {
|
||||
/usr/sbin/exim {
|
||||
#include <abstractions/base>
|
||||
#include <abstractions/nameservice>
|
||||
#include <abstractions/user-mail>
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 23 13:19:32 CEST 2007 - poeml@suse.de
|
||||
|
||||
- do not install apparmor profile by default [#285727]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 13 13:44:42 CEST 2007 - poeml@suse.de
|
||||
|
||||
|
@ -309,7 +309,7 @@ cp -p $RPM_SOURCE_DIR/eximstats.conf $RPM_BUILD_ROOT/etc/apache2/conf.d/
|
||||
install -m 0755 $RPM_SOURCE_DIR/eximstats-html-update.py $RPM_BUILD_ROOT/%{_sbindir}
|
||||
%endif
|
||||
# apparmor profile
|
||||
install -D -m 0644 $RPM_SOURCE_DIR/apparmor.usr.sbin.exim $RPM_BUILD_ROOT/etc/apparmor.d/usr.sbin.exim
|
||||
install -D -m 0644 $RPM_SOURCE_DIR/apparmor.usr.sbin.exim $RPM_BUILD_ROOT/etc/apparmor/profiles/extras/usr.sbin.exim
|
||||
|
||||
%post
|
||||
%run_permissions
|
||||
@ -369,8 +369,8 @@ exit 0
|
||||
%if %{?suse_version:%suse_version}%{?!suse_version:99999} < 1000
|
||||
%config(noreplace) /etc/permissions.d/exim
|
||||
%endif
|
||||
%dir /etc/apparmor.d
|
||||
%config(noreplace) /etc/apparmor.d/usr.sbin.exim
|
||||
%dir /etc/apparmor/profiles/extras
|
||||
%config(noreplace) /etc/apparmor/profiles/extras/usr.sbin.exim
|
||||
/usr/sbin/rcexim
|
||||
/usr/bin/mailq
|
||||
/usr/bin/runq
|
||||
|
Loading…
x
Reference in New Issue
Block a user