Gentoo Archives: gentoo-commits

From: Jason Zaman <perfinion@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/hardened-refpolicy:usrmerge commit in: policy/modules/contrib/
Date: Sun, 05 Feb 2017 15:13:44
Message-Id: 1486307430.87279d29ccea9c9f91f970d9c7b28acb1ade7201.perfinion@gentoo
1 commit: 87279d29ccea9c9f91f970d9c7b28acb1ade7201
2 Author: Jason Zaman <jason <AT> perfinion <DOT> com>
3 AuthorDate: Sun Feb 5 08:04:26 2017 +0000
4 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 5 15:10:30 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=87279d29
7
8 usrmerge: Add missed /usr fcontexts
9
10 policy/modules/contrib/dphysswapfile.fc | 2 +-
11 policy/modules/contrib/fakehwclock.fc | 2 +-
12 2 files changed, 2 insertions(+), 2 deletions(-)
13
14 diff --git a/policy/modules/contrib/dphysswapfile.fc b/policy/modules/contrib/dphysswapfile.fc
15 index 1b2bfcc..3cf1968 100644
16 --- a/policy/modules/contrib/dphysswapfile.fc
17 +++ b/policy/modules/contrib/dphysswapfile.fc
18 @@ -1,5 +1,5 @@
19 /etc/dphys-swapfile -- gen_context(system_u:object_r:dphysswapfile_conf_t,s0)
20
21 -/sbin/dphys-swapfile -- gen_context(system_u:object_r:dphysswapfile_exec_t,s0)
22 +/usr/sbin/dphys-swapfile -- gen_context(system_u:object_r:dphysswapfile_exec_t,s0)
23
24 /var/swap -- gen_context(system_u:object_r:dphysswapfile_swap_t,s0)
25
26 diff --git a/policy/modules/contrib/fakehwclock.fc b/policy/modules/contrib/fakehwclock.fc
27 index d83c628..b0a55f6 100644
28 --- a/policy/modules/contrib/fakehwclock.fc
29 +++ b/policy/modules/contrib/fakehwclock.fc
30 @@ -1,5 +1,5 @@
31 /etc/fake-hwclock\.data -- gen_context(system_u:object_r:fakehwclock_backup_t,s0)
32
33 -/sbin/fake-hwclock -- gen_context(system_u:object_r:fakehwclock_exec_t,s0)
34 +/usr/sbin/fake-hwclock -- gen_context(system_u:object_r:fakehwclock_exec_t,s0)
35
36 /usr/lib/systemd/system/fake-hwclock\.service -- gen_context(system_u:object_r:fakehwclock_unit_t,s0)