logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

semanage-node - SELinux Policy Management node mapping tool

Description

       semanage  is  used  to  configure certain elements of SELinux policy without requiring modification to or
       recompilation from policy sources.  semanagenode controls the IP address to node type definitions.

Example

       Apply type node_t to ipv4 node 127.0.0.2
       # semanage node -a -t node_t -p ipv4 -M 255.255.255.255 127.0.0.2

Name

semanage-node-SELinuxPolicyManagementnodemappingtool

Options

-h,--help
              Show this help message and exit

       -n,--noheading
              Do not print heading when listing the specified object type

       -N,--noreload
              Do not reload policy after commit

       -SSTORE,--storeSTORE
              Select an alternate SELinux Policy Store to manage

       -C,--locallist
              List local customizations

       -a,--add
              Add a record of the specified object type

       -d,--delete
              Delete a record of the specified object type

       -m,--modify
              Modify a record of the specified object type

       -l,--list
              List records of the specified object type

       -E,--extract
              Extract customizable commands, for use within a transaction

       -D,--deleteall
              Remove all local customizations

       -MNETMASK,--netmaskNETMASK
              Network Mask, either in CIDR (/16) or address mask notation (255.255.0.0, ffff::)

       -tTYPE,--typeTYPE
              SELinux type for the object

       -rRANGE,--rangeRANGE
              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.

       -pPROTO,--protoPROTO
              Protocol  for  the  specified  port  (tcp|udp) or internet protocol version for the specified node
              (ipv4|ipv6).

See Also

selinux(8), semanage(8)

                                                    20130617                                    semanage-node(8)

Synopsis

semanagenode[-h][-n][-N][-SSTORE][--add-MNETMASK-pPROTOCOL-tTYPE-rRANGEnode|--delete-MNETMASK-pPROTOCOLnode|--deleteall|--extract|--list[-C]|--modify-MNETMASK-pPROTOCOL-tTYPE-rRANGEnode]

See Also