Home
last modified time | relevance | path

Searched refs:rules (Results 1 – 25 of 621) sorted by relevance

12345678910>>...25

/system/sepolicy/prebuilts/api/30.0/public/
Dtzdatacheck.te9 # can modify the /data time zone rules directories. This is to make it very
10 # clear that only these domains should modify the actual time zone rules data.
12 # not be able to modify the real rules.
13 # If other users / binaries could modify time zone rules on device this might
16 # responsible for updating time zone rules.
Duntrusted_app.te19 # This file defines the rules for untrusted apps running with
22 # This file defines the rules for untrusted apps running with
25 # This file defines the rules for untrusted apps running with
28 # This file defines the rules for untrusted apps running with
Dgatekeeperd.te9 ### These rules should eventually be granted only when needed.
16 ### These rules should eventually be granted only when needed.
/system/sepolicy/prebuilts/api/29.0/public/
Dtzdatacheck.te9 # can modify the /data time zone rules directories. This is to make it very
10 # clear that only these domains should modify the actual time zone rules data.
12 # not be able to modify the real rules.
13 # If other users / binaries could modify time zone rules on device this might
16 # responsible for updating time zone rules.
Dfastbootd.te4 # in neverallow rules.
7 # But the allow rules are only included in the recovery policy.
8 # Otherwise fastbootd is only allowed the domain rules.
110 ### neverallow rules
Dgatekeeperd.te9 ### These rules should eventually be granted only when needed.
16 ### These rules should eventually be granted only when needed.
/system/sepolicy/prebuilts/api/28.0/public/
Dtzdatacheck.te9 # can modify the /data time zone rules directories. This is to make it very
10 # clear that only these domains should modify the actual time zone rules data.
12 # not be able to modify the real rules.
13 # If other users / binaries could modify time zone rules on device this might
16 # responsible for updating time zone rules.
Dhal_configstore.te7 # As opposed to the rules of most other HALs, the different services exposed by
8 # this HAL should be restricted to different clients. Thus, the allow rules for
16 ### neverallow rules
Dgatekeeperd.te9 ### These rules should eventually be granted only when needed.
17 ### These rules should eventually be granted only when needed.
/system/sepolicy/public/
Dtzdatacheck.te9 # can modify the /data time zone rules directories. This is to make it very
10 # clear that only these domains should modify the actual time zone rules data.
12 # not be able to modify the real rules.
13 # If other users / binaries could modify time zone rules on device this might
16 # responsible for updating time zone rules.
Duntrusted_app.te19 # This file defines the rules for untrusted apps running with
22 # This file defines the rules for untrusted apps running with
25 # This file defines the rules for untrusted apps running with
28 # This file defines the rules for untrusted apps running with
Dgatekeeperd.te9 ### These rules should eventually be granted only when needed.
16 ### These rules should eventually be granted only when needed.
/system/sepolicy/prebuilts/api/27.0/public/
Dtzdatacheck.te9 # can modify the /data time zone rules directories. This is to make it very
10 # clear that only these domains should modify the actual time zone rules data.
12 # not be able to modify the real rules.
13 # If other users / binaries could modify time zone rules on device this might
16 # responsible for updating time zone rules.
Dhal_configstore.te7 # As opposed to the rules of most other HALs, the different services exposed by
8 # this HAL should be restricted to different clients. Thus, the allow rules for
16 ### neverallow rules
Dgatekeeperd.te9 ### These rules should eventually be granted only when needed.
17 ### These rules should eventually be granted only when needed.
/system/sepolicy/prebuilts/api/31.0/public/
Dtzdatacheck.te9 # can modify the /data time zone rules directories. This is to make it very
10 # clear that only these domains should modify the actual time zone rules data.
12 # not be able to modify the real rules.
13 # If other users / binaries could modify time zone rules on device this might
16 # responsible for updating time zone rules.
Duntrusted_app.te19 # This file defines the rules for untrusted apps running with
22 # This file defines the rules for untrusted apps running with
25 # This file defines the rules for untrusted apps running with
28 # This file defines the rules for untrusted apps running with
Dgatekeeperd.te9 ### These rules should eventually be granted only when needed.
16 ### These rules should eventually be granted only when needed.
Dfastbootd.te4 # in neverallow rules.
7 # But the allow rules are only included in the recovery policy.
8 # Otherwise fastbootd is only allowed the domain rules.
111 ### neverallow rules
/system/sepolicy/tools/sepolicy-analyze/
DREADME10 identical with respect to allow rules, including indirect allow
11 rules via attributes and default-enabled conditional rules
18 conditional rules, audit-related rules (auditallow or dontaudit),
37 Displays duplicate allow rules, i.e. pairs of allow rules that
44 -foo -bar is expanded to individual allow rules by the policy
46 duplicate rules as a natural side effect and can be ignored.
80 Check whether the sepolicy file violates any of the neverallow rules
83 m4 macro expansion of the rules from a .te file. You can use an entire
87 quickly checking an individual expanded rule or group of rules. If there are
95 the policy from which the neverallow rules were taken and the policy
[all …]
/system/sepolicy/tests/
Dsearchpolicy.py63 rules = [] variable
66 rules.append("allow " + r.sctx + " " + r.tctx + ":" + r.tclass + " { " +
69 rules.append("allow " + r.sctx + " " + r.tctx + ":" + r.tclass + " " +
72 for r in sorted(rules):
/system/sepolicy/prebuilts/api/26.0/public/
Dhal_configstore.te5 # As opposed to the rules of most other HALs, the different services exposed by
6 # this HAL should be restricted to different clients. Thus, the allow rules for
Dgatekeeperd.te9 ### These rules should eventually be granted only when needed.
17 ### These rules should eventually be granted only when needed.
/system/netd/tests/
Dtest_utils.cpp77 std::vector<std::string> rules = listIptablesRule(binary, chainName); in iptablesRuleExists() local
78 for (const auto& rule : rules) { in iptablesRuleExists()
/system/timezone/
DREADME.android1 This directory contains code, tools and data related to time zone rules data
9 to update time zone rules on Android devices.
16 update time zone rules on Android devices. See distro/README for details.
19 - Contains files that provide inputs to the time zone rules update process.
27 - Contains some derived files from the time zone rules update process and
59 IANA rules data changes
62 When IANA release new time zone rules, the update process is:
88 syntax to the text rules files (e.g. asia, north_america, etc.) or adds useful
119 needed to update a device's time zone rules by overlaying files into locations

12345678910>>...25