Resource Type: selinux_fcontext

Defined in:
lib/puppet/type/selinux_fcontext.rb
Providers:
semanage

Overview

Manage SELinux file context mapping definitions.

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • selrange

    The SELinux range to apply.

  • selrole

    The SELinux role to apply.

  • seltype

    The SELinux type to apply.

  • seluser

    The SELinux user to apply.

Parameters

  • name (namevar)

    The default namevar.

  • provider

    The specific backend to use for this ‘selinux_fcontext` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.