November 2010 Archives by subject
Starting: Wed Nov 3 23:23:40 GMT 2010
Ending: Tue Nov 30 14:36:46 GMT 2010
Messages: 160
- [apparmor] [Patch 0/20] More apparmor_parser compilation cleanups
Seth Arnold
- [apparmor] [Patch 0/20] More apparmor_parser compilation cleanups
John Johansen
- [apparmor] [Patch 0/5] Updates to profile parsing
John Johansen
- [apparmor] [Patch 0/9] more dfa cleanups
John Johansen
- [apparmor] [PATCH 01/20] Update CFLAGS to enable warnings, profiling when in debug and warnings
John Johansen
- [apparmor] [PATCH 01/20] Update CFLAGS to enable warnings, profiling when in debug and warnings
Kees Cook
- [apparmor] [PATCH 01/20] Update CFLAGS to enable warnings, profiling when in debug and warnings
Steve Beattie
- [apparmor] [PATCH 02/20] Create an innernode class to help separate inner and leaf nodes
John Johansen
- [apparmor] [PATCH 02/20] Create an innernode class to help separate inner and leaf nodes
Kees Cook
- [apparmor] [PATCH 02/20] Create an innernode class to help separate inner and leaf nodes
Steve Beattie
- [apparmor] [PATCH 03/20] Rework depth first traversal of expr trees
John Johansen
- [apparmor] [PATCH 03/20] Rework depth first traversal of expr trees
Kees Cook
- [apparmor] [PATCH 03/20] Rework depth first traversal of expr trees
John Johansen
- [apparmor] [PATCH 03/20] Rework depth first traversal of expr trees
Kees Cook
- [apparmor] [PATCH 04/20] Add one child and two child subclasses of innernode
John Johansen
- [apparmor] [PATCH 04/20] Add one child and two child subclasses of innernode
Kees Cook
- [apparmor] [PATCH 05/20] Move nodes around to put one child nodes together and two child nodes togeth
John Johansen
- [apparmor] [PATCH 05/20] Move nodes around to put one child nodes together and two child nodes togeth
Kees Cook
- [apparmor] [PATCH 06/11] Ensure that all cases that resolve to nonmatching state are hashed the same
Steve Beattie
- [apparmor] [PATCH 06/11] Ensure that all cases that resolve to nonmatching state are hashed the same
John Johansen
- [apparmor] [PATCH 06/11] Ensure that all cases that resolve to nonmatching state are hashed the same
Steve Beattie
- [apparmor] [PATCH 06/20] Add a leafnode class to clearly indicate what node types are leaf nodes
John Johansen
- [apparmor] [PATCH 06/20] Add a leafnode class to clearly indicate what node types are leaf nodes
Kees Cook
- [apparmor] [PATCH 07/11] Do early cleanup of perm_map
Steve Beattie
- [apparmor] [PATCH 07/20] Add cnode class as a base class of all expr nodes that contain character info
John Johansen
- [apparmor] [PATCH 07/20] Add cnode class as a base class of all expr nodes that contain character info
Kees Cook
- [apparmor] [PATCH 08/11] Update dfa stats output
Steve Beattie
- [apparmor] [PATCH 08/11] Update dfa stats output
John Johansen
- [apparmor] [PATCH 08/20] Rework tests against Epsnodes to compare to the singleton
John Johansen
- [apparmor] [PATCH 08/20] Rework tests against Epsnodes to compare to the singleton
Kees Cook
- [apparmor] [PATCH 09/11] Disable minimization permission hashing by default
Steve Beattie
- [apparmor] [PATCH 09/20] Factor out expr tree rotation into its ownfunction
Seth Arnold
- [apparmor] [PATCH 09/20] Factor out expr tree rotation into its own function
John Johansen
- [apparmor] [PATCH 09/20] Factor out expr tree rotation into its own function
Kees Cook
- [apparmor] [PATCH 1/5] Merge profile and :namespace:profile parsinginto a single rule. This also fixes a bug where the profilekeyword was not allowed to proceed profiles with a namespacedeclaration.
Seth Arnold
- [apparmor] [PATCH 1/5] Merge profile and :namespace:profile parsing into a single rule. This also fixes a bug where the profile keyword was not allowed to proceed profiles with a namespace declaration.
John Johansen
- [apparmor] [PATCH 1/5] Merge profile and :namespace:profile parsing into a single rule. This also fixes a bug where the profile keyword was not allowed to proceed profiles with a namespace declaration.
Steve Beattie
- [apparmor] [PATCH 1/5] Merge profile and :namespace:profile parsing into a single rule. This also fixes a bug where the profile keyword was not allowed to proceed profiles with a namespace declaration.
John Johansen
- [apparmor] [PATCH 1/5] Merge profile and :namespace:profile parsinginto a single rule. This also fixes a bug where the profilekeyword was not allowed to proceed profiles with a namespacedeclaration.
John Johansen
- [apparmor] [PATCH 1/9] Fix comment about what state information is being dumped
John Johansen
- [apparmor] [PATCH 1/9] Fix comment about what state information is being dumped
Steve Beattie
- [apparmor] [PATCH 10/11] Rework how reference counting is done on Nodes.
Steve Beattie
- [apparmor] [PATCH 10/20] Generic cleanup pass of -D and -O options
John Johansen
- [apparmor] [PATCH 10/20] Generic cleanup pass of -D and -O options
Kees Cook
- [apparmor] [PATCH 11/11] Move dfa minimization and remove unreachable outside of dfa creation
Steve Beattie
- [apparmor] [PATCH 11/11] Move dfa minimization and remove unreachable outside of dfa creation
John Johansen
- [apparmor] [PATCH 11/11] Move dfa minimization and remove unreachable outside of dfa creation
Steve Beattie
- [apparmor] [PATCH 11/20] Rename trans-XXXX transition to compress- compression
John Johansen
- [apparmor] [PATCH 11/20] Rename trans-XXXX transition to compress- compression
Kees Cook
- [apparmor] [PATCH 12/20] Reduce the number of -O flag options byfactoring our no- prefix
Seth Arnold
- [apparmor] [PATCH 12/20] Reduce the number of -O flag options by factoring our no- prefix
John Johansen
- [apparmor] [PATCH 12/20] Reduce the number of -O flag options by factoring our no- prefix
Kees Cook
- [apparmor] [PATCH 12/20] Reduce the number of -O flag options byfactoring our no- prefix
John Johansen
- [apparmor] [PATCH 13/20] Move -O and -D options and documentation into tables
John Johansen
- [apparmor] [PATCH 13/20] Move -O and -D options and documentation into tables
Kees Cook
- [apparmor] [PATCH 14/20] Add -D stats and -D progress options
John Johansen
- [apparmor] [PATCH 14/20] Add -D stats and -D progress options
Kees Cook
- [apparmor] [PATCH 15/20] Add tracking of the node set (proto state) max, and average size
John Johansen
- [apparmor] [PATCH 15/20] Add tracking of the node set (proto state) max, and average size
Kees Cook
- [apparmor] [PATCH 16/20] Use nodemap.size() to label state node
John Johansen
- [apparmor] [PATCH 16/20] Use nodemap.size() to label state node
Kees Cook
- [apparmor] [PATCH 17/20] Add the ability to dump NodeSet to dfa state mapping
John Johansen
- [apparmor] [PATCH 17/20] Add the ability to dump NodeSet to dfa state mapping
Kees Cook
- [apparmor] [PATCH 18/20] Add ability to dump unique permission sets
John Johansen
- [apparmor] [PATCH 18/20] Add ability to dump unique permission sets
Kees Cook
- [apparmor] [PATCH 19/20] Re-enable the ability to invoke remove-unreachable-states.
John Johansen
- [apparmor] [PATCH 19/20] Re-enable the ability to invoke remove-unreachable-states.
Kees Cook
- [apparmor] [PATCH 2/5] Remove the restriction that unattachedprofiles must be started with the profile keyword. It is notrequired for parsing and there doesn't seem to be an goodreason to require it.
Seth Arnold
- [apparmor] [PATCH 2/5] Remove the restriction that unattached profiles must be started with the profile keyword. It is not required for parsing and there doesn't seem to be an good reason to require it.
John Johansen
- [apparmor] [PATCH 2/5] Remove the restriction that unattached profiles must be started with the profile keyword. It is not required for parsing and there doesn't seem to be an good reason to require it.
Steve Beattie
- [apparmor] [PATCH 2/5] Remove the restriction that unattached profiles must be started with the profile keyword. It is not required for parsing and there doesn't seem to be an good reason to require it.
John Johansen
- [apparmor] [PATCH 2/5] Remove the restriction that unattachedprofiles must be started with the profile keyword. It is notrequired for parsing and there doesn't seem to be an goodreason to require it.
John Johansen
- [apparmor] [PATCH 2/9] Embedded the temporary computed nodes as part of the state
John Johansen
- [apparmor] [PATCH 2/9] Embedded the temporary computed nodes as part of the state
Steve Beattie
- [apparmor] [PATCH 2/9] Embedded the temporary computed nodes as part of the state
John Johansen
- [apparmor] [PATCH 20/20] Embedded the State to partition mapping into the State.
John Johansen
- [apparmor] [PATCH 20/20] Embedded the State to partition mapping into the State.
Kees Cook
- [apparmor] [PATCH 3/5] Combine hat and local profile parsing intothe same base rule as profile parsing.
Seth Arnold
- [apparmor] [PATCH 3/5] Combine hat and local profile parsing into the same base rule as profile parsing.
John Johansen
- [apparmor] [PATCH 3/5] Combine hat and local profile parsing into the same base rule as profile parsing.
Steve Beattie
- [apparmor] [PATCH 3/5] Combine hat and local profile parsing intothe same base rule as profile parsing.
John Johansen
- [apparmor] [PATCH 3/9] Renaming the match_count variable to duplicates
John Johansen
- [apparmor] [PATCH 3/9] Renaming the match_count variable to duplicates
Steve Beattie
- [apparmor] [PATCH 4/5] And the ability to specify the name andattachment of the profile separately. It does not allow for the attachmentspecification to begin with a variable however since variables in profilenames is not currently support this should
Seth Arnold
- [apparmor] [PATCH 4/5] And the ability to specify the name and attachment of the profile separately. It does not allow for the attachment specification to begin with a variable however since variables in profile names is not currently support this shouldn't be and issue.
John Johansen
- [apparmor] [PATCH 4/5] And the ability to specify the name and attachment of the profile separately. It does not allow for the attachment specification to begin with a variable however since variables in profile names is not currently support this shouldn't be and issue.
Steve Beattie
- [apparmor] [PATCH 4/5] And the ability to specify the name and attachment of the profile separately. It does not allow for the attachment specification to begin with a variable however since variables in profile names is not currently support this shouldn't be and issue.
John Johansen
- [apparmor] [PATCH 4/5] And the ability to specify the name andattachment of the profile separately. It does not allow for the attachmentspecification to begin with a variable however since variables in profilenames is not currently support this should
John Johansen
- [apparmor] [PATCH 4/9] Group dfa stats into a single structure.
John Johansen
- [apparmor] [PATCH 4/9] Group dfa stats into a single structure.
Steve Beattie
- [apparmor] [PATCH 5/5] Revert to using permission hashing as part of dfa minimization.
John Johansen
- [apparmor] [PATCH 5/5] Revert to using permission hashing as part of dfa minimization.
Steve Beattie
- [apparmor] [PATCH 5/5] Revert to using permission hashing as part of dfa minimization.
John Johansen
- [apparmor] [PATCH 5/9] Move state label, nodes, and permission setting into the State constructor
John Johansen
- [apparmor] [PATCH 5/9] Move state label, nodes, and permission setting into the State constructor
Steve Beattie
- [apparmor] [PATCH 6/9] Factor adding a new state to the dfa the map into its own function
John Johansen
- [apparmor] [PATCH 6/9] Factor adding a new state to the dfa the map into its own function
Steve Beattie
- [apparmor] [PATCH 7/9] Factor updating the state transitions into its own fn
John Johansen
- [apparmor] [PATCH 7/9] Factor updating the state transitions into its own fn
Steve Beattie
- [apparmor] [PATCH 8/9] Make the work_queue be a work_queue of states that need finished computing
John Johansen
- [apparmor] [PATCH 8/9] Make the work_queue be a work_queue of states that need finished computing
Steve Beattie
- [apparmor] [PATCH 9/9] Rework the code so that update for nodes is now is now a function
John Johansen
- [apparmor] [PATCH 9/9] Rework the code so that update for nodes is now is now a function
Steve Beattie
- [apparmor] [PATCH v2] APPARMOR: add sid to profile mapping and sid recycling
Tetsuo Handa
- [apparmor] [PATCH v2] APPARMOR: add sid to profile mapping and sidrecycling
Seth Arnold
- [apparmor] [PATCH v2] APPARMOR: add sid to profile mapping and sid recycling
wzt.wzt at gmail.com
- [apparmor] [PATCH v2] make manpage release configurable
Kees Cook
- [apparmor] [PATCH v2] make manpage release configurable
Marc Deslauriers
- [apparmor] [PATCH v2] make manpage release configurable
John Johansen
- [apparmor] [PATCH v2] make manpage release configurable
Steve Beattie
- [apparmor] [PATCH] "aa-" prefix for all utils
Kees Cook
- [apparmor] [PATCH] "aa-" prefix for all utils
Marc Deslauriers
- [apparmor] [PATCH] "aa-" prefix for all utils
Seth Arnold
- [apparmor] [PATCH] "aa-" prefix for all utils
Steve Beattie
- [apparmor] [PATCH] "aa-" prefix for all utils
Kees Cook
- [apparmor] [PATCH] APPARMOR: code cleanup on context.h
wzt.wzt at gmail.com
- [apparmor] [PATCH] APPARMOR: code cleanup on context.h
wzt wzt
- [apparmor] [PATCH] APPARMOR: code cleanup on context.h
John Johansen
- [apparmor] [PATCH] APPARMOR: code cleanup on context.h
wzt wzt
- [apparmor] [PATCH] APPARMOR: Fix memory leak of alloc_namespace()
John Johansen
- [apparmor] [PATCH] APPARMOR: Fix memory leak of alloc_namespace()
wzt.wzt at gmail.com
- [apparmor] [PATCH] APPARMOR: Fix memory leak of apparmor_init()
wzt.wzt at gmail.com
- [apparmor] [PATCH] APPARMOR: Fix memory leak of apparmor_init()
John Johansen
- [apparmor] [PATCH] APPARMOR: Fix NULL Pointer dereference while __add_new_profile
wzt.wzt at gmail.com
- [apparmor] [PATCH] APPARMOR: Fix NULL Pointer dereference while __add_new_profile
John Johansen
- [apparmor] [PATCH] clean up test suite output, remove bashisms
Kees Cook
- [apparmor] [PATCH] clean up test suite output, remove bashisms
Marc Deslauriers
- [apparmor] [PATCH] clean up warnings from parser rework
Kees Cook
- [apparmor] [PATCH] clean up warnings from parser rework
John Johansen
- [apparmor] [PATCH] documentation cleanups
Kees Cook
- [apparmor] [PATCH] documentation cleanups
Marc Deslauriers
- [apparmor] [PATCH] make manpage release configurable
Kees Cook
- [apparmor] [PATCH] make manpage release configurable
Marc Deslauriers
- [apparmor] [PATCH] make manpage release configurable
Kees Cook
- [apparmor] [PATCH] make manpage release configurable
Seth Arnold
- [apparmor] [PATCH] make manpage release configurable
John Johansen
- [apparmor] [patch] make top-level parser files depend on regex lib header
Steve Beattie
- [apparmor] [patch] make top-level parser files depend on regex lib header
John Johansen
- [apparmor] [PATCH] Profile unload fails on profile names with spaces
Christian Boltz
- [apparmor] [PATCH] Profile unload fails on profile names with spaces
Steve Beattie
- [apparmor] [patches] apparmor parser lexer passthrough fixes
Steve Beattie
- [apparmor] [patches] apparmor parser lexer passthrough fixes
Kees Cook
- [apparmor] [RFC][PATCH] APPARMOR: add sid to profile mapping and sid recycling
John Johansen
- [apparmor] [RFC][PATCH] APPARMOR: add sid to profile mapping andsid recycling
Seth Arnold
- [apparmor] [RFC][PATCH] APPARMOR: add sid to profile mapping and sid recycling
wzt.wzt at gmail.com
- [apparmor] [RFC][PATCH] APPARMOR: add sid to profile mapping andsid recycling
wzt wzt
- [apparmor] Draft proposal for new apparmor virtual file system
John Johansen
- [apparmor] Draft proposal for new apparmor virtual file system
Kees Cook
- [apparmor] Draft proposal for new apparmor virtual file system
John Johansen
- [apparmor] First draft of a userspace ipc introspection interface
John Johansen
- [apparmor] First draft of a userspace ipc introspection interface
John Johansen
- [apparmor] First draft of a userspace ipc introspection interface
John Johansen
- [apparmor] First draft of a userspace ipc introspection interface
Kees Cook
- [apparmor] profile naming and attachment
John Johansen
- [apparmor] profile naming and attachment
Jamie Strandboge
- [apparmor] profile naming and attachment
John Johansen
- [apparmor] profile naming and attachment
Kees Cook
- [apparmor] profile naming and attachment
Steve Beattie
- [apparmor] profile naming and attachment
John Johansen
- [apparmor] towards an hfa
John Johansen
Last message date:
Tue Nov 30 14:36:46 GMT 2010
Archived on: Tue Nov 30 17:01:49 GMT 2010
This archive was generated by
Pipermail 0.09 (Mailman edition).