~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/security/selinux/Kconfig

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /security/selinux/Kconfig (Version linux-6.12-rc7) and /security/selinux/Kconfig (Version linux-4.16.18)


  1 # SPDX-License-Identifier: GPL-2.0-only        << 
  2 config SECURITY_SELINUX                             1 config SECURITY_SELINUX
  3         bool "SELinux Support"                 !!   2         bool "NSA SELinux Support"
  4         depends on SECURITY_NETWORK && AUDIT &      3         depends on SECURITY_NETWORK && AUDIT && NET && INET
  5         select NETWORK_SECMARK                      4         select NETWORK_SECMARK
  6         default n                                   5         default n
  7         help                                        6         help
  8           This selects Security-Enhanced Linux !!   7           This selects NSA Security-Enhanced Linux (SELinux).
  9           You will also need a policy configur      8           You will also need a policy configuration and a labeled filesystem.
 10           If you are unsure how to answer this      9           If you are unsure how to answer this question, answer N.
 11                                                    10 
 12 config SECURITY_SELINUX_BOOTPARAM                  11 config SECURITY_SELINUX_BOOTPARAM
 13         bool "SELinux boot parameter"          !!  12         bool "NSA SELinux boot parameter"
 14         depends on SECURITY_SELINUX                13         depends on SECURITY_SELINUX
 15         default n                                  14         default n
 16         help                                       15         help
 17           This option adds a kernel parameter      16           This option adds a kernel parameter 'selinux', which allows SELinux
 18           to be disabled at boot.  If this opt     17           to be disabled at boot.  If this option is selected, SELinux
 19           functionality can be disabled with s     18           functionality can be disabled with selinux=0 on the kernel
 20           command line.  The purpose of this o     19           command line.  The purpose of this option is to allow a single
 21           kernel image to be distributed with      20           kernel image to be distributed with SELinux built in, but not
 22           necessarily enabled.                     21           necessarily enabled.
 23                                                    22 
 24           If you are unsure how to answer this     23           If you are unsure how to answer this question, answer N.
 25                                                    24 
                                                   >>  25 config SECURITY_SELINUX_BOOTPARAM_VALUE
                                                   >>  26         int "NSA SELinux boot parameter default value"
                                                   >>  27         depends on SECURITY_SELINUX_BOOTPARAM
                                                   >>  28         range 0 1
                                                   >>  29         default 1
                                                   >>  30         help
                                                   >>  31           This option sets the default value for the kernel parameter
                                                   >>  32           'selinux', which allows SELinux to be disabled at boot.  If this
                                                   >>  33           option is set to 0 (zero), the SELinux kernel parameter will
                                                   >>  34           default to 0, disabling SELinux at bootup.  If this option is
                                                   >>  35           set to 1 (one), the SELinux kernel parameter will default to 1,
                                                   >>  36           enabling SELinux at bootup.
                                                   >>  37 
                                                   >>  38           If you are unsure how to answer this question, answer 1.
                                                   >>  39 
                                                   >>  40 config SECURITY_SELINUX_DISABLE
                                                   >>  41         bool "NSA SELinux runtime disable"
                                                   >>  42         depends on SECURITY_SELINUX
                                                   >>  43         select SECURITY_WRITABLE_HOOKS
                                                   >>  44         default n
                                                   >>  45         help
                                                   >>  46           This option enables writing to a selinuxfs node 'disable', which
                                                   >>  47           allows SELinux to be disabled at runtime prior to the policy load.
                                                   >>  48           SELinux will then remain disabled until the next boot.
                                                   >>  49           This option is similar to the selinux=0 boot parameter, but is to
                                                   >>  50           support runtime disabling of SELinux, e.g. from /sbin/init, for
                                                   >>  51           portability across platforms where boot parameters are difficult
                                                   >>  52           to employ.
                                                   >>  53 
                                                   >>  54           NOTE: selecting this option will disable the '__ro_after_init'
                                                   >>  55           kernel hardening feature for security hooks.   Please consider
                                                   >>  56           using the selinux=0 boot parameter instead of enabling this
                                                   >>  57           option.
                                                   >>  58 
                                                   >>  59           If you are unsure how to answer this question, answer N.
                                                   >>  60 
 26 config SECURITY_SELINUX_DEVELOP                    61 config SECURITY_SELINUX_DEVELOP
 27         bool "SELinux Development Support"     !!  62         bool "NSA SELinux Development Support"
 28         depends on SECURITY_SELINUX                63         depends on SECURITY_SELINUX
 29         default y                                  64         default y
 30         help                                       65         help
 31           This enables the development support !!  66           This enables the development support option of NSA SELinux,
 32           which is useful for experimenting wi     67           which is useful for experimenting with SELinux and developing
 33           policies.  If unsure, say Y.  With t     68           policies.  If unsure, say Y.  With this option enabled, the
 34           kernel will start in permissive mode     69           kernel will start in permissive mode (log everything, deny nothing)
 35           unless you specify enforcing=1 on th     70           unless you specify enforcing=1 on the kernel command line.  You
 36           can interactively toggle the kernel      71           can interactively toggle the kernel between enforcing mode and
 37           permissive mode (if permitted by the !!  72           permissive mode (if permitted by the policy) via /selinux/enforce.
 38           /sys/fs/selinux/enforce.             << 
 39                                                    73 
 40 config SECURITY_SELINUX_AVC_STATS                  74 config SECURITY_SELINUX_AVC_STATS
 41         bool "SELinux AVC Statistics"          !!  75         bool "NSA SELinux AVC Statistics"
 42         depends on SECURITY_SELINUX                76         depends on SECURITY_SELINUX
 43         default y                                  77         default y
 44         help                                       78         help
 45           This option collects access vector c     79           This option collects access vector cache statistics to
 46           /sys/fs/selinux/avc/cache_stats, whi !!  80           /selinux/avc/cache_stats, which may be monitored via
 47           tools such as avcstat.                   81           tools such as avcstat.
 48                                                    82 
 49 config SECURITY_SELINUX_SIDTAB_HASH_BITS       !!  83 config SECURITY_SELINUX_CHECKREQPROT_VALUE
 50         int "SELinux sidtab hashtable size"    !!  84         int "NSA SELinux checkreqprot default value"
 51         depends on SECURITY_SELINUX                85         depends on SECURITY_SELINUX
 52         range 8 13                             !!  86         range 0 1
 53         default 9                              !!  87         default 0
 54         help                                       88         help
 55           This option sets the number of bucke !!  89           This option sets the default value for the 'checkreqprot' flag
 56           to 2^SECURITY_SELINUX_SIDTAB_HASH_BI !!  90           that determines whether SELinux checks the protection requested
 57           collisions may be viewed at /sys/fs/ !!  91           by the application or the protection that will be applied by the
 58           chain lengths are high (e.g. > 20) t !!  92           kernel (including any implied execute for read-implies-exec) for
 59           will ensure that lookups times are s !!  93           mmap and mprotect calls.  If this option is set to 0 (zero),
 60                                                !!  94           SELinux will default to checking the protection that will be applied
 61 config SECURITY_SELINUX_SID2STR_CACHE_SIZE     !!  95           by the kernel.  If this option is set to 1 (one), SELinux will
 62         int "SELinux SID to context string tra !!  96           default to checking the protection requested by the application.
 63         depends on SECURITY_SELINUX            !!  97           The checkreqprot flag may be changed from the default via the
 64         default 256                            !!  98           'checkreqprot=' boot parameter.  It may also be changed at runtime
 65         help                                   !!  99           via /selinux/checkreqprot if authorized by policy.
 66           This option defines the size of the  << 
 67           cache, which improves the performanc << 
 68           conversion.  Setting this option to  << 
 69                                                << 
 70           If unsure, keep the default value.   << 
 71                                                << 
 72 config SECURITY_SELINUX_DEBUG                  << 
 73         bool "SELinux kernel debugging support << 
 74         depends on SECURITY_SELINUX            << 
 75         default n                              << 
 76         help                                   << 
 77           This enables debugging code designed << 
 78           developers, unless you know what thi << 
 79           should leave this disabled.          << 
 80                                                << 
 81           To fine control the messages to be p << 
 82           CONFIG_DYNAMIC_DEBUG and see         << 
 83           Documentation/admin-guide/dynamic-de << 
 84           information.                         << 
 85                                                << 
 86           Example usage:                       << 
 87                                                   100 
 88                 echo -n 'file "security/selinu !! 101           If you are unsure how to answer this question, answer 0.
 89                         /proc/dynamic_debug/co << 
                                                      

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php