Home
last modified time | relevance | path

Searched refs:setenforce (Results 1 – 21 of 21) sorted by relevance

/external/selinux/python/sepolicy/sepolicy/
Dsedbus.py25 def setenforce(self, value): member in SELinuxDBus
26 ret = self.dbus_object.setenforce(value, dbus_interface="org.selinux")
57 resp = dbus_proxy.setenforce(int(sys.argv[1]))
Dgui.py2580 self.dbus.setenforce(button.get_active())
/external/selinux/libselinux/utils/
D.gitignore25 setenforce
/external/skia/platform_tools/android/apps/skottie/
Drun_perf.sh26 adb shell setenforce 0
/external/compiler-rt/lib/asan/scripts/
Dasan_device_setup402 adb_shell setenforce 0
442 adb_shell setenforce 1
/external/llvm-project/compiler-rt/lib/asan/scripts/
Dasan_device_setup407 adb_shell setenforce 0
454 adb_shell setenforce 1
/external/selinux/secilc/docs/
Dcil_reference_guide.md219 …ps_1 classpermissionset` identifier includes all permissions except `load_policy` and `setenforce`:
221 … compute_member check_context load_policy compute_relabel compute_user setenforce setbool setsecpa…
225 (classpermissionset cps_1 (security (not (load_policy setenforce))))
230 compute_relabel compute_user setenforce setbool setsecparam setcheckreqprot
/external/selinux/dbus/
Dselinux_server.py75 def setenforce(self, value): member in selinux_server
/external/selinux/libselinux/
DAndroid.bp105 "src/setenforce.c",
176 "src/setenforce.c",
/external/toybox/
DAndroid.bp145 "toys/android/setenforce.c",
366 "setenforce",
/external/perfetto/docs/design-docs/
Dheapprofd-design.md189 Implement a prototype of the system described above that works with SELinux `setenforce 0` and runn…
195 Do security changes required to run heapprofd with `setenforce 1` and as non-root.
/external/toybox/android/mac/generated/
Dnewtoys.h235 USE_SETENFORCE(NEWTOY(setenforce, "<1>1", TOYFLAG_USR|TOYFLAG_SBIN))
Dflags.h5833 #define TT this.setenforce
/external/toybox/android/device/generated/
Dnewtoys.h235 USE_SETENFORCE(NEWTOY(setenforce, "<1>1", TOYFLAG_USR|TOYFLAG_SBIN))
Dflags.h5833 #define TT this.setenforce
/external/toybox/android/linux/generated/
Dnewtoys.h235 USE_SETENFORCE(NEWTOY(setenforce, "<1>1", TOYFLAG_USR|TOYFLAG_SBIN))
Dflags.h5833 #define TT this.setenforce
/external/perfetto/docs/data-sources/
Dnative-heap-profiler.md191 `adb shell su root setenforce 0` or by passing `--disable-selinux` to the
196 | | userdebug setenforce 0 | userdebug | user |
/external/selinux/python/sepolgen/src/share/
Dperm_map40 setenforce n 1
/external/selinux/python/sepolgen/tests/
Dperm_map40 setenforce n 1
/external/selinux/libsepol/tests/policies/test-cond/
Drefpolicy-base.conf302 setenforce # was avc_toggle in system class
1556 auditallow kernel_t security_t:security { load_policy setenforce setbool };
1597 neverallow ~can_setenforce security_t:security setenforce;