containers / quadlet

GNU General Public License v2.0
347 stars 14 forks source link

Add options to disable various enabled-by-default porman features #5

Closed alexlarsson closed 3 years ago

alexlarsson commented 3 years ago

This adds support for: NoNewPrivileges, "DropCapability,RunInit,VolatileTmp`Timezone. With the default being they are enabled as before, but now you can disable them.

There is also a new testcase basepodman.container that tests disabling most podman run options.