2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-22 18:17:09 +00:00

bugzilla.opensuse.org is "boo", not "bso"

Christian Boltz 2019-06-18 23:35:35 +02:00
parent 1f1605086c
commit bddbc1882f
No known key found for this signature in database
GPG Key ID: C6A682EA63C82F1C
4 changed files with 17 additions and 17 deletions

@ -54,7 +54,7 @@ Policy
- fonts:
- allow to read conf-avail dir itself ([MR165][MR165])
- add various openSUSE-specific font config directories ([MR309][MR309])
- nameservice: allow access to /run/netconfig/resolv.conf ([bso1097370][bso1097370])
- nameservice: allow access to /run/netconfig/resolv.conf ([boo1097370][boo1097370])
- qt5-compose-cache-write: fix anonymous shared memory access ([MR301][MR301])
- qt5-settings-write: fix anonymous shared memory access ([MR302][MR302])
- ssl\_certs,keys: add support for libdehydrated in /var/lib/ ([MR299][MR299])
@ -64,7 +64,7 @@ Tests
- fix mount test to use next available loop device ([MR379][MR379])
[AABUG33]: https://gitlab.com/apparmor/apparmor/issues/33
[bso1097370]: https://bugzilla.opensuse.org/show_bug.cgi?id=1097370
[boo1097370]: https://bugzilla.opensuse.org/show_bug.cgi?id=1097370
[MR165]: https://gitlab.com/apparmor/apparmor/merge_requests/165
[MR298]: https://gitlab.com/apparmor/apparmor/merge_requests/298
[MR299]: https://gitlab.com/apparmor/apparmor/merge_requests/299

@ -58,7 +58,7 @@ Policy
- fonts:
- allow to read conf-avail dir itself ([MR165][MR165])
- add various openSUSE-specific font config directories ([MR309][MR309])
- nameservice: allow access to /run/netconfig/resolv.conf ([bso1097370][bso1097370])
- nameservice: allow access to /run/netconfig/resolv.conf ([boo1097370][boo1097370])
- qt5-compose-cache-write: fix anonymous shared memory access ([MR301][MR301])
- qt5-settings-write: fix anonymous shared memory access ([MR302][MR302])
- ssl\_certs,keys: add support for libdehydrated in /var/lib/ ([MR299][MR299])
@ -72,7 +72,7 @@ Documentation
- drop `to` option for link rules from the `apparmor.d` manpage ([MR368][MR368])
[AABUG33]: https://gitlab.com/apparmor/apparmor/issues/33
[bso1097370]: https://bugzilla.opensuse.org/show_bug.cgi?id=1097370
[boo1097370]: https://bugzilla.opensuse.org/show_bug.cgi?id=1097370
[dbug921866]: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=921866
[LP1815294]: https://bugs.launchpad.net/bugs/1815294
[MR165]: https://gitlab.com/apparmor/apparmor/merge_requests/165

@ -44,7 +44,7 @@ Init
Utils
-----
- logprof/genprof:
- drop failing corner-case check in logparser.py ([bso1120472][bso1120472], [MR297][MR297])
- drop failing corner-case check in logparser.py ([boo1120472][boo1120472], [MR297][MR297])
- drop unused `get_profile_filename()` from logparser.py ([MR297][MR297])
- fix error `KeyError: 'logfiles'` when no logprof.conf exists ([MR365][MR365])
- don't drop later events when user selects to deny a hat ([MR378][MR378])
@ -55,7 +55,7 @@ Policy
- Profiles
- dnsmasq:
- work around breakage caused by {bin,sbin} alternation ([bso1127073][bso1127073], [MR346][MR346])
- work around breakage caused by {bin,sbin} alternation ([boo1127073][boo1127073], [MR346][MR346])
- allow peer=libvirtd to support named profile ([MR304][MR304])
- dovecot:
- allow FD passing between dovecot and dovecot's anvil ([MR336][MR336])
@ -90,7 +90,7 @@ Policy
- update kde abstraction for common settings ([MR327][MR327])
- fix global settings access for Kubuntu and openSUSE ([MR327][MR327])
- ldapclient: allow read/write access to the nslcd socket ([LP1575438][LP1575438])
- nameservice: allow /run/netconfig/resolv.conf ([bso1097370][bso1097370])
- nameservice: allow /run/netconfig/resolv.conf ([boo1097370][boo1097370])
- nvidia: allow reading nvidia application profiles ([MR125][MR125])
- postfix-common: make compatible with latest postfix profiles ([MR387][MR387])
- python: allow /usr/local/lib/python3 ([MR171][MR171])
@ -122,9 +122,9 @@ checked for elf binary executables. Policy and tests within apparmor
2.12 and later have been updated to support running on pre 4.8 and 4.8+ kernels.
[AABUG33]: https://gitlab.com/apparmor/apparmor/issues/33
[bso1097370]: https://bugzilla.opensuse.org/show_bug.cgi?id=1097370
[bso1120472]: https://bugzilla.opensuse.org/show_bug.cgi?id=1120472
[bso1127073]: https://bugzilla.opensuse.org/show_bug.cgi?id=1127073
[boo1097370]: https://bugzilla.opensuse.org/show_bug.cgi?id=1097370
[boo1120472]: https://bugzilla.opensuse.org/show_bug.cgi?id=1120472
[boo1127073]: https://bugzilla.opensuse.org/show_bug.cgi?id=1127073
[dbug920669]: https://bugs.debian.org/920669
[dbug920670]: https://bugs.debian.org/920670
[dbug921866]: https://bugs.debian.org/921866

@ -54,7 +54,7 @@ Init
Utils
-----
- genprof/logprof
- drop failing corner-case check in logparser.py ([bso1120472][bso1120472], [MR297][MR297])
- drop failing corner-case check in logparser.py ([boo1120472][boo1120472], [MR297][MR297])
- drop unused `get_profile_filename()` from logparser.py ([MR297][MR297])
- fix error `KeyError: 'logfiles'` when no logprof.conf exists ([MR365][MR365])
- don't drop later events when user selects to deny a hat ([MR378][MR378])
@ -66,8 +66,8 @@ Policy
- Profiles
- dnsmasq:
- allow peer=libvirtd to support named profile ([MR304][MR304])
- work around breakage caused by {bin,sbin} alternation ([bso1127073][bso1127073], [MR346][MR346])
- revert /usr/{bin,sbin}/ alternation in dnsmasq profile name ([bso1127073][bso1127073], [MR346][MR346])
- work around breakage caused by {bin,sbin} alternation ([boo1127073][boo1127073], [MR346][MR346])
- revert /usr/{bin,sbin}/ alternation in dnsmasq profile name ([boo1127073][boo1127073], [MR346][MR346])
- dovecot
- allow FD passing between dovecot and dovecot's anvil ([MR336][MR336])
- allow chroot'ing the auth processes ([MR336][MR336])
@ -111,7 +111,7 @@ Policy
- mesa:
- allow reading drirc.d ([MR308][MR308])
- move dirc.d access to dir-common ([MR314][MR314])
- nameservice: allow access to /run/netconfig/resolv.conf ([bso1097370][bso1097370])
- nameservice: allow access to /run/netconfig/resolv.conf ([boo1097370][boo1097370])
- nvidia: allow reading nvidia application profiles ([MR125][MR125])
- postfix-common: make compatible with updated postfix profiles naming ([MR387][MR387])
- python: allow reading /usr/local/lib/python3 ([MR171][MR171])
@ -149,9 +149,9 @@ checked for elf binary executables. Policy and tests within apparmor
[AABUG29]: https://gitlab.com/apparmor/apparmor/issues/29
[AABUG33]: https://gitlab.com/apparmor/apparmor/issues/33
[bso1097370]: https://bugzilla.opensuse.org/show_bug.cgi?id=1097370
[bso1120472]: https://bugzilla.opensuse.org/show_bug.cgi?id=1120472
[bso1127073]: https://bugzilla.opensuse.org/show_bug.cgi?id=1127073
[boo1097370]: https://bugzilla.opensuse.org/show_bug.cgi?id=1097370
[boo1120472]: https://bugzilla.opensuse.org/show_bug.cgi?id=1120472
[boo1127073]: https://bugzilla.opensuse.org/show_bug.cgi?id=1127073
[dbug920669]: https://bugs.debian.org/920669
[dbug920670]: https://bugs.debian.org/920670
[dbug921866]: https://bugs.debian.org/921866