Home
last modified time | relevance | path

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

/Linux-v6.1/tools/perf/util/
Dcap.h28 #ifndef CAP_SYSLOG
29 #define CAP_SYSLOG 34 macro
Dsymbol.c2499 value = perf_cap__capable(CAP_SYSLOG) ? in symbol__read_kptr_restrict()
2509 if (perf_event_paranoid() > 1 && !perf_cap__capable(CAP_SYSLOG)) in symbol__read_kptr_restrict()
/Linux-v6.1/include/uapi/linux/
Dcapability.h361 #define CAP_SYSLOG 34 macro
/Linux-v6.1/tools/testing/selftests/kmod/
Dkmod.sh483 local unpriv=$(capsh --drop=CAP_SYSLOG -- -c "$cmd")
/Linux-v6.1/kernel/
Dkallsyms.c899 if (security_capable(cred, &init_user_ns, CAP_SYSLOG, in kallsyms_show_value()
/Linux-v6.1/Documentation/admin-guide/
Dperf-security.rst99 CAP_SYSLOG capability permits reading kernel space memory addresses from
/Linux-v6.1/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-v6.1/Documentation/admin-guide/sysctl/
Dkernel.rst246 ``CAP_SYSLOG`` to use ``dmesg(8)``.
476 ``CAP_SYSLOG`` and effective user and group ids are equal to the real
/Linux-v6.1/kernel/printk/
Dprintk.c528 if (capable(CAP_SYSLOG)) in check_syslog_permissions()
/Linux-v6.1/lib/
Dvsprintf.c885 if (!has_capability_noaudit(current, CAP_SYSLOG) || in restricted_pointer()