aboutsummaryrefslogtreecommitdiff
path: root/pkg/specgen/generate/config_linux_test.go
Commit message (Collapse)AuthorAge
* Add filepath glob support to --security-opt unmaskDaniel J Walsh2021-05-04
Want to allow users to specify --security-opt unmask=/proc/*. This allows us to run podman within podman more securely, then specifing umask=all, also gives the user more flexibilty. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>