aboutsummaryrefslogtreecommitdiff
path: root/debian.linaro/ci/otherseeds/enforce-seed.config
diff options
context:
space:
mode:
authorJohn Rigby <john.rigby@linaro.org>2011-09-08 21:17:55 -0600
committerJohn Rigby <john.rigby@linaro.org>2011-09-23 09:01:13 -0600
commitdd7822c7e3580f5421c4f5e648012543c9b5614d (patch)
treef9d78721db8a796b88e18e7395c8c15bf6ed3f46 /debian.linaro/ci/otherseeds/enforce-seed.config
parentd1733cfb1d4397c359486c6642fb54a2048adff8 (diff)
LINARO: CI: add config seeds and scripts for using them
debian.linaro/ci/scripts/genconfigs creates config files from seeds debian.linaro/ci/scripts/genseeds creates seeds from config files Not sure of utility of these yet. However they have been tested to make sure seeds to config and back to seeds round trip works. Signed-off-by: John Rigby <john.rigby@linaro.org>
Diffstat (limited to 'debian.linaro/ci/otherseeds/enforce-seed.config')
-rw-r--r--debian.linaro/ci/otherseeds/enforce-seed.config61
1 files changed, 61 insertions, 0 deletions
diff --git a/debian.linaro/ci/otherseeds/enforce-seed.config b/debian.linaro/ci/otherseeds/enforce-seed.config
new file mode 100644
index 00000000000..b6f36c0e21d
--- /dev/null
+++ b/debian.linaro/ci/otherseeds/enforce-seed.config
@@ -0,0 +1,61 @@
+# These are options needed to make the Ubuntu
+# config enforce script happy. No other options
+# should be put here. These should work for any
+# flavour.
+#
+# CONFIG_COMPAT_BRK is not set
+# CONFIG_DEVKMEM is not set
+CONFIG_LSM_MMAP_MIN_ADDR=0
+CONFIG_SECURITY_NETWORK=y
+CONFIG_AUDIT=y
+CONFIG_SECURITY=y
+CONFIG_SECURITY_SELINUX=y
+CONFIG_NETLABEL=y
+CONFIG_SECURITY_SMACK=y
+CONFIG_SECURITY_YAMA=y
+CONFIG_SYN_COOKIES=y
+CONFIG_SECURITY_APPARMOR=y
+CONFIG_DEFAULT_SECURITY_APPARMOR=y
+CONFIG_SECCOMP=y
+CONFIG_CC_STACKPROTECTOR=y
+CONFIG_STRICT_DEVMEM=y
+CONFIG_DEFAULT_MMAP_MIN_ADDR=32768
+CONFIG_USB=y
+# CONFIG_USB_DEVICEFS is not set
+CONFIG_TMPFS=y
+CONFIG_DEVTMPFS=y
+CONFIG_DEVTMPFS_MOUNT=y
+CONFIG_TMPFS_POSIX_ACL=y
+CONFIG_BLK_DEV_RAM=y
+CONFIG_BLK_DEV_RAM_SIZE=65536
+CONFIG_MD=y
+CONFIG_BLK_DEV_DM=y
+# CONFIG_LOCALVERSION_AUTO is not set
+CONFIG_FB=y
+CONFIG_FRAMEBUFFER_CONSOLE=y
+CONFIG_INPUT=y
+CONFIG_INPUT_MISC=y
+CONFIG_INPUT_UINPUT=y
+# CONFIG_IMA is not set
+CONFIG_NET=y
+CONFIG_INET=y
+CONFIG_IPV6=y
+CONFIG_PRINTK_TIME=y
+CONFIG_BTRFS_FS=y
+CONFIG_LIBCRC32C=y
+CONFIG_DEBUG_KERNEL=y
+CONFIG_TIMER_STATS=y
+CONFIG_PROFILING=y
+CONFIG_PERF_EVENTS=y
+CONFIG_HW_PERF_EVENTS=y
+CONFIG_FTRACE=y
+CONFIG_ENABLE_DEFAULT_TRACERS=y
+CONFIG_GENERIC_TRACER=y
+CONFIG_HIGH_RES_TIMERS=y
+CONFIG_EXT2_FS=y
+CONFIG_EXT3_FS=y
+CONFIG_EXT4_FS=y
+CONFIG_PM_DEBUG=y
+CONFIG_PM_ADVANCED_DEBUG=y
+CONFIG_INIT_PASS_ALL_PARAMS=y
+