Searched refs:dmesg_restrict (Results 1 – 5 of 5) sorted by relevance
193 extern int dmesg_restrict;
232 dmesg_restrict chapter238 When ``dmesg_restrict`` is set to 0 there are no restrictions.239 When ``dmesg_restrict`` is set to 1, users must have243 default value of ``dmesg_restrict``.475 using `dmesg_restrict`_ to protect against uses of %pK in ``dmesg(8)``
18 unless the dmesg_restrict sysctl is explicitly set to (1).
567 int dmesg_restrict = IS_ENABLED(CONFIG_SECURITY_DMESG_RESTRICT); variable571 if (dmesg_restrict) in syslog_action_restricted()
2295 .data = &dmesg_restrict,