Message ID | cover.1692804730.git.aclaudi@redhat.com (mailing list archive) |
---|---|
Headers | show |
Series | make ip vrf exec SELinux-aware | expand |
Hello: This series was applied to iproute2/iproute2-next.git (main) by David Ahern <dsahern@kernel.org>: On Wed, 23 Aug 2023 19:29:58 +0200 you wrote: > In order to execute a service with VRF, a user should start it using > "ip vrf exec". For example, using systemd, the user can encapsulate the > ExecStart command in ip vrf exec as shown below: > > ExecStart=/usr/sbin/ip vrf exec vrf1 /usr/sbin/httpd $OPTIONS -DFOREGROUND > > Assuming SELinux is in permissive mode, starting the service with the > current ip vrf implementation results in: > > [...] Here is the summary with links: - [iproute2-next,1/4] ss: make is_selinux_enabled stub work like in SELinux https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=c8970828b650 - [iproute2-next,2/4] ss: make SELinux stub functions conformant to API definitions https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=61c6882ce21c - [iproute2-next,3/4] lib: add SELinux include and stub functions https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=e246ebc3b7f1 - [iproute2-next,4/4] ip vrf: make ipvrf_exec SELinux-aware https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=0d0eeaa6cb92 You are awesome, thank you!