spiegel_podman/pkg/rootless
Paul Holzinger 9538a7d976 rootless_linux.c: use shortcut for system commands
There doesn't seem any reason why the system commands should not join
the userns. In particular the main commands use ParentNSRequired and
UnshareNSRequired when they don't want to be joined to the main userns.
Since the system command don't set these the go code does the join and
re-exec anyway so might as well use the shortcut to speed that up.

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2025-11-26 10:18:30 +00:00
..
rootless.go Switch common, storage and image to monorepo. 2025-09-01 12:33:04 +02:00
rootless_freebsd.c pkg/rootless: Implement rootless.IsFdInherited on FreeBSD 2022-11-15 08:18:41 +00:00
rootless_freebsd.go lint: reenable revive unused-parameter check 2025-10-01 10:42:08 -04:00
rootless_linux.c rootless_linux.c: use shortcut for system commands 2025-11-26 10:18:30 +00:00
rootless_linux.go fileperms: newer Go 1.13+ octal literal format 2025-10-16 14:11:29 -04:00
rootless_test.go Cease using deprecated runc userlookup 2024-02-02 11:02:43 -05:00
rootless_unsupported.go lint: reenable revive unused-parameter check 2025-10-01 10:42:08 -04:00