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:
parent
e3f35597e5
commit
69de0489af
@ -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>
|
Fri Oct 19 04:29:34 UTC 2018 - Marguerite Su <i@marguerite.su>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package mumble
|
# 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
|
# 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
|
||||||
|
@ -4,10 +4,10 @@
|
|||||||
/usr/sbin/murmurd {
|
/usr/sbin/murmurd {
|
||||||
#include <abstractions/base>
|
#include <abstractions/base>
|
||||||
#include <abstractions/nameservice>
|
#include <abstractions/nameservice>
|
||||||
|
#include <abstractions/openssl>
|
||||||
#include <abstractions/ssl_certs>
|
#include <abstractions/ssl_certs>
|
||||||
#include <abstractions/user-tmp>
|
#include <abstractions/user-tmp>
|
||||||
|
|
||||||
/etc/ssl/openssl.cnf r,
|
|
||||||
/etc/ssl/certs/** r,
|
/etc/ssl/certs/** r,
|
||||||
deny /usr/share/ssl/ r,
|
deny /usr/share/ssl/ r,
|
||||||
deny /usr/share/ssl/** r,
|
deny /usr/share/ssl/** r,
|
||||||
@ -37,7 +37,7 @@
|
|||||||
#include <abstractions/base>
|
#include <abstractions/base>
|
||||||
#include <abstractions/consoles>
|
#include <abstractions/consoles>
|
||||||
|
|
||||||
/bin/bash r,
|
/{usr/,}bin/bash r,
|
||||||
/proc/meminfo r,
|
/proc/meminfo r,
|
||||||
/usr/bin/getopt rix,
|
/usr/bin/getopt rix,
|
||||||
/usr/bin/head rix,
|
/usr/bin/head rix,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user