def enter_cgroup(socket_path): with socket(AF_UNIX, SOCK_STREAM) as sock: sock.connect(socket_path) sock.recv(1)