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
|
# Last Modified: Wed May 30 17:00:04 2007
|
||||||
#include <tunables/global>
|
#include <tunables/global>
|
||||||
|
|
||||||
/usr/sbin/exim flags=(complain) {
|
/usr/sbin/exim {
|
||||||
#include <abstractions/base>
|
#include <abstractions/base>
|
||||||
#include <abstractions/nameservice>
|
#include <abstractions/nameservice>
|
||||||
#include <abstractions/user-mail>
|
#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
|
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}
|
install -m 0755 $RPM_SOURCE_DIR/eximstats-html-update.py $RPM_BUILD_ROOT/%{_sbindir}
|
||||||
%endif
|
%endif
|
||||||
# apparmor profile
|
# 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
|
%post
|
||||||
%run_permissions
|
%run_permissions
|
||||||
@ -369,8 +369,8 @@ exit 0
|
|||||||
%if %{?suse_version:%suse_version}%{?!suse_version:99999} < 1000
|
%if %{?suse_version:%suse_version}%{?!suse_version:99999} < 1000
|
||||||
%config(noreplace) /etc/permissions.d/exim
|
%config(noreplace) /etc/permissions.d/exim
|
||||||
%endif
|
%endif
|
||||||
%dir /etc/apparmor.d
|
%dir /etc/apparmor/profiles/extras
|
||||||
%config(noreplace) /etc/apparmor.d/usr.sbin.exim
|
%config(noreplace) /etc/apparmor/profiles/extras/usr.sbin.exim
|
||||||
/usr/sbin/rcexim
|
/usr/sbin/rcexim
|
||||||
/usr/bin/mailq
|
/usr/bin/mailq
|
||||||
/usr/bin/runq
|
/usr/bin/runq
|
||||||
|
Loading…
x
Reference in New Issue
Block a user