HomeSort by relevance Sort by last modified time
    Searched full:permissive (Results 1 - 25 of 247) sorted by null

1 2 3 4 5 6 7 8 910

  /external/sepolicy/tools/sepolicy-analyze/
perm.c 13 * iterate over all domains and check if domain is in permissive
README 20 current policy may be overly permissive with respect to one or the
48 PERMISSIVE DOMAINS (permissive)
49 sepolicy-analyze out/target/product/<board>/root/sepolicy permissive
51 Displays domains in the policy that are permissive, i.e. avc
53 permissive domains can be helpful during development, they
sepolicy-analyze.c 22 COMP(permissive),
  /system/core/toolbox/
getenforce.c 27 printf("Permissive\n");
setenforce.c 12 fprintf(stderr, "usage: %s [ Enforcing | Permissive | 1 | 0 ]\n",
33 } else if (strcasecmp(argv[1], "permissive") == 0) {
  /external/chromium_org/net/http/
mock_allow_url_security_manager.h 12 // An URLSecurityManager which is very permissive and which should only be used
http_auth_challenge_tokenizer.cc 44 // NOTE: we are more permissive than RFC 2617 which says auth-scheme
  /external/kernel-headers/original/uapi/linux/
seccomp.h 16 * The upper 16-bits are ordered from least permissive values to most.
19 * selects the least permissive choice.
  /external/sepolicy/
su.te 15 # su is also permissive to permit setenforce.
16 permissive su;
Android.mk 5 # Force permissive domains to be unconfined+enforcing?
8 # Permissive means permissive.
12 # permissive domains into unconfined+enforcing.
  /external/chromium_org/extensions/shell/browser/
shell_special_storage_policy.h 13 // capabilities and aims to be as permissive as possible.
  /external/clang/test/SemaCXX/
exception-spec-no-exceptions.cpp 25 // Calls from less permissive contexts. We don't actually do this
  /external/eigen/
COPYING.README 12 under the MPL2 and possibly more permissive licenses (like BSD), #define this
  /cts/hostsidetests/security/src/android/cts/security/
SELinuxHostTest.java 91 /* run sepolicy-analyze permissive check on policy file */
93 devicePolicyFile.getAbsolutePath(), "permissive");
105 assertTrue("The following SELinux domains were found to be in permissive mode:\n"
  /docs/source.android.com/src/devices/tech/security/
se-linux.jd 55 permissive mode, in which permission denials are logged but not enforced, and
57 supports a per-domain permissive mode in which specific domains (processes) can
58 be made permissive while placing the rest of the system in global enforcing
61 treated identically by the security policy. Per-domain permissive mode enables
63 Per-domain permissive mode also enables policy development for new services
67 upon the permissive release of 4.3 and the partial enforcement of 4.4. In
enhancements43.jd 17 allows the use of SELinux in a permissive mode. This mode logs any policy
  /docs/source.android.com/src/devices/tech/security/selinux/
validate.jd 35 Permissive. Please note, this command shows only the global SELinux mode. To
43 release in permissive mode and eventual switch to enforcing mode. SELinux log
95 <h2 id=switching_to_permissive>Switching to permissive</h2>
97 <p class="caution"><strong>Important:</strong> Permissive mode is not supported on production devices. CTS tests confirm
100 <p>To turn a device?s SELinux enforcement into globally permissive via ADB, as
110 androidboot.selinux=permissive
customize.jd 75 <li>Make new domains permissive initially. In Android 4.4 and earlier, this is done
76 using a permissive declaration. In later versions of Android, per-domain
77 permissive mode is specified using the <code>permissive_or_unconfined()</code> macro.
79 <li>Remove the permissive declaration when no further denials appear in userdebug
concepts.jd 73 <li><em>Permissive</em> - SELinux security policy is not enforced, only logged.
78 allows you to gather potential failures. Permissive is especially useful during
96 logged in permissive mode with a confined policy. Therefore, we strongly
  /device/moto/shamu/sepolicy/
mpdecision.te 27 # <12>[ 39.917299] type=1400 audit(1409704476.019:90): avc: denied { write } for pid=328 comm="mpdecision" name="scaling_min_freq" dev="sysfs" ino=13165 scontext=u:r:mpdecision:s0 tcontext=u:object_r:sysfs:s0 tclass=file permissive=1
  /external/checkpolicy/
policy_scan.l 226 permissive |
227 PERMISSIVE { return(PERMISSIVE); }
  /external/eigen/doc/
TopicAssertions.dox 77 Because Eigen handles both fixed-size and dynamic-size expressions, some conditions cannot be clearly determined at compile time. We classify them into strict assertions and permissive assertions.
87 \subsubsection PermissiveAssertions Permissive assertions
  /external/chromium_org/third_party/cython/src/
README.txt 20 below). Cython itself is licensed under the permissive
  /libcore/dalvik/src/main/java/dalvik/system/
BlockGuard.java 115 * The default, permissive policy that doesn't prevent any operations.
  /external/okhttp/okcurl/src/main/java/com/squareup/okhttp/curl/
Main.java 235 TrustManager permissive = new X509TrustManager() {
248 context.init(null, new TrustManager[] { permissive }, null);

Completed in 2230 milliseconds

1 2 3 4 5 6 7 8 910