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/selinux/modules: cron.xml
Date: Wed, 24 Aug 2011 21:26:10
Message-Id: 20110824212600.D7A9E2004C@flycatcher.gentoo.org
1 swift 11/08/24 21:26:00
2
3 Modified: cron.xml
4 Log:
5 Update on cron module information
6
7 Revision Changes Path
8 1.2 xml/htdocs/proj/en/hardened/selinux/modules/cron.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/hardened/selinux/modules/cron.xml?rev=1.2&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/hardened/selinux/modules/cron.xml?rev=1.2&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/hardened/selinux/modules/cron.xml?r1=1.1&r2=1.2
13
14 Index: cron.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/hardened/selinux/modules/cron.xml,v
17 retrieving revision 1.1
18 retrieving revision 1.2
19 diff -u -r1.1 -r1.2
20 --- cron.xml 12 Aug 2011 22:15:32 -0000 1.1
21 +++ cron.xml 24 Aug 2011 21:26:00 -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/selinux/modules/cron.xml,v 1.1 2011/08/12 22:15:32 swift Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/hardened/selinux/modules/cron.xml,v 1.2 2011/08/24 21:26:00 swift Exp $ -->
27
28 <guide link="/proj/en/hardened/selinux/modules/cron.xml" lang="en">
29 <title>SELinux cron Module</title>
30 @@ -17,8 +17,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>1</version>
35 -<date>2011-07-23</date>
36 +<version>2</version>
37 +<date>2011-08-13</date>
38
39 <chapter>
40 <title>Structure</title>
41 @@ -391,11 +391,16 @@
42 Context 0 system_u:system_r:system_cronjob_t
43
44 <comment># Get the domain under which user-level jobs will run</comment>
45 -~# <i>getseuser user_u system_u:system_r:crond_t</i>
46 +~# <i>getseuser john system_u:system_r:crond_t</i>
47 seuser: user_u, level (null)
48 Context 0 user_u:user_r:cronjob_t
49 </pre>
50
51 +<note>
52 +The <c>getseuser</c> command usually takes a Unix account name for the first
53 +argument, but treats <c>system_u</c> as a special case.
54 +</note>
55 +
56 </body>
57 </section>
58 </chapter>