oh boy i sure love making security holes in my os
This commit is contained in:
parent
886dded725
commit
d9be681415
3 changed files with 18 additions and 10 deletions
|
|
@ -221,6 +221,13 @@
|
|||
}
|
||||
];
|
||||
};
|
||||
wrappers.gdb-ptrace = {
|
||||
owner = "root";
|
||||
group = "wheel";
|
||||
permissions = "u+rx,g+rx,o-rwx";
|
||||
capabilities = "cap_sys_ptrace+ep";
|
||||
source = "${pkgs.gdb}/bin/gdb";
|
||||
};
|
||||
};
|
||||
programs = {
|
||||
# ccache = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue