integrity: silence warning when CONFIG_SECURITYFS is not enabled
authorSudeep Holla <sudeep.holla@arm.com>
Tue, 5 Jun 2018 10:25:45 +0000 (11:25 +0100)
committerMimi Zohar <zohar@linux.vnet.ibm.com>
Wed, 18 Jul 2018 11:27:22 +0000 (07:27 -0400)
commitac2409a521f7ec5978fd582567398d19f4a2fdbd
tree11c611f2780e7d717c5adb54cdd3807eaef59e86
parentdba31ee759417ef1a952e929524b0cca1751c036
integrity: silence warning when CONFIG_SECURITYFS is not enabled

When CONFIG_SECURITYFS is not enabled, securityfs_create_dir returns
-ENODEV which throws the following error:
"Unable to create integrity sysfs dir: -19"

However, if the feature is disabled, it can't be warning and hence
we need to silence the error. This patch checks for the error -ENODEV
which is returned when CONFIG_SECURITYFS is disabled to stop the error
being thrown.

Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
Acked-by: Matthew Garrett <mjg59@google.com>
Signed-off-by: Mimi Zohar <zohar@linux.vnet.ibm.com>
security/integrity/iint.c