HEX
Server: Apache/2.4.34 (Red Hat) OpenSSL/1.0.2k-fips
System: Linux WORDPRESS 3.10.0-1160.118.1.el7.x86_64 #1 SMP Thu Apr 4 03:33:23 EDT 2024 x86_64
User: digital (1020)
PHP: 7.2.24
Disabled: NONE
Upload Files
File: //usr/share/polkit-1/actions/abrt_polkit.policy
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE policyconfig PUBLIC
 "-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
 "http://www.freedesktop.org/standards/PolicyKit/1.0/policyconfig.dtd">

<!--
PolicyKit policy definitions for ABRT

Copyright (c) 2012 ABRT Team <[email protected]>

-->

<policyconfig>
  <vendor>The ABRT Team</vendor>
  <vendor_url>https://fedorahosted.org/abrt/</vendor_url>

  <!-- by default only root can see other users problems -->
  <action id="org.freedesktop.problems.getall">
    <description>Get problems from all users</description>
    <message>Reading others problems requires authentication</message>
    <defaults>
      <allow_any>auth_admin_keep</allow_any>
      <allow_active>auth_admin_keep</allow_active>
      <allow_inactive>auth_admin_keep</allow_inactive>
    </defaults>
  </action>

  <!-- by default only root can access configuration  -->
  <action id="com.redhat.problems.configuration.update">
    <description>Set value of configuration properties</description>
    <message>Update configuration values reuquires authentication</message>
    <defaults>
      <allow_any>auth_admin_keep</allow_any>
      <allow_active>auth_admin_keep</allow_active>
      <allow_inactive>auth_admin_keep</allow_inactive>
    </defaults>
  </action>

</policyconfig>