This was a LIDS-specific Capability. A process with this Capability
was not visible in /proc (and thus not available to ps, etc.).
But:
> sorry, CAP_HIDDEN will not be working on LIDS 2.2.x..Smile This is because
> LSM do not provide the nesseary hooks that we can use to hide files as
> well as the process(via /proc file system).
>
> I will removed the CAP_HIDDEN in source and lidstools to let is obsoleted.
>
> Thanks,
> huagang
It is no longer possible to hide a process using LIDS functionality.
Other kernel-patches exist (e.g., GR Security) which prevent users from
seeing processes other than their own. To hide particular processes from
all users (including root), use a specially-crafted kernel module — a
root kit!