1
0

Accepting request 694065 from home:cboltz:branches:server:monitoring

- update AppArmor profile for usrMerge (boo#1132350)

OBS-URL: https://build.opensuse.org/request/show/694065
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/monitoring-plugins-repomd?expand=0&rev=7
This commit is contained in:
Lars Vogdt 2019-04-15 13:53:59 +00:00 committed by Git OBS Bridge
parent de23550453
commit fb45d286dd
3 changed files with 19 additions and 13 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Apr 14 16:03:28 UTC 2019 - Christian Boltz <suse-beta@cboltz.de>
- update AppArmor profile for usrMerge (boo#1132350)
-------------------------------------------------------------------
Thu Jan 7 19:29:47 CET 2016 - ro@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package monitoring-plugins-repomd
#
# Copyright (c) 2013-2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -12,21 +12,22 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: monitoring-plugins-repomd
Summary: Check freshness of repomd.xml file
Version: 2.0
Release: 100
Url: http://en.opensuse.org/%{name}
License: BSD-3-Clause
Group: System/Monitoring
Version: 2.0
Release: 0
Url: http://en.opensuse.org/%{name}
Source0: check_repomd
Source1: usr.lib.nagios.plugins.check_repomd
Requires: bash
Requires: grep
Requires: curl
Requires: grep
Requires: monitoring-plugins-common
Recommends: apparmor-parser
BuildRequires: monitoring-plugins-common

View File

@ -7,14 +7,14 @@
network inet,
/bin/bash rix,
/bin/grep rix,
/{usr/,}bin/bash rix,
/{usr/,}bin/grep rix,
/usr/bin/curl rix,
/bin/cat rix,
/bin/mktemp rix,
/bin/rm rix,
/usr/bin/cut rix,
/bin/date rix,
/{usr/,}bin/cat rix,
/{usr/,}bin/mktemp rix,
/{usr/,}bin/rm rix,
/usr/bin/cut rix,
/{usr/,}bin/date rix,
/usr/lib/nagios/plugins/utils.sh r,
/proc/sys/crypto/fips_enabled r,
owner /tmp/check_repomd* rw,