Merge ~georgiag/ubuntu/+source/rsyslog:lunar-rsyslog-apparmor-console into ubuntu/+source/rsyslog:ubuntu/devel

Proposed by Georgia Garcia
Status: Merged
Merged at revision: 52155cafcd7e6de44615925e17f9882a6d1b32e0
Proposed branch: ~georgiag/ubuntu/+source/rsyslog:lunar-rsyslog-apparmor-console
Merge into: ubuntu/+source/rsyslog:ubuntu/devel
Diff against target: 28 lines (+9/-0)
2 files modified
debian/changelog (+7/-0)
debian/usr.sbin.rsyslogd (+2/-0)
Reviewer Review Type Date Requested Status
Andreas Hasenack Approve
git-ubuntu import Pending
Review via email: mp+439655@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Andreas Hasenack (ahasenack) wrote :

Thanks, +1. Sponsoring.

review: Approve
Revision history for this message
Andreas Hasenack (ahasenack) wrote :

Uploading rsyslog_8.2302.0-1ubuntu3.dsc
Uploading rsyslog_8.2302.0-1ubuntu3.debian.tar.xz
Uploading rsyslog_8.2302.0-1ubuntu3_source.buildinfo
Uploading rsyslog_8.2302.0-1ubuntu3_source.changes

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/debian/changelog b/debian/changelog
2index bf142e1..3fdbe42 100644
3--- a/debian/changelog
4+++ b/debian/changelog
5@@ -1,3 +1,10 @@
6+rsyslog (8.2302.0-1ubuntu3) lunar; urgency=medium
7+
8+ * d/usr.sbin.rsyslog: allow access to /dev/console on the AppArmor policy
9+ (LP: #2009230)
10+
11+ -- Georgia Garcia <georgia.garcia@canonical.com> Fri, 24 Mar 2023 11:28:25 -0300
12+
13 rsyslog (8.2302.0-1ubuntu2) lunar; urgency=medium
14
15 * d/t/simple-*, d/t/control: ignore aa-enforce error, which can happen
16diff --git a/debian/usr.sbin.rsyslogd b/debian/usr.sbin.rsyslogd
17index 3d80417..73a4b96 100644
18--- a/debian/usr.sbin.rsyslogd
19+++ b/debian/usr.sbin.rsyslogd
20@@ -35,6 +35,8 @@ profile rsyslogd /usr/sbin/rsyslogd {
21 /dev/tty* rw,
22 /dev/xconsole rw,
23 @{PROC}/kmsg r,
24+ # allow access to console (LP: #2009230)
25+ /dev/console rw,
26
27 /dev/log rwl,
28 /{,var/}run/utmp rk,

Subscribers

People subscribed via source and target branches