File: org.selinux.policy

package info (click to toggle)
android-platform-external-libselinux 8.1.0%2Br23-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 33,252 kB
  • sloc: ansic: 142,533; python: 23,929; makefile: 1,760; yacc: 1,367; sh: 1,108; lex: 448; xml: 176
file content (82 lines) | stat: -rw-r--r-- 3,279 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<?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">
<policyconfig>

    <vendor>Red Hat Inc.</vendor>
    <vendor_url>http://www.redhat.com</vendor_url>

    <action id="org.selinux.restorecon">
        <description>SELinux write access</description>
        <message>System policy prevents restorecon access to SELinux</message>
        <defaults>
            <allow_any>no</allow_any>
            <allow_inactive>no</allow_inactive>
            <allow_active>auth_admin_keep</allow_active>
        </defaults>
    </action>
    <action id="org.selinux.setenforce">
        <description>SELinux write access</description>
        <message>System policy prevents setenforce access to SELinux</message>
        <defaults>
            <allow_any>no</allow_any>
            <allow_inactive>no</allow_inactive>
            <allow_active>auth_admin_keep</allow_active>
        </defaults>
    </action>
    <action id="org.selinux.semanage">
        <description>SELinux write access</description>
        <message>System policy prevents semanage access to SELinux</message>
        <defaults>
            <allow_any>no</allow_any>
            <allow_inactive>no</allow_inactive>
            <allow_active>auth_admin_keep</allow_active>
        </defaults>
    </action>
    <action id="org.selinux.customized">
        <description>SELinux Read access</description>
        <message>System policy prevents read access to SELinux</message>
        <defaults>
          <allow_any>no</allow_any>
          <allow_inactive>no</allow_inactive>
	  <allow_active>auth_admin_keep</allow_active>
        </defaults>
    </action>
    <action id="org.selinux.semodule_list">
        <description>SELinux list modules access</description>
        <message>System policy prevents read access to SELinux modules</message>
        <defaults>
          <allow_any>no</allow_any>
          <allow_inactive>no</allow_inactive>
	  <allow_active>auth_admin_keep</allow_active>
        </defaults>
    </action>
    <action id="org.selinux.relabel_on_boot">
        <description>SELinux write access</description>
        <message>System policy prevents relabel_on_boot access to SELinux</message>
        <defaults>
          <allow_any>no</allow_any>
          <allow_inactive>no</allow_inactive>
	  <allow_active>auth_admin_keep</allow_active>
        </defaults>
    </action>
    <action id="org.selinux.change_default_policy">
        <description>SELinux write access</description>
        <message>System policy prevents change_default_policy access to SELinux</message>
        <defaults>
          <allow_any>no</allow_any>
          <allow_inactive>no</allow_inactive>
	  <allow_active>auth_admin_keep</allow_active>
        </defaults>
    </action>
    <action id="org.selinux.change_policy_type">
        <description>SELinux write access</description>
        <message>System policy prevents change_policy_type access to SELinux</message>
        <defaults>
          <allow_any>no</allow_any>
          <allow_inactive>no</allow_inactive>
	  <allow_active>auth_admin_keep</allow_active>
        </defaults>
    </action>
</policyconfig>