Infiniband Statements ===================== To support access control for InfiniBand (IB) partitions and subnet management, security contexts are provided for: Partition Keys (Pkey) that are 16 bit numbers assigned to subnets and their IB end ports. An overview of the SELinux IB implementation can be found at: [http://marc.info/?l=selinux&m=149519833917911&w=2](http://marc.info/?l=selinux&m=149519833917911&w=2). ibpkeycon --------- Label IB partition keys. This may be a single key or a range. **Statement definition:** ```secil (ibpkeycon subnet pkey|(pkey_low pkey_high) context_id) ``` **Where:**
ibpkeycon
The ibpkeycon keyword.
subnet
IP address in IPv6 format.
pkey | (pkey_low pkey_high)
A single partition key or a range of partition keys.
context_id
A previously declared context identifier or an anonymous security context (user role type levelrange), the range MUST be defined whether the policy is MLS/MCS enabled or not.
context
user role type levelrange
ibendportcon
The ibendportcon keyword.
device_id
A single device identifier.
port
A single port number.