Gentoo Archives: gentoo-commits

From: Jason Zaman <perfinion@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/hardened-refpolicy:next commit in: policy/modules/kernel/
Date: Sun, 01 Jan 2017 16:38:29
Message-Id: 1483288286.ebdb506866fb148014bea8f07a59deb6c15f0d58.perfinion@gentoo
1 commit: ebdb506866fb148014bea8f07a59deb6c15f0d58
2 Author: Guido Trentalancia <guido <AT> trentalancia <DOT> net>
3 AuthorDate: Thu Dec 29 22:13:04 2016 +0000
4 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 1 16:31:26 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=ebdb5068
7
8 kernel: add missing plymouth interface
9
10 Add a previously missed optional plymouth interface to the kernel
11 module.
12
13 Signed-off-by: Guido Trentalancia <guido <AT> trentalancia.net>
14
15 policy/modules/kernel/kernel.te | 2 ++
16 1 file changed, 2 insertions(+)
17
18 diff --git a/policy/modules/kernel/kernel.te b/policy/modules/kernel/kernel.te
19 index c6531a2..c5da1c5 100644
20 --- a/policy/modules/kernel/kernel.te
21 +++ b/policy/modules/kernel/kernel.te
22 @@ -384,6 +384,8 @@ optional_policy(`
23
24 optional_policy(`
25 plymouthd_read_lib_files(kernel_t)
26 + plymouthd_read_spool_files(kernel_t)
27 +
28 term_use_ptmx(kernel_t)
29 term_use_unallocated_ttys(kernel_t)
30 ')