summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Jurgens <danielj@mellanox.com>2017-05-24 17:14:59 +0300
committerJason Zaman <jason@perfinion.com>2017-05-26 00:32:29 +0800
commit51ed8963a91ca0cf0263995205ce5e7ca47d53c2 (patch)
tree610b8e11140050c731701c72413ea48de83e549c /Rules.monolithic
parentModule version bump for libmtp from Guido Trentalancia. (diff)
downloadhardened-refpolicy-51ed8963a91ca0cf0263995205ce5e7ca47d53c2.tar.gz
hardened-refpolicy-51ed8963a91ca0cf0263995205ce5e7ca47d53c2.tar.bz2
hardened-refpolicy-51ed8963a91ca0cf0263995205ce5e7ca47d53c2.zip
refpolicy: Infiniband pkeys and endports
Every Infiniband network will have a default pkey, so that is labeled. The rest of the pkey configuration is network specific. The policy allows access to the default and unlabeled pkeys for sysadm and staff users. kernel_t is allowed access to all pkeys, which it needs to process and route management datagrams. Endports are all unlabeled by default, sysadm users are allowed to manage the subnet on unlabeled endports. kernel_t is allowed to manage the subnet on all ibendports, which is required for configuring the HCA. This patch requires selinux series: "SELinux user space support for Infiniband RDMA", due to the new ipkeycon labeling mechanism. Signed-off-by: Daniel Jurgens <danielj@mellanox.com>
Diffstat (limited to 'Rules.monolithic')
-rw-r--r--Rules.monolithic2
1 files changed, 2 insertions, 0 deletions
diff --git a/Rules.monolithic b/Rules.monolithic
index ce112d78..80e00821 100644
--- a/Rules.monolithic
+++ b/Rules.monolithic
@@ -150,6 +150,8 @@ $(tmpdir)/all_post.conf: $(tmpdir)/all_te_files.conf $(tmpdir)/post_te_files.con
$(verbose) $(GREP) ^portcon $(tmpdir)/all_te_files.conf >> $@ || true
$(verbose) $(GREP) ^netifcon $(tmpdir)/all_te_files.conf >> $@ || true
$(verbose) $(GREP) ^nodecon $(tmpdir)/all_te_files.conf >> $@ || true
+ $(verbose) $(GREP) ^ibpkeycon $(tmpdir)/all_te_files.conf >> $@ || true
+ $(verbose) $(GREP) ^ibendportcon $(tmpdir)/all_te_files.conf >> $@ || true
$(tmpdir)/only_te_rules.conf: $(tmpdir)/all_te_files.conf
$(verbose) $(comment_move_decl) $^ > $@