accel/qaic: Add AIC200 support
[drm/drm-misc.git] / arch / powerpc / configs / security.config
blob0d54e29e2cdfc6ef34aa921855f8ba5202a6a78a
1 # Help: Common security options for PowerPC builds
3 # This is the equivalent of booting with lockdown=integrity
4 CONFIG_SECURITY=y
5 CONFIG_SECURITYFS=y
6 CONFIG_SECURITY_LOCKDOWN_LSM=y
7 CONFIG_SECURITY_LOCKDOWN_LSM_EARLY=y
8 CONFIG_LOCK_DOWN_KERNEL_FORCE_INTEGRITY=y
10 # These are some general, reasonably inexpensive hardening options
11 CONFIG_HARDENED_USERCOPY=y
12 CONFIG_FORTIFY_SOURCE=y
13 CONFIG_INIT_ON_ALLOC_DEFAULT_ON=y
15 # UBSAN bounds checking is very cheap and good for hardening
16 CONFIG_UBSAN=y
17 # CONFIG_UBSAN_MISC is not set