October 2011 Archives by subject
Starting: Sat Oct 1 07:29:50 UTC 2011
Ending: Mon Oct 31 23:01:08 UTC 2011
Messages: 79
- [apparmor] [Branch ~apparmor-dev/apparmor/master] Rev 1834: Add an example parser.conf file
Christian Boltz
- [apparmor] [Branch ~apparmor-dev/apparmor/master] Rev 1834: Add an example parser.conf file
John Johansen
- [apparmor] [Bug 706354] Re: dpkg-maintscript-helper: warning: environment variable DPKG_MAINTSCRIPT_PACKAGE missing
dino99
- [apparmor] [Bug 706354] Re: dpkg-maintscript-helper: warning: environment variable DPKG_MAINTSCRIPT_PACKAGE missing
dino99
- [apparmor] [Bug 706354] Re: dpkg-maintscript-helper: warning: environment variable DPKG_MAINTSCRIPT_PACKAGE missing
dino99
- [apparmor] [Bug 706354] Re: dpkg-maintscript-helper: warning: environment variable DPKG_MAINTSCRIPT_PACKAGE missing
dino99
- [apparmor] [Bug 706354] Re: dpkg-maintscript-helper: warning: environment variable DPKG_MAINTSCRIPT_PACKAGE missing
phoenix_firebrd
- [apparmor] [Bug 788616] Re: configured_profile_names() in /lib/apparmor/functions breaks eg usr.bin.firefox profile
honnis
- [apparmor] [Bug 800826] Re: aa-notify doesn't display certain apparmor events
Jamie Strandboge
- [apparmor] [Bug 865605] [NEW] AppArmor dbus rejects messages from tasks that have exited
John Johansen
- [apparmor] [Bug 865605] Re: AppArmor dbus rejects messages from tasks that have exited
John Johansen
- [apparmor] [Bug 879866] [NEW] add midori profile
Xan
- [apparmor] [Bug 879866] Re: add midori profile
Xan
- [apparmor] [Bug 879866] Re: add midori profile
Xan
- [apparmor] [Bug 879866] Re: add midori profile
Xan
- [apparmor] [Bug 881006] [NEW] "skip"/"ignore" option for logprof and genprof
Christian Boltz
- [apparmor] [Merge] lp:~debfx/apparmor-profiles/master into lp:apparmor-profiles
Felix Geyer
- [apparmor] [Patch 0/10] DFA rework - split out permission handling
Christian Boltz
- [apparmor] [Patch 0/10] DFA rework - split out permission handling
John Johansen
- [apparmor] [Patch 0/10] DFA rework - split out permission handling
Seth Arnold
- [apparmor] [Patch 0/10] DFA rework - split out permission handling
John Johansen
- [apparmor] [Patch 0/2] AppArmor 2.7 - patches to help with cache by default
John Johansen
- [apparmor] [PATCH 01/10] Rename State Cases to StateTrans, and fold into the State class as there is no real need for a separate class, and rename cases to trans.
John Johansen
- [apparmor] [PATCH 01/10] Rename State Cases to StateTrans, and fold into the State class as there is no real need for a separate class, and rename cases to trans.
Kees Cook
- [apparmor] [PATCH 02/10] Now that State Cases have been renamed, rename NodeCases back to Cases.
John Johansen
- [apparmor] [PATCH 02/10] Now that State Cases have been renamed, rename NodeCases back to Cases.
Kees Cook
- [apparmor] [PATCH 03/10] Make sure that state always has otherwise set
John Johansen
- [apparmor] [PATCH 03/10] Make sure that state always has otherwise set
Kees Cook
- [apparmor] [PATCH 04/10] Rename compressed_hfa.{c, h} and TransitionTable within them to chfa. This is done to be clear what TransitionTable is, as we will then add matching capabilities. Renaming the files is just to make them consistent with the class in the file.
John Johansen
- [apparmor] [PATCH 04/10] Rename compressed_hfa.{c, h} and TransitionTable within them to chfa. This is done to be clear what TransitionTable is, as we will then add matching capabilities. Renaming the files is just to make them consistent with the class in the file.
Kees Cook
- [apparmor] [PATCH 05/10] Begin preparing to split accept nodes and non-accept nodes. Create a new ProtoState class that will encapsulate the split, but for this patch it will just contain what was done previously with NodeSet
John Johansen
- [apparmor] [PATCH 06/10] Now that we have a proper class we don't need a functor to do comparisons, we can fold it into the classes operator<.
John Johansen
- [apparmor] [PATCH 06/10] Now that we have a proper class we don't need a functor to do comparisons, we can fold it into the classes operator<.
Kees Cook
- [apparmor] [PATCH 07/10] Add a new class hashedNodeSet. It is the functional equivalent of ProtoState. We do this to provide a new level of abstraction that ProtoState can leverage, when the node types are split.
John Johansen
- [apparmor] [PATCH 07/10] Add a new class hashedNodeSet. It is the functional equivalent of ProtoState. We do this to provide a new level of abstraction that ProtoState can leverage, when the node types are split.
Kees Cook
- [apparmor] [PATCH 08/10] Use replace usage of NodeSet with ProtoState in dfa creation.
John Johansen
- [apparmor] [PATCH 08/10] Use replace usage of NodeSet with ProtoState in dfa creation.
Kees Cook
- [apparmor] [PATCH 09/10] Split the nodeset used in computing the dfa into two sets, accepting and non-accepting, and have the proto-state use them.
Seth Arnold
- [apparmor] [PATCH 09/10] Split the nodeset used in computing the dfa into two sets, accepting and non-accepting, and have the proto-state use them.
John Johansen
- [apparmor] [PATCH 09/10] Split the nodeset used in computing the dfa into two sets, accepting and non-accepting, and have the proto-state use them.
John Johansen
- [apparmor] [PATCH 09/10] Split the nodeset used in computing the dfa into two sets, accepting and non-accepting, and have the proto-state use them.
Kees Cook
- [apparmor] [PATCH 09/10] Split the nodeset used in computing the dfa into two sets, accepting and non-accepting, and have the proto-state use them.
Seth Arnold
- [apparmor] [PATCH 1/2] Provide a more user friendly error message when cache is requested and fails to be created. Also don't make the warning output conditional on the showcache flag as we should be showing warning/errors by default.
John Johansen
- [apparmor] [PATCH 1/2] Provide a more user friendly error message when cache is requested and fails to be created. Also don't make the warning output conditional on the showcache flag as we should be showing warning/errors by default.
Kees Cook
- [apparmor] [PATCH 10/10] To reduce memory overhead of dfa creation convert to using a Node Vector instead of a NodeSet.
John Johansen
- [apparmor] [PATCH 10/10] To reduce memory overhead of dfa creation convert to using a Node Vector instead of a NodeSet.
Kees Cook
- [apparmor] [PATCH 2/2] Add an example parser.conf file
John Johansen
- [apparmor] [PATCH 2/2] Add an example parser.conf file
Kees Cook
- [apparmor] [PATCH 2/2] Add an example parser.conf file
John Johansen
- [apparmor] [PATCH 2/2] Add an example parser.conf file
Kees Cook
- [apparmor] [patch] aa-notify -p / better error message for wrong group
Seth Arnold
- [apparmor] [patch] aa-notify -p / better error message for wrong group
Christian Boltz
- [apparmor] [patch] aa-notify -p / better error message for wrong group
Christian Boltz
- [apparmor] [patch] aa-notify -p / better error message for wrong group
John Johansen
- [apparmor] [patch] aa-notify and $DISPLAY
Christian Boltz
- [apparmor] [patch] aa-notify and $DISPLAY
Seth Arnold
- [apparmor] [patch] aa-notify and $DISPLAY
John Johansen
- [apparmor] [patch] aa-notify and $DISPLAY
Christian Boltz
- [apparmor] [patch] dovecot - read access for /proc/*/mounts
Christian Boltz
- [apparmor] [patch] dovecot - read access for /proc/*/mounts
John Johansen
- [apparmor] [patch] fix syntax error in "rcapparmor stop"
Christian Boltz
- [apparmor] [patch] fix syntax error in "rcapparmor stop"
Steve Beattie
- [apparmor] [patch] mkdir /etc/apparmor.d/disable
Christian Boltz
- [apparmor] [patch] mkdir /etc/apparmor.d/disable
John Johansen
- [apparmor] [patch] Samba "vfs objects"
Christian Boltz
- [apparmor] [patch] split abstractions/nameservice - adds abstractions/ldapclient
Christian Boltz
- [apparmor] About to start on MinorFs2, input welcomed.
Rob Meijer
- [apparmor] alias rules broken for /{,var/}run/
Christian Boltz
- [apparmor] AppArmor 2.7-rc1
John Johansen
- [apparmor] apparmor+debian+apache2-mpm-itk
natan maciej milaszewski
- [apparmor] apparmor+debian+apache2-mpm-itk
Seth Arnold
- [apparmor] AppArmor.pm patch: add mknod and unlink support
Seth Arnold
- [apparmor] conflicting X permissions
John Johansen
- [apparmor] conflicting X permissions
Jamie Strandboge
- [apparmor] conflicting X permissions
John Johansen
- [apparmor] conflicting X permissions
Jamie Strandboge
- [apparmor] Example/Representative policies
John Johansen
- [apparmor] handling disable and complain (was: Re: [patch] mkdir /etc/apparmor.d/disable)
Christian Boltz
- [apparmor] Slow apparmor policy compilation
John Johansen
Last message date:
Mon Oct 31 23:01:08 UTC 2011
Archived on: Mon Oct 31 23:01:11 UTC 2011
This archive was generated by
Pipermail 0.09 (Mailman edition).