commit: 87279d29ccea9c9f91f970d9c7b28acb1ade7201 Author: Jason Zaman <jason <AT> perfinion <DOT> com> AuthorDate: Sun Feb 5 08:04:26 2017 +0000 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org> CommitDate: Sun Feb 5 15:10:30 2017 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=87279d29
usrmerge: Add missed /usr fcontexts policy/modules/contrib/dphysswapfile.fc | 2 +- policy/modules/contrib/fakehwclock.fc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/policy/modules/contrib/dphysswapfile.fc b/policy/modules/contrib/dphysswapfile.fc index 1b2bfcc..3cf1968 100644 --- a/policy/modules/contrib/dphysswapfile.fc +++ b/policy/modules/contrib/dphysswapfile.fc @@ -1,5 +1,5 @@ /etc/dphys-swapfile -- gen_context(system_u:object_r:dphysswapfile_conf_t,s0) -/sbin/dphys-swapfile -- gen_context(system_u:object_r:dphysswapfile_exec_t,s0) +/usr/sbin/dphys-swapfile -- gen_context(system_u:object_r:dphysswapfile_exec_t,s0) /var/swap -- gen_context(system_u:object_r:dphysswapfile_swap_t,s0) diff --git a/policy/modules/contrib/fakehwclock.fc b/policy/modules/contrib/fakehwclock.fc index d83c628..b0a55f6 100644 --- a/policy/modules/contrib/fakehwclock.fc +++ b/policy/modules/contrib/fakehwclock.fc @@ -1,5 +1,5 @@ /etc/fake-hwclock\.data -- gen_context(system_u:object_r:fakehwclock_backup_t,s0) -/sbin/fake-hwclock -- gen_context(system_u:object_r:fakehwclock_exec_t,s0) +/usr/sbin/fake-hwclock -- gen_context(system_u:object_r:fakehwclock_exec_t,s0) /usr/lib/systemd/system/fake-hwclock\.service -- gen_context(system_u:object_r:fakehwclock_unit_t,s0)
