Home
last modified time | relevance | path

Searched refs:SHIM_CAP_SYS_ADMIN (Results 1 – 17 of 17) sorted by relevance

/dports/benchmarks/stress-ng/stress-ng-0.13.09/
H A Dstress-binderfs.c39 if (!stress_check_capability(SHIM_CAP_SYS_ADMIN)) { in stress_binderfs_supported()
H A Dstress-klog.c70 const bool klog_capable = stress_check_capability(SHIM_CAP_SYS_ADMIN) | in stress_klog()
H A Dstress-memhotplug.c49 if (!stress_check_capability(SHIM_CAP_SYS_ADMIN)) { in stress_memhotplug_supported()
H A Dstress-physpage.c44 if (!stress_check_capability(SHIM_CAP_SYS_ADMIN)) { in stress_physpage_supported()
H A Dstress-urandom.c58 bool sys_admin = stress_check_capability(SHIM_CAP_SYS_ADMIN); in stress_urandom()
H A Dstress-uprobe.c40 if (!stress_check_capability(SHIM_CAP_SYS_ADMIN)) { in stress_uprobe_supported()
H A Dstress-chroot.c48 if (!stress_check_capability(SHIM_CAP_SYS_ADMIN)) { in stress_chroot_supported()
H A Dstress-swap.c84 if (!stress_check_capability(SHIM_CAP_SYS_ADMIN)) { in stress_swap_supported()
H A Dcore-ftrace.c294 if (!stress_check_capability(SHIM_CAP_SYS_ADMIN)) { in stress_ftrace_start()
H A Dstress-loop.c85 if (!stress_check_capability(SHIM_CAP_SYS_ADMIN)) { in stress_loop_supported()
H A Dstress-quota.c77 if (!stress_check_capability(SHIM_CAP_SYS_ADMIN)) { in stress_quota_supported()
H A Dstress-efivar.c348 if (!stress_check_capability(SHIM_CAP_SYS_ADMIN)) { in stress_efivar_supported()
H A Dstress-ramfs.c40 if (!stress_check_capability(SHIM_CAP_SYS_ADMIN)) { in stress_ramfs_supported()
H A Dstress-fanotify.c182 if (!stress_check_capability(SHIM_CAP_SYS_ADMIN)) { in stress_fanotify_supported()
H A Dstress-sysfs.c666 ctxt->sys_admin = stress_check_capability(SHIM_CAP_SYS_ADMIN); in stress_sysfs()
H A Dstress-ng.h2271 #define SHIM_CAP_SYS_ADMIN CAP_SYS_ADMIN macro
2273 #define SHIM_CAP_SYS_ADMIN SHIM_CAP_IS_ROOT macro
/dports/benchmarks/stress-ng/stress-ng-0.13.09/debian/
H A Dchangelog4048 * stress-urandom: use SHIM_CAP_SYS_ADMIN instead of CAP_SYS_ADMIN