summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/include/includes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h
index 886fb446cd..1400b2f07e 100644
--- a/source3/include/includes.h
+++ b/source3/include/includes.h
@@ -933,4 +933,6 @@ int setresgid(gid_t rgid, gid_t egid, gid_t sgid);
extern int DEBUGLEVEL;
+#define MAX_SEC_CTX_DEPTH 8 /* Maximum number of security contexts */
+
#endif /* _INCLUDES_H */