HomeSort by relevance Sort by last modified time
    Searched refs:enforce (Results 1 - 25 of 81) sorted by null

1 2 3 4

  /external/libselinux/src/
getenforce.c 14 int fd, ret, enforce = 0; local
23 snprintf(path, sizeof path, "%s/enforce", selinux_mnt);
34 if (sscanf(buf, "%d", &enforce) != 1)
37 return enforce;
  /external/selinux/libselinux/src/
getenforce.c 14 int fd, ret, enforce = 0; local
23 snprintf(path, sizeof path, "%s/enforce", selinux_mnt);
34 if (sscanf(buf, "%d", &enforce) != 1)
37 return enforce;
selinuxswig.i 14 %apply int *OUTPUT { int *enforce };
load_policy.c 312 int selinux_init_load_policy(int *enforce)
362 *enforce = secmdline;
364 *enforce = seconfig;
366 *enforce = 0; /* unspecified or disabled */
398 *enforce = 0;
427 *enforce = 0;
438 if (orig_enforce != *enforce) {
439 rc = security_setenforce(*enforce);
441 fprintf(stderr, "SELinux: Unable to switch to %s mode: %s\n", (*enforce ? "enforcing" : "permissive"), strerror(errno));
442 if (*enforce)
    [all...]
selinux_config.c 86 int selinux_getenforcemode(int *enforce)
103 *enforce = 1;
110 *enforce = 0;
117 *enforce = -1;
  /external/boringssl/src/ssl/test/
async_bio.h 42 void AsyncBioEnforceWriteQuota(BIO *bio, bool enforce);
async_bio.cc 182 void AsyncBioEnforceWriteQuota(BIO *bio, bool enforce) {
187 a->enforce_write_quota = enforce;
  /external/selinux/policycoreutils/load_policy/
load_policy.c 28 int ret, opt, quiet = 0, nargs, init=0, enforce=0; local
75 ret = selinux_init_load_policy(&enforce);
77 if (enforce > 0) {
  /external/llvm/test/MC/AsmParser/
undefined-local-symbol.s 3 # NOTE: apple-darwin portion of the triple is to enforce the convention choice
  /prebuilts/misc/common/swig/include/2.0.11/d/
std_vector.i 220 std.exception.enforce(!empty);
225 std.exception.enforce(!empty);
230 std.exception.enforce(!empty);
236 std.exception.enforce(i < _b && _b <= _outer.length);
241 std.exception.enforce(_outer && _a + i < _b && _b <= _outer.length);
255 std.exception.enforce(a <= b && b <= length);
264 std.exception.enforce(!empty);
269 std.exception.enforce(!empty);
274 std.exception.enforce(!empty);
279 std.exception.enforce(!empty)
    [all...]
  /external/dbus/test/name-test/
tmp-session-like-system.conf 73 having the bus enforce a limit is nicer than a huge memory leak. But the
  /external/selinux/libselinux/include/selinux/
selinux.h 287 * the *enforce argument accordingly for the caller to use, sets the
295 * Otherwise, the function returns -1, and init must check *enforce to
296 * determine how to proceed. If enforcing (*enforce > 0), then init should
299 extern int selinux_init_load_policy(int *enforce);
325 /* Get the enforce flag value. */
328 /* Set the enforce flag value. */
496 extern int selinux_getenforcemode(int *enforce);
  /frameworks/base/services/core/java/com/android/server/connectivity/
Vpn.java     [all...]
  /external/protobuf/src/google/protobuf/
descriptor.h     [all...]
  /ndk/build/core/
default-build-commands.mk 36 # These flags are used to enforce the NX (no execute) security feature in the
definitions-utils.mk 162 # reaches the top of the directory tree, and we want to enforce this to
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
descriptor.h     [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/experimental/javascript/closure/string/
string.js 118 // include it in the regexp to enforce consistent cross-browser behavior.
133 // include it in the regexp to enforce consistent cross-browser behavior.
275 // include it in the regexp to enforce consistent cross-browser behavior.
288 // include it in the regexp to enforce consistent cross-browser behavior.
301 // include it in the regexp to enforce consistent cross-browser behavior.
    [all...]
  /frameworks/base/core/java/android/app/
ContextImpl.java 1609 private void enforce( method in class:ContextImpl
1626 enforce(permission, method
1635 enforce(permission, method
1645 enforce(permission, method
    [all...]
  /system/media/camera/docs/
html.mako 52 /* hide the first thead, we need it there only to enforce column sizes */
  /build/core/
java.mk 419 # The layers file allows you to enforce a layering between java packages.
  /prebuilts/devtools/tools/lib/
jfreechart-swt-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9-swt.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart-swt/1.0.9/
jfreechart-swt-1.0.9.jar 
  /external/v8/benchmarks/
deltablue.js 166 * Attempt to find a way to enforce this constraint. If successful,
485 * Enforce this constraint. Assume that it is satisfied.
521 * Enforce this constraint. Assume that it is satisfied.

Completed in 715 milliseconds

1 2 3 4