Resource Type: selinux_fcontext_equivalence

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

Overview

Manage SELinux fcontext equivalence definitions. You should use selinux::fcontext instead of this directly.

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • target

    The target of the equivalence. ie. the path that this resource will be equivalent to

Parameters

  • path

    The path to set equivalence for

  • provider

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