Home
last modified time | relevance | path

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

/linux-2.6.39/Documentation/sysctl/
Dkernel.txt31 - dmesg_restrict
218 dmesg_restrict:
222 dmesg_restrict is set to (0) there are no restrictions. When
223 dmesg_restrict is set set to (1), users must have CAP_SYSLOG to use
227 value of dmesg_restrict.
/linux-2.6.39/kernel/
Dprintk.c265 int dmesg_restrict = 1; variable
267 int dmesg_restrict; variable
272 if (dmesg_restrict) in syslog_action_restricted()
Dsysctl.c703 .data = &dmesg_restrict,
/linux-2.6.39/include/linux/
Dprintk.h112 extern int dmesg_restrict;
/linux-2.6.39/security/
DKconfig81 unless the dmesg_restrict sysctl is explicitly set to (1).