Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dprintk.h193 extern int dmesg_restrict;
/linux/Documentation/admin-guide/sysctl/
H A Dkernel.rst253 dmesg_restrict chapter
259 When ``dmesg_restrict`` is set to 0 there are no restrictions.
260 When ``dmesg_restrict`` is set to 1, users must have
264 default value of ``dmesg_restrict``.
588 using `dmesg_restrict`_ to protect against uses of %pK in ``dmesg(8)``
/linux/security/
H A DKconfig18 unless the dmesg_restrict sysctl is explicitly set to (1).
/linux/kernel/printk/
H A Dprintk.c601 int dmesg_restrict = IS_ENABLED(CONFIG_SECURITY_DMESG_RESTRICT); variable
605 if (dmesg_restrict) in syslog_action_restricted()