Kconfig (b74b953b998bcc2db91b694446f3a2619ec32de6) Kconfig (eaf06b241b091357e72b76863ba16e89610d31bd)
1#
2# Security configuration
3#
4
5menu "Security options"
6
7config KEYS
8 bool "Enable access key retention support"

--- 25 unchanged lines hidden (view full) ---

34 Note that LSM security checks are still performed, and may further
35 filter out keys that the current process is not authorised to view.
36
37 Only key attributes are listed here; key payloads are not included in
38 the resulting table.
39
40 If you are unsure as to whether this is required, answer N.
41
1#
2# Security configuration
3#
4
5menu "Security options"
6
7config KEYS
8 bool "Enable access key retention support"

--- 25 unchanged lines hidden (view full) ---

34 Note that LSM security checks are still performed, and may further
35 filter out keys that the current process is not authorised to view.
36
37 Only key attributes are listed here; key payloads are not included in
38 the resulting table.
39
40 If you are unsure as to whether this is required, answer N.
41
42config SECURITY_DMESG_RESTRICT
43 bool "Restrict unprivileged access to the kernel syslog"
44 default n
45 help
46 This enforces restrictions on unprivileged users reading the kernel
47 syslog via dmesg(8).
48
49 If this option is not selected, no restrictions will be enforced
50 unless the dmesg_restrict sysctl is explicitly set to (1).
51
52 If you are unsure how to answer this question, answer N.
53
42config SECURITY
43 bool "Enable different security models"
44 depends on SYSFS
45 help
46 This allows you to choose different security modules to be
47 configured into your kernel.
48
49 If this option is not selected, the default Linux security

--- 136 unchanged lines hidden ---
54config SECURITY
55 bool "Enable different security models"
56 depends on SYSFS
57 help
58 This allows you to choose different security modules to be
59 configured into your kernel.
60
61 If this option is not selected, the default Linux security

--- 136 unchanged lines hidden ---