Skip to content

Instantly share code, notes, and snippets.

@sargun
Created August 27, 2021 03:21
Show Gist options
  • Save sargun/e9de8b4b27c8df889ecb67e47732e666 to your computer and use it in GitHub Desktop.
Save sargun/e9de8b4b27c8df889ecb67e47732e666 to your computer and use it in GitHub Desktop.
struct uts_namespace {
struct kref kref;
struct new_utsname name;
struct user_namespace *user_ns;
struct ucounts *ucounts;
struct ns_common ns;
} __randomize_layout;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment