[user@shithouse:/tmp/dirtyfrag] > zgrep -Ei '(rxrpc|inet.?_esp)' /proc/config.gz
CONFIG_INET_ESP=m
CONFIG_INET_ESP_OFFLOAD=m
CONFIG_INET_ESPINTCP=y
CONFIG_INET6_ESP=m
CONFIG_INET6_ESP_OFFLOAD=m
CONFIG_INET6_ESPINTCP=y
CONFIG_AF_RXRPC=m
# CONFIG_AF_RXRPC_IPV6 is not set
# CONFIG_AF_RXRPC_INJECT_LOSS is not set
# CONFIG_AF_RXRPC_DEBUG is not set
They are:
oh
What distro? Check dmesg, it’s probably AppArmor blocking unprivileged_userns.
Void.
Kernel log has only these two messages from when the modules were loaded, none after that:
[12660744.186643] Initializing XFRM netlink socket [12660751.925450] NET: Registered PF_RXRPC protocol familyNo apparmor:
CONFIG_LSM="landlock,yama,loadpin,safesetid,integrity"Isn’t half of the exploit intended to work around apparmor?