Re: [apparmor] [patch 1/3] Add NetworkRule and NetworkRuleset classes

2015-04-19 Thread Kshitij Gupta
Hello, On Sat, Apr 18, 2015 at 2:49 AM, Christian Boltz wrote: > Hello, > > Am Mittwoch, 15. April 2015 schrieb Kshitij Gupta: > > On Wed, Apr 15, 2015 at 3:07 AM, Christian Boltz wrote: > > > this patch adds utils/apparmor/rule/network.py with the NetworkRule > > > and NetworkRuleset classes. T

Re: [apparmor] [patch 1/3] Add NetworkRule and NetworkRuleset classes

2015-04-17 Thread Christian Boltz
Hello, Am Mittwoch, 15. April 2015 schrieb Kshitij Gupta: > On Wed, Apr 15, 2015 at 3:07 AM, Christian Boltz wrote: > > this patch adds utils/apparmor/rule/network.py with the NetworkRule > > and NetworkRuleset classes. These classes are meant to handle > > network rules. > > > > In comparison to

Re: [apparmor] [patch 1/3] Add NetworkRule and NetworkRuleset classes

2015-04-15 Thread Kshitij Gupta
Hello, On Wed, Apr 15, 2015 at 3:07 AM, Christian Boltz wrote: > Hello, > > this patch adds utils/apparmor/rule/network.py with the NetworkRule and > NetworkRuleset classes. These classes are meant to handle network rules. > > In comparison to the existing code in aa.py, relevant news are: > -

[apparmor] [patch 1/3] Add NetworkRule and NetworkRuleset classes

2015-04-14 Thread Christian Boltz
Hello, this patch adds utils/apparmor/rule/network.py with the NetworkRule and NetworkRuleset classes. These classes are meant to handle network rules. In comparison to the existing code in aa.py, relevant news are: - the keywords are checked against a list of allowed domains, types and protoco