summaryrefslogtreecommitdiff
path: root/libpod/oci_conmon_exec_freebsd.go
Commit message (Collapse)AuthorAge
* libpod: Factor out capabilites code from prepareProcessExecDoug Rabson2022-09-07
This moves the code which sets the process capabilites for the exec to oci_conmon_exec_linux.go since this is a linux-specific feature. Adding a no-op stub for FreeBSD enables 'podman exec' when using the ocijail runtime. [NO NEW TESTS NEEDED] Signed-off-by: Doug Rabson <dfr@rabson.org>