aboutsummaryrefslogtreecommitdiff
path: root/lib/lsm.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/lsm.h')
-rw-r--r--lib/lsm.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/lsm.h b/lib/lsm.h
index d7e7de9c..aacabe08 100644
--- a/lib/lsm.h
+++ b/lib/lsm.h
@@ -3,6 +3,8 @@
* Copyright 2015 Rob Landley <rob@landley.net>
*/
+#ifndef BUILD_FOR_HOST
+
#if CFG_TOYBOX_SELINUX
#include <selinux/selinux.h>
#else
@@ -113,3 +115,5 @@ static inline int lsm_fget_context(int file, char **context)
return smack_new_label_from_file(file, XATTR_NAME_SMACK, context);
return fgetfilecon(file, context);
}
+
+#endif // BUILD_FOR_HOST