summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rwxr-xr-xaccounts1
-rwxr-xr-xgroups2
-rw-r--r--security-libs/trousers/HISTORY3
-rwxr-xr-xsecurity-libs/trousers/INSTALL3
5 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 60d7c7e8e1..63f4824b31 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2009-07-31 Arjan Bouter <abouter@sourcemage.org>
+ * accounts,groups: added tss account and pkcs11 + tss groups
+
2009-07-30 Arjan Bouter <abouter@sourcemage.org>
* security-libs/opencryptoki: new spell, PKCS#11 implementation
* security-libs/openssl_tpm_engine: new spell, openssl TPM engine
diff --git a/accounts b/accounts
index f63372f2d6..f359c985ee 100755
--- a/accounts
+++ b/accounts
@@ -78,4 +78,5 @@ nginx:164:170
halevt:165:172
oprofile:166:173
flowd:167:174
+tss:175:175
nobody:65534:65534
diff --git a/groups b/groups
index ca14b4fafd..afe25855a2 100755
--- a/groups
+++ b/groups
@@ -96,5 +96,7 @@ dialout:171:
halevt:172:
oprofile:173:
flowd:174:
+tss:175:
+pkcs11:176
users:1000:
nogroup:65534:
diff --git a/security-libs/trousers/HISTORY b/security-libs/trousers/HISTORY
index d7097fe66c..9f71c129fc 100644
--- a/security-libs/trousers/HISTORY
+++ b/security-libs/trousers/HISTORY
@@ -1,2 +1,5 @@
+2009-07-31 Arjan Bouter <abouter@sourcemage.org>
+ * INSTALL: create account tss and groups tss and pkcs11
+
2009-07-30 Arjan Bouter <abouter@sourcemage.org>
* DETAILS, DEPENDS, INSTALL, PRE_BUILD, fixes.patch: spell created
diff --git a/security-libs/trousers/INSTALL b/security-libs/trousers/INSTALL
index 23f4c31ff7..2667428c43 100755
--- a/security-libs/trousers/INSTALL
+++ b/security-libs/trousers/INSTALL
@@ -1,3 +1,6 @@
+create_group pkcs11 &&
+create_group tss &&
+create_account tss &&
default_install &&
cd ${SOURCE_DIRECTORY} &&
if is_depends_enabled ${SPELL} libselinux ; then