commit: b6f1627239205eba70ac3879a8e6d077db036062 Author: Chris PeBenito <cpebenito <AT> tresys <DOT> com> AuthorDate: Mon Apr 28 14:19:22 2014 +0000 Commit: Sven Vermeulen <swift <AT> gentoo <DOT> org> CommitDate: Wed Apr 30 17:13:00 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=b6f16272
Fix error in default_user example. --- policy/context_defaults | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/policy/context_defaults b/policy/context_defaults index aee96cd..a2c9a62 100644 --- a/policy/context_defaults +++ b/policy/context_defaults @@ -5,7 +5,7 @@ # # Examples: # -#default_role process user; +#default_user process source; #default_role process source; #default_type process source; #default_range process source low;
