Resource Type: selinux_port
- Defined in:
- lib/puppet/type/selinux_port.rb
- Providers:
-
semanage
Overview
Manage SELinux network port type definitions.
Properties
-
ensure
(defaults to: present)
The basic property that the resource should be in.
Supported values:- present
- absent
Parameters
-
name (namevar)
The default namevar.
-
port
The SELinux type to apply.
-
proto
(defaults to: tcp)
Protocol for the specified port (tcp|udp) or internet protocol version for the specified node (ipv4|ipv6).
Supported values:- tcp
- udp
- ipv4
- ipv6
-
provider
The specific backend to use for this ‘selinux_port` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.
-
seltype
SELinux Type for the object.
Supported values:- %r{_port_t$}