Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b2045463 authored by synt4x93's avatar synt4x93
Browse files

security: samsung: dsms: nuke

Change-Id: I09815acdcccc4e79c1b9e4df44a6569fadf9b232
parent 8d2b4a31
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -5585,7 +5585,6 @@ CONFIG_FIVE_DEFAULT_HASH_SHA1=y
# CONFIG_FIVE_DEFAULT_HASH_SHA512 is not set
CONFIG_FIVE_DEFAULT_HASH="sha1"
# CONFIG_FIVE_PA_FEATURE is not set
# CONFIG_SECURITY_DSMS is not set
# CONFIG_PROCA is not set
# CONFIG_GAF_V3 is not set
# CONFIG_GAF_V4 is not set
+0 −1
Original line number Diff line number Diff line
@@ -5585,7 +5585,6 @@ CONFIG_FIVE_DEFAULT_HASH_SHA1=y
# CONFIG_FIVE_DEFAULT_HASH_SHA512 is not set
CONFIG_FIVE_DEFAULT_HASH="sha1"
# CONFIG_FIVE_PA_FEATURE is not set
# CONFIG_SECURITY_DSMS is not set
# CONFIG_PROCA is not set
# CONFIG_GAF_V3 is not set
# CONFIG_GAF_V4 is not set
+0 −1
Original line number Diff line number Diff line
@@ -5585,7 +5585,6 @@ CONFIG_FIVE_DEFAULT_HASH_SHA1=y
# CONFIG_FIVE_DEFAULT_HASH_SHA512 is not set
CONFIG_FIVE_DEFAULT_HASH="sha1"
# CONFIG_FIVE_PA_FEATURE is not set
# CONFIG_SECURITY_DSMS is not set
# CONFIG_PROCA is not set
# CONFIG_GAF_V3 is not set
# CONFIG_GAF_V4 is not set
+0 −1
Original line number Diff line number Diff line
@@ -194,7 +194,6 @@ source security/mstdrv/Kconfig
source security/integrity/Kconfig
source security/tz_iccc/Kconfig
source security/samsung/five/Kconfig
source security/samsung/dsms/Kconfig
source security/proca/Kconfig

choice
+0 −2
Original line number Diff line number Diff line
@@ -9,7 +9,6 @@ subdir-$(CONFIG_SECURITY_TOMOYO) += tomoyo
subdir-$(CONFIG_SECURITY_APPARMOR)	+= apparmor
subdir-$(CONFIG_SECURITY_YAMA)		+= yama
subdir-$(CONFIG_SECURITY_LOADPIN)	+= loadpin
subdir-$(CONFIG_SECURITY_DSMS)		+= samsung/dsms

# always enable default capabilities
obj-y					+= commoncap.o
@@ -26,7 +25,6 @@ obj-$(CONFIG_SECURITY_APPARMOR) += apparmor/
obj-$(CONFIG_SECURITY_YAMA)		+= yama/
obj-$(CONFIG_SECURITY_LOADPIN)		+= loadpin/
obj-$(CONFIG_CGROUP_DEVICE)		+= device_cgroup.o
obj-$(CONFIG_SECURITY_DSMS)		+= samsung/dsms/

# Object integrity file lists
subdir-$(CONFIG_INTEGRITY)		+= integrity
Loading