Bug 12433

Summary: disable CONFIG_UPROBES
Product: IPFire Reporter: Peter Müller <peter.mueller>
Component: ---Assignee: Peter Müller <peter.mueller>
Status: CLOSED FIXED QA Contact:
Severity: Security    
Priority: - Unknown - CC: peter.mueller
Version: 2   
Hardware: unspecified   
OS: Unspecified   
See Also: https://bugzilla.ipfire.org/show_bug.cgi?id=12430
https://bugzilla.ipfire.org/show_bug.cgi?id=12434
Bug Depends on:    
Bug Blocks: 12361    

Description Peter Müller 2020-06-09 18:49:09 UTC
> Uprobes is the user-space counterpart to kprobes: they enable instrumentation
> applications (such as 'perf probe') to establish unintrusive probes in
> user-space binaries and libraries, by executing handler functions when the
> probes are hit by user-space applications.
>
> ( These probes come in the form of single-byte breakpoints, managed by the
> kernel and kept transparent to the probed application. )

IMHO this can be safely disabled, as there is little if any need to debug userspace programs _that_ deeply on an IPFire machine.
Comment 1 Peter Müller 2020-06-09 18:52:14 UTC
https://patchwork.ipfire.org/patch/3187/