summaryrefslogtreecommitdiff
path: root/check/check.h
diff options
context:
space:
mode:
Diffstat (limited to 'check/check.h')
-rw-r--r--check/check.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/check/check.h b/check/check.h
index e8dac77..ac45578 100644
--- a/check/check.h
+++ b/check/check.h
@@ -9,6 +9,10 @@
#define PAM_SERVICE_NAME "privexec"
#endif
+#ifndef PRIVEXEC_LOG_ID
+#define PRIVEXEC_LOG_ID "privexec"
+#endif
+
enum permission { UNKNOWN, AUTHORIZED, AUTHENTICATE, DENIED };
void fatal(int include_errno, char *fmt, ...);