/third_party/selinux/libselinux/src/ |
D | load_policy.c | 224 int selinux_init_load_policy(int *enforce) in selinux_init_load_policy() argument 269 *enforce = secmdline; in selinux_init_load_policy() 271 *enforce = seconfig; in selinux_init_load_policy() 273 *enforce = 0; /* unspecified or disabled */ in selinux_init_load_policy() 306 *enforce = 0; in selinux_init_load_policy() 341 *enforce = 0; in selinux_init_load_policy() 352 if (orig_enforce != *enforce) { in selinux_init_load_policy() 353 rc = security_setenforce(*enforce); in selinux_init_load_policy() 355 …fprintf(stderr, "SELinux: Unable to switch to %s mode: %m\n", (*enforce ? "enforcing" : "permiss… in selinux_init_load_policy() 356 if (*enforce) in selinux_init_load_policy()
|
D | getenforce.c | 14 int fd, ret, enforce = 0; in security_getenforce() local 34 if (sscanf(buf, "%d", &enforce) != 1) in security_getenforce() 37 return !!enforce; in security_getenforce()
|
D | selinux_config.c | 89 int selinux_getenforcemode(int *enforce) in selinux_getenforcemode() argument 110 *enforce = 1; in selinux_getenforcemode() 117 *enforce = 0; in selinux_getenforcemode() 124 *enforce = -1; in selinux_getenforcemode()
|
D | selinuxswig.i | 15 %apply int *OUTPUT { int *enforce };
|
/third_party/skia/resources/sksl/runtime/ |
D | QualifierOrder.rts | 3 // GLSL 4.1 and below enforce that qualifiers must occur in a strict order. (See "Order of 4 // Qualifiers" in the GLSL documentation.) GLSL 4.2 and above no longer enforce order; SkSL also
|
/third_party/ltp/testcases/kernel/security/tomoyo/ |
D | tomoyo_file_test.c | 229 static void set_file_enforce(int enforce) in set_file_enforce() argument 231 if (enforce) { in set_file_enforce()
|
/third_party/typescript/tests/baselines/reference/ |
D | indexer2A.types | 8 // Decided to enforce a semicolon after declarations
|
D | indexer2A.errors.txt | 7 // Decided to enforce a semicolon after declarations
|
D | indexer2A.symbols | 8 // Decided to enforce a semicolon after declarations
|
/third_party/rust/crates/bindgen/book/src/ |
D | visibility.md | 3 Fields can be made private for various reasons. You may wish to enforce some invariant on the field…
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ |
D | CMakeLists.txt | 30 # This property is used to enforce that convention. It is important because the
|
/third_party/selinux/libselinux/include/selinux/ |
D | selinux.h | 318 extern int selinux_init_load_policy(int *enforce); 542 extern int selinux_getenforcemode(int *enforce);
|
/third_party/openGLES/extensions/NV/ |
D | NV_compute_shader_derivatives.txt | 96 unable to enforce the following restrictions: 104 Instead, we need to enforce this restriction at run time.
|
/third_party/mesa3d/docs/ci/ |
D | fdo-cache | 22 # the artifacts URLS don't change. So enforce a long validity
|
/third_party/googletest/googlemock/test/ |
D | gmock_output_test_golden.txt | 78 … not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call. See ht… 85 … not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call. See ht… 269 … not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call. See ht… 276 … not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call. See ht…
|
/third_party/ltp/testcases/kernel/security/integrity/ima/tests/ |
D | ima_selinux.sh | 149 expected_enforced_value=$(cat $SELINUX_DIR/enforce)
|
/third_party/flutter/skia/third_party/externals/wuffs/test/data/artificial/ |
D | gif-multiple-loop-counts.gif.make-artificial.txt | 13 # course of stepping through the frames. Programs that use Wuffs may enforce
|
/third_party/opencl-headers/ |
D | README.md | 52 For example, to enforce usage of no more than the OpenCL 1.2 APIs, you may
|
/third_party/flutter/engine/flutter/web_sdk/test/ |
D | api_conform_test.dart | 79 // but we enforce that they are identical. 128 // but we enforce that they are identical.
|
/third_party/cups-filters/filter/braille/drivers/index/ |
D | indexv4.sh.in | 56 # software-translated, enforce a 6-dot table if needed
|
D | indexv3.sh.in | 86 # software-translated, enforce a 6-dot table if needed
|
/third_party/libwebsockets/READMEs/ |
D | README.porting.md | 45 to enforce implicit requirements of your platform. Optional stuff should be set by
|
/third_party/openssl/doc/man7/ |
D | ossl_store.pod | 38 The B<OSS_STORE> API does nothing to enforce any specific format or
|
/third_party/libffi/testsuite/libffi.bhaible/ |
D | README | 42 that enforce a certain ABI,
|
/third_party/curl/ |
D | backport-0001-CVE-2023-23916.patch | 151 + # enforce CRLF newline 161 # enforce CRLF newline
|