config: add allow_unsafe_ptrace to paludis profile
1 files changed, 1 insertions(+), 0 deletions(-) M src/config.rs
M src/config.rs => src/config.rs +1 -0
@@ 847,6 847,7 @@ pub const PROFILE_PALUDIS: &[&str] = &[ "trace/allow_unsafe_nopie:true", "trace/allow_unsafe_open:true", "trace/allow_unsafe_perf:true", + "trace/allow_unsafe_ptrace:true", "trace/allow_unsafe_prlimit:true", "trace/allow_unsafe_sigreturn:true", "trace/allow_unsafe_socket:true",