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: Sun, 07 May 2017 16:09:15
Message-Id: 1494172482.2461473627beea7a5e372c1b3f244c5e30f3438b.perfinion@gentoo
1 commit: 2461473627beea7a5e372c1b3f244c5e30f3438b
2 Author: Guido Trentalancia <guido <AT> trentalancia <DOT> net>
3 AuthorDate: Sat Apr 29 18:18:02 2017 +0000
4 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
5 CommitDate: Sun May 7 15:54:42 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=24614736
7
8 plymouth: pid interface usability
9
10 Improve the usability of one plymouth interface.
11
12 Signed-off-by: Guido Trentalancia <guido <AT> trentalancia.net>
13
14 policy/modules/contrib/plymouthd.if | 1 +
15 1 file changed, 1 insertion(+)
16
17 diff --git a/policy/modules/contrib/plymouthd.if b/policy/modules/contrib/plymouthd.if
18 index 30e751f1..54cd777a 100644
19 --- a/policy/modules/contrib/plymouthd.if
20 +++ b/policy/modules/contrib/plymouthd.if
21 @@ -228,6 +228,7 @@ interface(`plymouthd_read_pid_files',`
22 ')
23
24 files_search_pids($1)
25 + allow $1 plymouthd_var_run_t:dir search_dir_perms;
26 allow $1 plymouthd_var_run_t:file read_file_perms;
27 ')