add yama support to configs
This commit is contained in:
parent
0b7084fadf
commit
b366c833b3
6
PKGBUILD
6
PKGBUILD
@ -332,3 +332,9 @@ for _p in ${pkgname[@]}; do
|
|||||||
done
|
done
|
||||||
|
|
||||||
# vim:set ts=8 sts=2 sw=2 et:
|
# vim:set ts=8 sts=2 sw=2 et:
|
||||||
|
md5sums=('fea363551ff45fbe4cb88497b863b261'
|
||||||
|
'e81efb645d21ff94f3fdc4781dd2c6ad'
|
||||||
|
'bf3fde5083e07cbbad7fbc2ab3c60bee'
|
||||||
|
'eb14dcfd80c00852ef81ded6e826826a'
|
||||||
|
'98beb36f9b8cf16e58de2483ea9985e3'
|
||||||
|
'd50c1ac47394e9aec637002ef3392bd1')
|
||||||
|
4
config
4
config
@ -6196,10 +6196,12 @@ CONFIG_SECURITY_TOMOYO_POLICY_LOADER="/usr/bin/tomoyo-init"
|
|||||||
CONFIG_SECURITY_TOMOYO_ACTIVATION_TRIGGER="/usr/lib/systemd/systemd"
|
CONFIG_SECURITY_TOMOYO_ACTIVATION_TRIGGER="/usr/lib/systemd/systemd"
|
||||||
CONFIG_SECURITY_APPARMOR=y
|
CONFIG_SECURITY_APPARMOR=y
|
||||||
CONFIG_SECURITY_APPARMOR_BOOTPARAM_VALUE=0
|
CONFIG_SECURITY_APPARMOR_BOOTPARAM_VALUE=0
|
||||||
# CONFIG_SECURITY_YAMA is not set
|
CONFIG_SECURITY_YAMA=y
|
||||||
|
CONFIG_SECURITY_YAMA_STACKED=y
|
||||||
# CONFIG_IMA is not set
|
# CONFIG_IMA is not set
|
||||||
# CONFIG_DEFAULT_SECURITY_TOMOYO is not set
|
# CONFIG_DEFAULT_SECURITY_TOMOYO is not set
|
||||||
# CONFIG_DEFAULT_SECURITY_APPARMOR is not set
|
# CONFIG_DEFAULT_SECURITY_APPARMOR is not set
|
||||||
|
# CONFIG_DEFAULT_SECURITY_YAMA is not set
|
||||||
CONFIG_DEFAULT_SECURITY_DAC=y
|
CONFIG_DEFAULT_SECURITY_DAC=y
|
||||||
CONFIG_DEFAULT_SECURITY=""
|
CONFIG_DEFAULT_SECURITY=""
|
||||||
CONFIG_XOR_BLOCKS=m
|
CONFIG_XOR_BLOCKS=m
|
||||||
|
@ -5989,10 +5989,12 @@ CONFIG_SECURITY_TOMOYO_POLICY_LOADER="/usr/bin/tomoyo-init"
|
|||||||
CONFIG_SECURITY_TOMOYO_ACTIVATION_TRIGGER="/usr/lib/systemd/systemd"
|
CONFIG_SECURITY_TOMOYO_ACTIVATION_TRIGGER="/usr/lib/systemd/systemd"
|
||||||
CONFIG_SECURITY_APPARMOR=y
|
CONFIG_SECURITY_APPARMOR=y
|
||||||
CONFIG_SECURITY_APPARMOR_BOOTPARAM_VALUE=0
|
CONFIG_SECURITY_APPARMOR_BOOTPARAM_VALUE=0
|
||||||
# CONFIG_SECURITY_YAMA is not set
|
CONFIG_SECURITY_YAMA=y
|
||||||
|
CONFIG_SECURITY_YAMA_STACKED=y
|
||||||
# CONFIG_IMA is not set
|
# CONFIG_IMA is not set
|
||||||
# CONFIG_DEFAULT_SECURITY_TOMOYO is not set
|
# CONFIG_DEFAULT_SECURITY_TOMOYO is not set
|
||||||
# CONFIG_DEFAULT_SECURITY_APPARMOR is not set
|
# CONFIG_DEFAULT_SECURITY_APPARMOR is not set
|
||||||
|
# CONFIG_DEFAULT_SECURITY_YAMA is not set
|
||||||
CONFIG_DEFAULT_SECURITY_DAC=y
|
CONFIG_DEFAULT_SECURITY_DAC=y
|
||||||
CONFIG_DEFAULT_SECURITY=""
|
CONFIG_DEFAULT_SECURITY=""
|
||||||
CONFIG_XOR_BLOCKS=m
|
CONFIG_XOR_BLOCKS=m
|
||||||
|
Loading…
Reference in New Issue
Block a user