Open-Source-Software-Entwicklung und Downloads

Browse Subversion Repository

Contents of /trunk/1.8.x/ccs-patch/security/ccsecurity/Config.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4170 - (show annotations) (download)
Wed Dec 1 06:53:26 2010 UTC (13 years, 6 months ago) by kumaneko
File size: 1434 byte(s)
Merge /proc/ccs/grant_log and /proc/ccs/reject_log into /proc/ccs/audit
1 #
2 # Mandatory Access Control configuration
3 #
4 mainmenu_option next_comment
5 comment 'Security options'
6
7 [ -z "$CONFIG_CCSECURITY" ] && define_bool CONFIG_CCSECURITY y
8 bool 'CCSecurity support' CONFIG_CCSECURITY
9
10 if [ "$CONFIG_CCSECURITY" = "y" ]; then
11
12 [ -z "$CONFIG_CCSECURITY_LKM" ] && define_bool CONFIG_CCSECURITY_LKM n
13 bool 'Compile as loadable kernel module' CONFIG_CCSECURITY_LKM
14
15 [ -z "$CONFIG_CCSECURITY_DISABLE_BY_DEFAULT" ] && define_bool CONFIG_CCSECURITY_DISABLE_BY_DEFAULT n
16 bool 'Disable by default' CONFIG_CCSECURITY_DISABLE_BY_DEFAULT
17
18 [ -z "$CONFIG_CCSECURITY_MAX_ACCEPT_ENTRY" ] && define_int CONFIG_CCSECURITY_MAX_ACCEPT_ENTRY 2048
19 [ $CONFIG_CCSECURITY_MAX_ACCEPT_ENTRY -lt 0 ] && define_int CONFIG_CCSECURITY_MAX_ACCEPT_ENTRY 0
20 int ' Default maximal count for learning mode' CONFIG_CCSECURITY_MAX_ACCEPT_ENTRY
21
22 string ' Default policy loader' CONFIG_CCSECURITY_DEFAULT_LOADER "/sbin/ccs-init"
23
24 string ' Alternative activation trigger' CONFIG_CCSECURITY_ALTERNATIVE_TRIGGER "/sbin/ccs-start"
25
26 string ' Built-in domain initializer programs' CONFIG_CCSECURITY_BUILTIN_INITIALIZERS "/sbin/modprobe /sbin/hotplug"
27
28 [ -z "$CONFIG_CCSECURITY_MAX_AUDIT_LOG" ] && define_int CONFIG_CCSECURITY_MAX_AUDIT_LOG 1024
29 [ $CONFIG_CCSECURITY_MAX_AUDIT_LOG -lt 0 ] && define_int CONFIG_CCSECURITY_MAX_AUDIT_LOG 0
30 int ' Default maximal count for audit log' CONFIG_CCSECURITY_MAX_AUDIT_LOG
31
32 fi
33
34 endmenu

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26