moby--moby/pkg/authorization
David Sheets 7da3986297 authz: eliminate race during plugin removal from middleware
Also, this removes the use of a questionable golang range feature which
corrects for mutation of a slice during iteration over that slice. This
makes the filter operation easier to read and reason about.

Signed-off-by: David Sheets <dsheets@docker.com>
2017-06-13 13:51:07 +01:00
..
api.go Fixed a typo within pkg/authorization/api.go 2017-01-17 21:51:16 -05:00
authz.go
authz_unix_test.go
middleware.go authz: eliminate race during plugin removal from middleware 2017-06-13 13:51:07 +01:00
plugin.go When authz plugin is disabled, remove from authz middleware chain. 2017-03-22 12:07:39 -07:00
response.go