Home
last modified time | relevance | path

Searched refs:CAP_SYSLOG (Results 1 – 10 of 10) sorted by relevance

/linux/tools/perf/util/
A Dcap.h8 #ifndef CAP_SYSLOG
9 #define CAP_SYSLOG 34 macro
A Dsymbol.c2432 bool cap_syslog = perf_cap__capable(CAP_SYSLOG, &used_root); in symbol__read_kptr_restrict()
/linux/kernel/
A Dksyms_common.c36 if (security_capable(cred, &init_user_ns, CAP_SYSLOG, in kallsyms_show_value()
/linux/include/uapi/linux/
A Dcapability.h362 #define CAP_SYSLOG 34 macro
/linux/tools/testing/selftests/kmod/
A Dkmod.sh472 local unpriv=$(capsh --drop=CAP_SYSLOG -- -c "$cmd")
/linux/Documentation/admin-guide/
A Dperf-security.rst99 CAP_SYSLOG capability permits reading kernel space memory addresses from
/linux/tools/perf/Documentation/
A Dperf-probe.txt306 …ant information from kallsyms. You also need to set to 1 (restrict non CAP_SYSLOG users) for the a…
/linux/Documentation/admin-guide/sysctl/
A Dkernel.rst249 ``CAP_SYSLOG`` to use ``dmesg(8)``.
542 ``CAP_SYSLOG`` and effective user and group ids are equal to the real
/linux/lib/
A Dvsprintf.c883 if (!has_capability_noaudit(current, CAP_SYSLOG) || in restricted_pointer()
/linux/kernel/printk/
A Dprintk.c648 if (capable(CAP_SYSLOG)) in check_syslog_permissions()

Completed in 32 milliseconds