svn commit: r53406 - head/en_US.ISO8859-1/books/handbook/security

Fukang Chen <[email protected]>
Newsgroups gmane.os.freebsd.devel.cvs.doc
Message-ID <[email protected]>
Author: loader
Date: Mon Sep 16 01:55:47 2019
New Revision: 53406
URL: https://svnweb.freebsd.org/changeset/doc/53406

Log:
  Update the Process Accounting section.
  
  PR:		202203
  Reviewed by:	ian
  Submitted by:	ian
  Differential Revision:	https://reviews.freebsd.org/D20878

Modified:
  head/en_US.ISO8859-1/books/handbook/security/chapter.xml

Modified: head/en_US.ISO8859-1/books/handbook/security/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/security/chapter.xml	Sat Sep 14 18:40:11 2019	(r53405)
+++ head/en_US.ISO8859-1/books/handbook/security/chapter.xml	Mon Sep 16 01:55:47 2019	(r53406)
@@ -3567,10 +3567,23 @@ UWWemqWuz3lAZuORQ9KX
       <para>Before using process accounting, it must be enabled using
 	the following commands:</para>
 
-      <screen>&prompt.root; <userinput>touch /var/account/acct</userinput>
-&prompt.root; <userinput>chmod 600 /var/account/acct</userinput>
-&prompt.root; <userinput>accton /var/account/acct</userinput>
-&prompt.root; <userinput>sysrc accounting_enable=yes</userinput></screen>
+      <screen>&prompt.root; <userinput>sysrc accounting_enable=yes</userinput>
+&prompt.root; <userinput>service accounting start</userinput></screen>
+
+      <para>The accounting information is stored in files located in
+	<filename>/var/account</filename>, which is automatically created,
+	if necessary, the first time the accounting service starts.
+	These files contain sensitive information, including all the
+	commands issued by all users.  Write access to the files is
+	limited to <systemitem class="username">root</systemitem>,
+	and read access is limited to <systemitem
+	  class="username">root</systemitem> and members of the
+	<systemitem class="groupname">wheel</systemitem> group.
+	To also prevent	members of <systemitem
+	  class="groupname">wheel</systemitem> from reading the files,
+	change the mode of the <filename>/var/account</filename>
+	directory to allow access only by <systemitem
+          class="username">root</systemitem>.</para>
 
       <para>Once enabled, accounting will begin to track information
 	such as <acronym>CPU</acronym> statistics and executed
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "[email protected]"
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.