Resource Type: selinux_login

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

Overview

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

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • selinux_login_name

    The name of the linux user or group to map.

  • selinux_user

    The selinux user to map to.

  • source

    Source of the login configuration - either policy or local

    Supported values:
    • policy
    • local

Parameters

  • provider

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

  • title

    Should be of the form “linuxuser_selinuxuser” or the type may misbehave