mirror of https://github.com/portainer/portainer
* feat(containers): prevent non-admin users from running containers using the host namespace pid (#3970) * feat(containers): Prevent non-admin users from running containers using the host namespace pid * feat(containers): add rbac check for swarm stack too * feat(containers): remove forgotten conflict * feat(containers): init EnableHostNamespaceUse to true and return 403 on forbidden action * feat(containers): change enableHostNamespaceUse to restrictHostNamespaceUse in html * feat(settings): rename EnableHostNamespaceUse to AllowHostNamespaceForRegularUsers * feat(database): trigger migration for AllowHostNamespace * feat(containers): check container creation authorization Co-authored-by: Maxime Bajeux <max.bajeux@gmail.com> |
||
|---|---|---|
| .. | ||
| create_compose_stack.go | ||
| create_kubernetes_stack.go | ||
| create_swarm_stack.go | ||
| git.go | ||
| handler.go | ||
| stack_create.go | ||
| stack_delete.go | ||
| stack_file.go | ||
| stack_inspect.go | ||
| stack_list.go | ||
| stack_migrate.go | ||
| stack_update.go | ||