Fabian Deutsch has uploaded a new change for review. Change subject: selinux: Add fcontext for core dumps ......................................................................
selinux: Add fcontext for core dumps Previously core dumps could not be dumped, because the path was missing the correct selinux context. This patch updates the fcontext file to set the right context on the path in question. Change-Id: I000f5ff925d2962cc4042233c6c9a3bb2d2faada Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1120065 Signed-off-by: Fabian Deutsch <[email protected]> --- M semodule/ovirt.fc 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/09/30509/1 diff --git a/semodule/ovirt.fc b/semodule/ovirt.fc index b4d0a2b..c208b58 100644 --- a/semodule/ovirt.fc +++ b/semodule/ovirt.fc @@ -2,3 +2,4 @@ /etc/rc\.d/init\.d/ovirt-post -- gen_context(system_u:object_r:ovirt_exec_t) /usr/libexec/ovirt-init-functions.sh -- gen_context(system_u:object_r:ovirt_exec_t) +/var/log/core(./*)? gen_context(system_u:object_r:virt_cache_t) -- To view, visit http://gerrit.ovirt.org/30509 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I000f5ff925d2962cc4042233c6c9a3bb2d2faada Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node Gerrit-Branch: master Gerrit-Owner: Fabian Deutsch <[email protected]> _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
