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
  • seltype
    Supported values:
    • /_port_t$/

Parameters

  • name (namevar)

    The name of the SELinux port to be managed.

  • port
  • proto
    Supported values:
    • tcp
    • udp
  • 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.