Accepting request 694063 from home:cboltz:branches:games:tools

- update murmurd AppArmor profile
  - update bash path for usrMerge (boo#1132350)
  - use abstractions/openssl instead of a rule for openssl.cnf

OBS-URL: https://build.opensuse.org/request/show/694063
OBS-URL: https://build.opensuse.org/package/show/games:tools/mumble?expand=0&rev=101
This commit is contained in:
Dirk Stoecker 2019-04-15 08:28:34 +00:00 committed by Git OBS Bridge
parent e3f35597e5
commit 69de0489af
3 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Apr 14 15:34:43 UTC 2019 - Christian Boltz <suse-beta@cboltz.de>
- update murmurd AppArmor profile
- update bash path for usrMerge (boo#1132350)
- use abstractions/openssl instead of a rule for openssl.cnf
-------------------------------------------------------------------
Fri Oct 19 04:29:34 UTC 2018 - Marguerite Su <i@marguerite.su>

View File

@ -1,7 +1,7 @@
#
# spec file for package mumble
#
# Copyright (c) 2018 SUSE LINUX 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

View File

@ -4,10 +4,10 @@
/usr/sbin/murmurd {
#include <abstractions/base>
#include <abstractions/nameservice>
#include <abstractions/openssl>
#include <abstractions/ssl_certs>
#include <abstractions/user-tmp>
/etc/ssl/openssl.cnf r,
/etc/ssl/certs/** r,
deny /usr/share/ssl/ r,
deny /usr/share/ssl/** r,
@ -37,7 +37,7 @@
#include <abstractions/base>
#include <abstractions/consoles>
/bin/bash r,
/{usr/,}bin/bash r,
/proc/meminfo r,
/usr/bin/getopt rix,
/usr/bin/head rix,