Home
last modified time | relevance | path

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

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