Home
last modified time | relevance | path

Searched refs:dmesg_restrict (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/kernel/printk/
H A Dsysctl.c63 .data = &dmesg_restrict,
H A Dprintk.c625 int dmesg_restrict = IS_ENABLED(CONFIG_SECURITY_DMESG_RESTRICT); variable
629 if (dmesg_restrict) in syslog_action_restricted()
/linux-6.15/include/linux/
H A Dprintk.h191 extern int dmesg_restrict;
/linux-6.15/Documentation/admin-guide/sysctl/
H A Dkernel.rst252 dmesg_restrict chapter
258 When ``dmesg_restrict`` is set to 0 there are no restrictions.
259 When ``dmesg_restrict`` is set to 1, users must have
263 default value of ``dmesg_restrict``.
572 using `dmesg_restrict`_ to protect against uses of %pK in ``dmesg(8)``
/linux-6.15/security/
H A DKconfig18 unless the dmesg_restrict sysctl is explicitly set to (1).