Home
last modified time | relevance | path

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

/linux-6.12.1/tools/perf/util/
Dcap.h8 #ifndef CAP_SYSLOG
9 #define CAP_SYSLOG 34 macro
Dsymbol.c2432 bool cap_syslog = perf_cap__capable(CAP_SYSLOG, &used_root); in symbol__read_kptr_restrict()
/linux-6.12.1/kernel/
Dksyms_common.c36 if (security_capable(cred, &init_user_ns, CAP_SYSLOG, in kallsyms_show_value()
/linux-6.12.1/include/uapi/linux/
Dcapability.h362 #define CAP_SYSLOG 34 macro
/linux-6.12.1/tools/testing/selftests/kmod/
Dkmod.sh472 local unpriv=$(capsh --drop=CAP_SYSLOG -- -c "$cmd")
/linux-6.12.1/Documentation/admin-guide/
Dperf-security.rst99 CAP_SYSLOG capability permits reading kernel space memory addresses from
/linux-6.12.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-6.12.1/Documentation/admin-guide/sysctl/
Dkernel.rst249 ``CAP_SYSLOG`` to use ``dmesg(8)``.
542 ``CAP_SYSLOG`` and effective user and group ids are equal to the real
/linux-6.12.1/lib/
Dvsprintf.c883 if (!has_capability_noaudit(current, CAP_SYSLOG) || in restricted_pointer()
/linux-6.12.1/kernel/printk/
Dprintk.c648 if (capable(CAP_SYSLOG)) in check_syslog_permissions()