Gentoo Archives: gentoo-commits

From: Jason Zaman <perfinion@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/contrib/
Date: Thu, 25 May 2017 16:43:40
Message-Id: 1495729911.c29621291d0939bab99aaf62180e6f7e1bc3c631.perfinion@gentoo
1 commit: c29621291d0939bab99aaf62180e6f7e1bc3c631
2 Author: Guido Trentalancia <guido <AT> trentalancia <DOT> net>
3 AuthorDate: Wed May 24 12:38:53 2017 +0000
4 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
5 CommitDate: Thu May 25 16:31:51 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=c2962129
7
8 cups: let hplip read udev pid files
9
10 Refine the cups module with an udev permission to read pid files.
11
12 Signed-off-by: Guido Trentalancia <guido at trentalancia.com>
13
14 policy/modules/contrib/cups.te | 1 +
15 1 file changed, 1 insertion(+)
16
17 diff --git a/policy/modules/contrib/cups.te b/policy/modules/contrib/cups.te
18 index 2b81255f..b9abbb2c 100644
19 --- a/policy/modules/contrib/cups.te
20 +++ b/policy/modules/contrib/cups.te
21 @@ -730,6 +730,7 @@ optional_policy(`
22
23 optional_policy(`
24 udev_read_db(hplip_t)
25 + udev_read_pid_files(hplip_t)
26 ')
27
28 ########################################