Gentoo Archives: gentoo-commits

From: Jason Zaman <perfinion@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/kernel/
Date: Sat, 30 Jan 2016 17:21:41
Message-Id: 1454174217.c8c6d7d62a0f9789b4046607abcd32adf0c0eb12.perfinion@gentoo
1 commit: c8c6d7d62a0f9789b4046607abcd32adf0c0eb12
2 Author: Nicolas Iooss <nicolas.iooss <AT> m4x <DOT> org>
3 AuthorDate: Mon Jan 18 22:47:38 2016 +0000
4 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 30 17:16:57 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=c8c6d7d6
7
8 Fix typos in comments from corenetwork module
9
10 policy/modules/kernel/corenetwork.if.in | 2 +-
11 policy/modules/kernel/corenetwork.if.m4 | 2 +-
12 2 files changed, 2 insertions(+), 2 deletions(-)
13
14 diff --git a/policy/modules/kernel/corenetwork.if.in b/policy/modules/kernel/corenetwork.if.in
15 index a1d5b6a..6e0bb9f 100644
16 --- a/policy/modules/kernel/corenetwork.if.in
17 +++ b/policy/modules/kernel/corenetwork.if.in
18 @@ -855,7 +855,7 @@ interface(`corenet_udp_bind_generic_node',`
19
20 ########################################
21 ## <summary>
22 -## Bind raw sockets to genric nodes.
23 +## Bind raw sockets to generic nodes.
24 ## </summary>
25 ## <param name="domain">
26 ## <summary>
27
28 diff --git a/policy/modules/kernel/corenetwork.if.m4 b/policy/modules/kernel/corenetwork.if.m4
29 index 8e0f9cd..8a4db53 100644
30 --- a/policy/modules/kernel/corenetwork.if.m4
31 +++ b/policy/modules/kernel/corenetwork.if.m4
32 @@ -820,7 +820,7 @@ define(`network_node',`
33 create_node_type_interfaces($1)
34 ')
35
36 -# These next three macros have formatting, and should not me indented
37 +# These next three macros have formatting, and should not be indented
38 define(`determine_reserved_capability',`dnl
39 ifelse($2,`',`',`dnl
40 ifelse(eval($2 < 1024),1,``allow' dollarsone self:capability net_bind_service;',`dnl