[node-patches] Change in ovirt-node[master]: semodule: Fix incorrect variables usage
fabiand at redhat.com
fabiand at redhat.com
Fri Jul 25 15:30:54 UTC 2014
Fabian Deutsch has uploaded a new change for review.
Change subject: semodule: Fix incorrect variables usage
......................................................................
semodule: Fix incorrect variables usage
Change-Id: I338fe059cedde91f34a0852974ddabf17ea5c057
Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>
---
M semodule/ovirt.te.in
1 file changed, 2 insertions(+), 5 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/08/30708/1
diff --git a/semodule/ovirt.te.in b/semodule/ovirt.te.in
index 878646a..b86da7c 100644
--- a/semodule/ovirt.te.in
+++ b/semodule/ovirt.te.in
@@ -10,13 +10,10 @@
@SEMODULE_NOT_EL6@ type virtd_t;
@SEMODULE_NOT_EL6@ type virt_etc_t;
@SEMODULE_NOT_EL6@ type virt_var_run_t;
- at SEMODULE_WITH_SYSTEMD@ type etc_t;
- at SEMODULE_WITH_SYSTEMD@ type sshd_net_t;
@SEMODULE_WITH_SYSTEMD@ type systemd_localed_t;
@SEMODULE_WITH_SYSTEMD@ type systemd_unit_file_t;
- at COLLECTD_COMMENT@ type collectd_t;
- at SYSTEMD_COMMENT@ type systemd_localed_t;
- at SYSTEMD_COMMENT@ type systemd_unit_file_t;
+ at SEMODULE_WITH_SYSTEMD@ type systemd_localed_t;
+ at SEMODULE_WITH_SYSTEMD@ type systemd_unit_file_t;
type collectd_t;
type etc_t;
type dmesg_t;
--
To view, visit http://gerrit.ovirt.org/30708
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I338fe059cedde91f34a0852974ddabf17ea5c057
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Fabian Deutsch <fabiand at redhat.com>
Gerrit-Reviewer: Fabian Deutsch <fabiand at redhat.com>
More information about the node-patches
mailing list