/usr/lib/python3.6/site-packages/sepolicy/help
NameSizeModeActions
__pycache__/-0755rm
booleans.png727490644editdlrm
booleans.txt4780644editdlrm
booleans_more.png623480644editdlrm
booleans_more.txt1930644editdlrm
booleans_more_show.png349480644editdlrm
booleans_more_show.txt620644editdlrm
booleans_toggled.png619580644editdlrm
booleans_toggled.txt3100644editdlrm
files_apps.png819780644editdlrm
files_apps.txt5630644editdlrm
files_exec.png678660644editdlrm
files_exec.txt3980644editdlrm
files_write.png777730644editdlrm
files_write.txt5670644editdlrm
file_equiv.png492210644editdlrm
file_equiv.txt11810644editdlrm
lockdown.png505990644editdlrm
lockdown.txt2910644editdlrm
lockdown_permissive.png300250644editdlrm
lockdown_permissive.txt7220644editdlrm
lockdown_ptrace.png293360644editdlrm
lockdown_ptrace.txt12490644editdlrm
lockdown_unconfined.png274730644editdlrm
lockdown_unconfined.txt8670644editdlrm
login.png401020644editdlrm
login.txt7860644editdlrm
login_default.png416800644editdlrm
login_default.txt5070644editdlrm
ports_inbound.png589940644editdlrm
ports_inbound.txt3360644editdlrm
ports_outbound.png529790644editdlrm
ports_outbound.txt3460644editdlrm
start.png141280644editdlrm
start.txt5050644editdlrm
system.png506010644editdlrm
system.txt810644editdlrm
system_boot_mode.png526740644editdlrm
system_boot_mode.txt4580644editdlrm
system_current_mode.png526410644editdlrm
system_current_mode.txt3440644editdlrm
system_export.png532100644editdlrm
system_export.txt4160644editdlrm
system_policy_type.png546310644editdlrm
system_policy_type.txt4100644editdlrm
system_relabel.png528670644editdlrm
system_relabel.txt3990644editdlrm
transition_file.png697790644editdlrm
transition_file.txt10500644editdlrm
transition_from.png632310644editdlrm
transition_from.txt6190644editdlrm
transition_from_boolean.png673290644editdlrm
transition_from_boolean.txt4630644editdlrm
transition_from_boolean_1.png717170644editdlrm
transition_from_boolean_1.txt2350644editdlrm
transition_from_boolean_2.png322190644editdlrm
transition_from_boolean_2.txt1320644editdlrm
transition_to.png589090644editdlrm
transition_to.txt6050644editdlrm
users.png576220644editdlrm
users.txt8140644editdlrm
__init__.py00644editdlrm
Edit: /usr/lib/python3.6/site-packages/sepolicy/help/lockdown_ptrace.txt (1249B)
Disable ptrace capability on your system. The deny_ptrace feature allows an administrator to toggle the ability of processes on the computer system from examining other processes on the system, including user processes. It can even block processes running as root. Most people do not realize that any program they run can examine the memory of any other process run by them. Meaning the computer game you are running on your desktop can watch everything going on in Firefox or a programs like pwsafe or kinit or other program that attempts to hide passwords.. SELinux defines this access as ptrace and sys_ptrace. These accesses allow one process to read the memory of another process. ptrace allows developers and administrators to debug how a process is running using tools like strace, ptrace and gdb. You can even use gdb (GNU Debugger to manipulate another process running memory and environment. The problem is this is allowed by default. My wife does not debug programs, why is she allowed to debug them? As a matter of fact most of the time, I am not debugging applications, so it would be more secure if we could disable it by default. Note: Disabling ptrace can break some bug trappers that attempt to collect crash data.