Home
last modified time | relevance | path

Searched refs:enforce (Results 1 – 25 of 281) sorted by relevance

12345678910>>...12

/third_party/selinux/libselinux/src/
Dload_policy.c224 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()
Dgetenforce.c14 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()
Dselinux_config.c89 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()
Dselinuxswig.i15 %apply int *OUTPUT { int *enforce };
/third_party/skia/resources/sksl/runtime/
DQualifierOrder.rts3 // 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/
Dtomoyo_file_test.c229 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/
Dindexer2A.types8 // Decided to enforce a semicolon after declarations
Dindexer2A.errors.txt7 // Decided to enforce a semicolon after declarations
Dindexer2A.symbols8 // Decided to enforce a semicolon after declarations
/third_party/rust/crates/bindgen/book/src/
Dvisibility.md3 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/
DCMakeLists.txt30 # This property is used to enforce that convention. It is important because the
/third_party/selinux/libselinux/include/selinux/
Dselinux.h318 extern int selinux_init_load_policy(int *enforce);
542 extern int selinux_getenforcemode(int *enforce);
/third_party/openGLES/extensions/NV/
DNV_compute_shader_derivatives.txt96 unable to enforce the following restrictions:
104 Instead, we need to enforce this restriction at run time.
/third_party/mesa3d/docs/ci/
Dfdo-cache22 # the artifacts URLS don't change. So enforce a long validity
/third_party/googletest/googlemock/test/
Dgmock_output_test_golden.txt78 … 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/
Dima_selinux.sh149 expected_enforced_value=$(cat $SELINUX_DIR/enforce)
/third_party/flutter/skia/third_party/externals/wuffs/test/data/artificial/
Dgif-multiple-loop-counts.gif.make-artificial.txt13 # course of stepping through the frames. Programs that use Wuffs may enforce
/third_party/opencl-headers/
DREADME.md52 For example, to enforce usage of no more than the OpenCL 1.2 APIs, you may
/third_party/flutter/engine/flutter/web_sdk/test/
Dapi_conform_test.dart79 // but we enforce that they are identical.
128 // but we enforce that they are identical.
/third_party/cups-filters/filter/braille/drivers/index/
Dindexv4.sh.in56 # software-translated, enforce a 6-dot table if needed
Dindexv3.sh.in86 # software-translated, enforce a 6-dot table if needed
/third_party/libwebsockets/READMEs/
DREADME.porting.md45 to enforce implicit requirements of your platform. Optional stuff should be set by
/third_party/openssl/doc/man7/
Dossl_store.pod38 The B<OSS_STORE> API does nothing to enforce any specific format or
/third_party/libffi/testsuite/libffi.bhaible/
DREADME42 that enforce a certain ABI,
/third_party/curl/
Dbackport-0001-CVE-2023-23916.patch151 + # enforce CRLF newline
161 # enforce CRLF newline

12345678910>>...12