Gentoo Archives: gentoo-commits

From: Sven Vermeulen <swift@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/
Date: Wed, 30 Apr 2014 17:14:26
Message-Id: 1398877980.b6f1627239205eba70ac3879a8e6d077db036062.swift@gentoo
1 commit: b6f1627239205eba70ac3879a8e6d077db036062
2 Author: Chris PeBenito <cpebenito <AT> tresys <DOT> com>
3 AuthorDate: Mon Apr 28 14:19:22 2014 +0000
4 Commit: Sven Vermeulen <swift <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 30 17:13:00 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=b6f16272
7
8 Fix error in default_user example.
9
10 ---
11 policy/context_defaults | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14 diff --git a/policy/context_defaults b/policy/context_defaults
15 index aee96cd..a2c9a62 100644
16 --- a/policy/context_defaults
17 +++ b/policy/context_defaults
18 @@ -5,7 +5,7 @@
19 #
20 # Examples:
21 #
22 -#default_role process user;
23 +#default_user process source;
24 #default_role process source;
25 #default_type process source;
26 #default_range process source low;