diff options
Diffstat (limited to 'selinux/Config.in')
-rw-r--r-- | selinux/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/selinux/Config.in b/selinux/Config.in index 6c08e51b7..42bca66d6 100644 --- a/selinux/Config.in +++ b/selinux/Config.in | |||
@@ -34,6 +34,13 @@ config GETSEBOOL | |||
34 | help | 34 | help |
35 | Enable support to get SELinux boolean values. | 35 | Enable support to get SELinux boolean values. |
36 | 36 | ||
37 | config LOAD_POLICY | ||
38 | bool "load_policy" | ||
39 | default n | ||
40 | depends on SELINUX | ||
41 | help | ||
42 | Enable support to load SELinux policy. | ||
43 | |||
37 | config MATCHPATHCON | 44 | config MATCHPATHCON |
38 | bool "matchpathcon" | 45 | bool "matchpathcon" |
39 | default n | 46 | default n |