Home
last modified time | relevance | path

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

/openbmc/linux/kernel/printk/
H A Dsysctl.c63 .data = &dmesg_restrict,
H A Dprintk.c575 int dmesg_restrict = IS_ENABLED(CONFIG_SECURITY_DMESG_RESTRICT); variable
579 if (dmesg_restrict) in syslog_action_restricted()
/openbmc/linux/include/linux/
H A Dprintk.h181 extern int dmesg_restrict;
/openbmc/linux/Documentation/admin-guide/sysctl/
H A Dkernel.rst241 dmesg_restrict chapter
247 When ``dmesg_restrict`` is set to 0 there are no restrictions.
248 When ``dmesg_restrict`` is set to 1, users must have
252 default value of ``dmesg_restrict``.
537 using `dmesg_restrict`_ to protect against uses of %pK in ``dmesg(8)``
/openbmc/linux/security/
H A DKconfig18 unless the dmesg_restrict sysctl is explicitly set to (1).