lists.arthurdejong.org
RSS feed

cvsd commit: MODIFIED: . ...

[Date Prev][Date Next] [Thread Prev][Thread Next]

cvsd commit: MODIFIED: . ...



User: arthur
Date: 11/06/12 13:25:08

Modified:    . FAQ
Log:
update FAQ from website


Revision  Changes    Path
1.24      +24 -3     cvsd/FAQ

Index: FAQ
===================================================================
RCS file: /home/arthur/devel/repos/cvsd/FAQ,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -b -r1.23 -r1.24
--- FAQ 24 Dec 2010 14:25:52 -0000      1.23
+++ FAQ 12 Jun 2011 11:25:08 -0000      1.24
@@ -29,6 +29,8 @@
 21. cannot create_adm_p /tmp/cvs-serv5153/... Permission denied
 22. Will you implement a reload in the init script?
 23. Will you pass -R (readonly) to cvs?
+24. How can I deploy cvsd using the Solaris service management facility
+    (smf)?
 
  1. How secure is cvsd?
 
@@ -298,5 +300,24 @@
     If you want to and are aware of the described consequences you can try
     adding -R to the CvsArgs option in cvsd.conf.
 
+24. How can I deploy cvsd as a non-root service as part of the Solaris service
+    management facility (smf)?
+
+    Add the following lines to the following files (fine-tune the paths
+    depending on your installation):
+    /etc/security/auth_attr:
+      solaris.smf.manage.cvsd:::Manage cvsd service states::
+      solaris.smf.value.cvsd:::Change cvsd value properties:::
+    /etc/security/exec_attr:
+      Cvsd Administration:solaris:cmd:::/etc/init.d/cvsd':uid=cvsd
+    /etc/security/prof_attr:
+      Cvsd 
Administration::::auths=solaris.smf.manage.cvsd,solaris.smf.value.cvsd
+    Download the cvsd.xml (http://arthurdejong.org/cvsd/smf/cvsd.xml) file
+    (you may also need to fine-tune paths here) and use svccfg validate
+    cvsd.xml;svccfg import cvsd.xml to import the file.
+    Finally, add the "Cvsd Administration" profile to a user in
+    /etc/user_attr. This user should should now be able to use svcadm
+    to enable and disable cvsd.
+
 If you have any questions or remarks about cvsd please send an email to
 cvsd-users@lists.arthurdejong.org.


-- 
To unsubscribe send an email to
cvsd-commits-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/cvsd-commits