Home
last modified time | relevance | path

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

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