Resource Type: selinux_fcontext

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

Overview

SELinux file context pattern

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • filetype

    The file type to which the rule applies

  • selrange

    The SELinux level to be applied to ‘pattern`

  • seltype

    The SELinux type to be applied to ‘pattern`

  • seluser

    The SELinux user to apply to ‘pattern

Parameters

  • filespec

    Regular expression file pattern to match

  • 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.