Gentoo Archives: gentoo-commits

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/hardened/integrity/docs: ima-guide.xml
Date: Wed, 26 Dec 2012 20:07:44
Message-Id: 20121226200730.48A7F2171D@flycatcher.gentoo.org
1 swift 12/12/26 20:07:30
2
3 Modified: ima-guide.xml
4 Log:
5 Update command for IMA appraisal first run
6
7 Revision Changes Path
8 1.2 xml/htdocs/proj/en/hardened/integrity/docs/ima-guide.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/hardened/integrity/docs/ima-guide.xml?rev=1.2&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/hardened/integrity/docs/ima-guide.xml?rev=1.2&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/hardened/integrity/docs/ima-guide.xml?r1=1.1&r2=1.2
13
14 Index: ima-guide.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/hardened/integrity/docs/ima-guide.xml,v
17 retrieving revision 1.1
18 retrieving revision 1.2
19 diff -u -r1.1 -r1.2
20 --- ima-guide.xml 1 Oct 2012 20:22:35 -0000 1.1
21 +++ ima-guide.xml 26 Dec 2012 20:07:30 -0000 1.2
22 @@ -1,6 +1,6 @@
23 <?xml version='1.0' encoding='UTF-8'?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/hardened/integrity/docs/ima-guide.xml,v 1.1 2012/10/01 20:22:35 swift Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/hardened/integrity/docs/ima-guide.xml,v 1.2 2012/12/26 20:07:30 swift Exp $ -->
27
28 <guide lang="en">
29 <title>Using Integrity Measurement Architecture in Gentoo</title>
30 @@ -21,8 +21,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/3.0 -->
32 <license version="3.0" />
33
34 -<version>1</version>
35 -<date>2012-10-01</date>
36 +<version>2</version>
37 +<date>2012-12-26</date>
38
39 <chapter>
40 <title>Purpose of IMA</title>
41 @@ -255,7 +255,7 @@
42 </p>
43
44 <pre caption="Registering all files">
45 -~# <i>find / \( -fstype rootfs -o ext4 -type f \) -uid 0 -exec head -n 1 '{}' > /dev/null \;</i>
46 +~# <i>find / \( -fstype rootfs -o -fstype ext4 -a -type f \) -uid 0 -exec head -n 1 '{}' > /dev/null \;</i>
47 </pre>
48
49 <p>