Skip to content

Systemd prctl implementation #308

Closed
arihant2math wants to merge 4 commits into
hexagonal-sun:masterfrom
arihant2math:prctl
Closed

Systemd prctl implementation #308
arihant2math wants to merge 4 commits into
hexagonal-sun:masterfrom
arihant2math:prctl

Conversation

@arihant2math
Copy link
Copy Markdown
Collaborator

Adds stubs and implementation for:

const PR_SET_PDEATHSIG: i32 = 1;
const PR_GET_PDEATHSIG: i32 = 2;
const PR_GET_DUMPABLE: i32 = 3;
const PR_SET_DUMPABLE: i32 = 4;
const PR_SET_MM: i32 = 35;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant