Daniel J Walsh

Results 28 issues of Daniel J Walsh

If a container process gains access to this socket or the podman socket then it has full control on the system. IE Full root. Basically the container process does a...

**Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)** /kind bug /kind feature **Description** **Steps to reproduce the issue:** 1. 2. 3. **Describe the...

Podman now has volume support, interested whether this works with podman 3.0 or not.

We want to use the Umask field in Podman and potentially CRI-O, would prefer to use a release version if possible.

### Is your enhancement related to a problem? Please describe Currently you can generate images from Containerfile/Dockerfiles, it would be nice to allow users to select a kubernetes,YAML file and...

kind/enhancement

### Is your enhancement related to a problem? Please describe Podman has a cool feature to generate kubernetes yaml files from containers and pods on your system. Exposing this functionality...

kind/enhancement

### Is your feature request related to a problem? Please describe A key differentiator of Podman is support for Pods. This tool needs Pods support. ### Describe the solution you'd...

kind/epic
area/dashboard

Currently if a user attempts to chcon a file or directory and fails for any reason check if the file already has the right label, and continue. Signed-off-by: Daniel J...

Currently conmon just truncates the log file when max is reached, this means we loose all of the data. I think we should allow for a backup file. So when...