pyanaconda.modules.security.security_interface ============================================== .. py:module:: pyanaconda.modules.security.security_interface Classes ------- .. autoapisummary:: pyanaconda.modules.security.security_interface.SecurityInterface Module Contents --------------- .. py:class:: SecurityInterface Bases: :py:obj:`pyanaconda.modules.common.base.KickstartModuleInterface` DBus interface for the security module. .. py:method:: connect_signals() Connect the signals. .. py:property:: SELinux :type: Int The state of SELinux on the installed system. Allowed values: -1 Unset. 0 Disabled. 1 Enforcing. 2 Permissive. :return: a value of the SELinux state .. py:property:: Authselect :type: List[Str] Arguments for the authselect tool. :return: a list of arguments .. py:property:: Realm :type: Structure Specification of the enrollment in a realm. :return: a dictionary with a specification .. py:property:: FingerprintAuthEnabled :type: Bool Reports if fingerprint authentication is enabled. :return: True if fingerprint authentication is enabled, False otherwise .. py:method:: DiscoverRealmWithTask() Discover realm with a task. NOTE: temporary API needed before dynamic task scheduling is implemented .. py:method:: JoinRealmWithTask() Join realm with a task. NOTE: temporary API needed before dynamic task scheduling is implemented .. py:method:: PreconfigureFIPSWithTask(payload_type) Set up FIPS for the payload installation with a task. :param payload_type: a string with the payload type :return: a DBus path of a installation task .. py:method:: ConfigureFIPSWithTask() Configure FIPS on the installed system. :return: a DBus path of a installation task