Module Name: src
Committed By: christos
Date: Sat Jan 28 02:00:51 UTC 2012
Modified Files:
src/crypto/external/cpl/trousers/dist/src/include: tcsd.h
Log Message:
we want our role accounts to start with _
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 \
src/crypto/external/cpl/trousers/dist/src/include/tcsd.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/crypto/external/cpl/trousers/dist/src/include/tcsd.h
diff -u src/crypto/external/cpl/trousers/dist/src/include/tcsd.h:1.1.1.1 src/crypto/external/cpl/trousers/dist/src/include/tcsd.h:1.2
--- src/crypto/external/cpl/trousers/dist/src/include/tcsd.h:1.1.1.1 Fri Jan 27 20:36:42 2012
+++ src/crypto/external/cpl/trousers/dist/src/include/tcsd.h Fri Jan 27 21:00:51 2012
@@ -51,8 +51,13 @@ struct tcsd_config
#define TCSD_DEFAULT_CONFIG_FILE ETC_PREFIX "/tcsd.conf"
extern char *tcsd_config_file;
+#ifdef __NetBSD__
+#define TSS_USER_NAME "_tss"
+#define TSS_GROUP_NAME "_tss"
+#else
#define TSS_USER_NAME "tss"
#define TSS_GROUP_NAME "tss"
+#endif
#define TCSD_DEFAULT_MAX_THREADS 10
#define TCSD_DEFAULT_SYSTEM_PS_FILE VAR_PREFIX "/lib/tpm/system.data"