SkillAgentSearch skills...

Procdown

Harden access to the /proc filesystem in Linux

Install / Use

/learn @hannob/Procdown
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

procdown

Harden access to the /proc filesystem in Linux.

This script restricts read access to some files in the Linux /proc filesystem that may enable attacks or leak private information.

recommendations

/proc should be mounted with the hidepid=2 or hidepid=invisible option to prevent user processes from being visible to other users.

The kernel option CONFIG_SECURITY_DMESG_RESTRICT prevents kernel messages from being visible to unprivileged users.

author

This script was written by Hanno Böck.

View on GitHub
GitHub Stars4
CategoryDevelopment
Updated1y ago
Forks0

Languages

Shell

Security Score

70/100

Audited on Mar 30, 2025

No findings