Scroll to navigation

semanage-ibendport(8) semanage-ibendport(8)

NAME

semanage-ibendport - SELinux Policy Management ibendport mapping tool

SYNOPSIS

semanage ibendport [-h] [-n] [-N] [-S STORE] [ --add -t TYPE -z IBDEV_NAME -r RANGE port | --delete -z IBDEV_NAME port | --deleteall | --extract | --list [-C] | --modify -t TYPE -z IBDEV_NAME -r RANGE port ]

DESCRIPTION

semanage is used to configure certain elements of SELinux policy without requiring modification to or recompilation from policy sources. semanage ibendport controls the ibendport number to ibendport type definitions.

OPTIONS

show this help message and exit
Do not print heading when listing the specified object type
Do not reload policy after commit
Select an alternate SELinux Policy Store to manage
List local customizations
Add a record of the specified object type
Delete a record of the specified object type
Modify a record of the specified object type
List records of the specified object type
Extract customizable commands, for use within a transaction
Remove all local customizations
SELinux type for the object
MLS/MCS Security Range (MLS/MCS Systems only) SELinux Range for SELinux login mapping defaults to the SELinux user record range. SELinux Range for SELinux user defaults to s0.
The name of the infiniband device for the port to be labeled. (ex. mlx5_0)

EXAMPLE

List all ibendport definitions
# semanage ibendport -l
Label mlx4_0 port 2.
# semanage ibendport -a -t allowed_ibendport_t -z mlx4_0 2

SEE ALSO

selinux(8), semanage(8)

AUTHOR

This man page was written by Daniel Jurgens <danielj@mellanox.com>

20170508