oh boy i sure love making security holes in my os

This commit is contained in:
TheK0tYaRa 2026-03-08 22:03:47 +02:00
parent 886dded725
commit d9be681415
3 changed files with 18 additions and 10 deletions

View file

@ -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 = {