]> git.ipfire.org Git - thirdparty/util-linux.git/commit
Merge branch 'PR/nsenter-pidfd' of https://github.com/karelzak/util-linux-work
authorKarel Zak <kzak@redhat.com>
Tue, 5 Nov 2024 10:17:10 +0000 (11:17 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 5 Nov 2024 10:17:10 +0000 (11:17 +0100)
commit0e0fafce526d69fac11d19e41d4b1905077ac843
tree2ec249a7dfd7e0ff56180f9f9aa44614b005465c
parent4508f7a34b648f42f74f0b482710c8b0e80119dc
parent7e60554fc4e8d2dd653b201556aa9e3fd956c968
Merge branch 'PR/nsenter-pidfd' of https://github.com/karelzak/util-linux-work

* 'PR/nsenter-pidfd' of https://github.com/karelzak/util-linux-work:
  nsenter: Rewrite --user-parent to use pidfd
  include/pidfd-utils: add namespaces ioctls
  nsenter: reuse pidfd for --net-socket
  nsenter: use macros to access the nsfiles array
  nsenter: use pidfd to enter target namespaces
  nsenter: use separate function to enter namespaces
  nsenter: add functions to enable/disable namespaces