[apparmor] [profile] arpon 3: network rules.

2018-04-12 Thread daniel curtis
Hello. A couple of days ago, I created an AppArmor profile for ArpON 3 (ng) application. As we know, ArpON is a solution that make the ARP protocol secure and help to avoid - for example - the Man In The Middle (MITM) attack, the ARP spoofing, ARP cache poisoning or ARP poison routing attack etc.

[apparmor] [PATCH 2/8] apparmor: fix typo "loosen"

2018-04-12 Thread Zygmunt Krynicki
Signed-off-by: Zygmunt Krynicki --- security/apparmor/domain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/apparmor/domain.c b/security/apparmor/domain.c index 6919721a2aa9..8025b9a2afbc 100644 --- a/security/apparmor/domain.c +++ b/security/apparmor/domain.c @@ -

[apparmor] [PATCH 8/8] apparmor: fix typo "preconfinement"

2018-04-12 Thread Zygmunt Krynicki
Signed-off-by: Zygmunt Krynicki --- security/apparmor/policy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/apparmor/policy.c b/security/apparmor/policy.c index b0b58848c248..bc880e67c671 100644 --- a/security/apparmor/policy.c +++ b/security/apparmor/policy.c @@ -

[apparmor] [PATCH 5/8] apparmor: fix typo "type"

2018-04-12 Thread Zygmunt Krynicki
Signed-off-by: Zygmunt Krynicki --- security/apparmor/lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/apparmor/lib.c b/security/apparmor/lib.c index 4d5e98e49d5e..a5ce6ae967ed 100644 --- a/security/apparmor/lib.c +++ b/security/apparmor/lib.c @@ -407,7 +407,7 @@

[apparmor] [PATCH 4/8] apparmor: fix typo "replace"

2018-04-12 Thread Zygmunt Krynicki
Signed-off-by: Zygmunt Krynicki --- security/apparmor/label.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/apparmor/label.c b/security/apparmor/label.c index 66987cb93b98..285b246dc267 100644 --- a/security/apparmor/label.c +++ b/security/apparmor/label.c @@ -1997,

[apparmor] [PATCH 6/8] apparmor: fix typo "traverse"

2018-04-12 Thread Zygmunt Krynicki
Signed-off-by: Zygmunt Krynicki --- security/apparmor/match.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/apparmor/match.c b/security/apparmor/match.c index 72c604350e80..b175a3472388 100644 --- a/security/apparmor/match.c +++ b/security/apparmor/match.c @@ -418,7

[apparmor] [PATCH 1/8] apparmor: fix typo "strictly"

2018-04-12 Thread Zygmunt Krynicki
Signed-off-by: Zygmunt Krynicki --- security/apparmor/domain.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/security/apparmor/domain.c b/security/apparmor/domain.c index 6a54d2ffa840..6919721a2aa9 100644 --- a/security/apparmor/domain.c +++ b/security/apparmor/domain.c

[apparmor] Trivial typo fixes

2018-04-12 Thread Zygmunt Krynicki
Hey everyone. While reading apparmor source code I couldn't help myself to fix any typo I could notice. Patches attached below. -- AppArmor mailing list AppArmor@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/apparmor

[apparmor] [PATCH 3/8] apparmor: fix typo "comparison"

2018-04-12 Thread Zygmunt Krynicki
Signed-off-by: Zygmunt Krynicki --- security/apparmor/label.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/security/apparmor/label.c b/security/apparmor/label.c index 324fe5c60f87..66987cb93b98 100644 --- a/security/apparmor/label.c +++ b/security/apparmor/label.c @@

[apparmor] [PATCH 7/8] apparmor: fix typo "independent"

2018-04-12 Thread Zygmunt Krynicki
Signed-off-by: Zygmunt Krynicki --- security/apparmor/mount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/apparmor/mount.c b/security/apparmor/mount.c index 8c558cbce930..2c9c99a416e6 100644 --- a/security/apparmor/mount.c +++ b/security/apparmor/mount.c @@ -121,7

Re: [apparmor] Trivial typo fixes

2018-04-12 Thread Christian Boltz
Hello, Am Donnerstag, 12. April 2018, 12:34:26 CEST schrieb Zygmunt Krynicki: > While reading apparmor source code I couldn't help myself to fix any > typo I could notice. Patches attached below. Thanks! Whoever commits these patches to the kernel - feel free to add Acked-by: Christian Boltz