On 2022-03-25, Mikolaj Kucharski <miko...@kucharski.name> wrote:
> On Thu, Mar 24, 2022 at 09:56:24AM +0000, Mikolaj Kucharski wrote:
>> Hi,
>> 
>> Do you guys have an approach, a software to periodically monitor status of
>> endpoint machines, laptops, desktops where the requirement is to have
>> full disk encryption and firewall enabled, and appropriately configured?
>> 
>> Machines would be OpenBSD and Linux. I guess MacOS too, but that is less
>> relevant I think.
>> 
>
> I think I have more specific question. How you would codify answer that
> a directory, for example "/" is on a softraid crypto device?

bioctl $(df -h / | awk '/^\/dev/ { print substr($1, 6, length($1)-6) }')


Reply via email to