Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/crypto/external/cpl/trousers/dist/src/include we want our ro...



details:   https://anonhg.NetBSD.org/src/rev/d1db4680b2ec
branches:  trunk
changeset: 773096:d1db4680b2ec
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Jan 28 02:00:51 2012 +0000

description:
we want our role accounts to start with _

diffstat:

 crypto/external/cpl/trousers/dist/src/include/tcsd.h |  5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diffs (17 lines):

diff -r b5b6c3b0f517 -r d1db4680b2ec crypto/external/cpl/trousers/dist/src/include/tcsd.h
--- a/crypto/external/cpl/trousers/dist/src/include/tcsd.h      Sat Jan 28 01:58:25 2012 +0000
+++ b/crypto/external/cpl/trousers/dist/src/include/tcsd.h      Sat Jan 28 02:00:51 2012 +0000
@@ -51,8 +51,13 @@
 #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"



Home | Main Index | Thread Index | Old Index