Skip to main content
Question

Checkpoint Encryption Extended Atribute

  • May 5, 2010
  • 1 reply
  • 3 views

I have enabled this extended attribute and it does not appear to be working. Has anyone else been able to get this one to work?

Paul Austin

End User Computing

Wells Fargo Corporation

1 reply

golbiga
Forum|alt.badge.img+21
  • Employee
  • May 5, 2010

Here you go:

#!/bin/sh

#Check to see if CheckPoint is installed
if [ -f /usr/local/ppc-/bin/FDEEncStatus ]; then result=/usr/local/ppc-/bin/FDEEncStatus | awk '{print $6}' if [ "$result" == "" ]; then echo "<result>Decrypted</result>" else echo "<result>$result</result>" fi
else echo "<result>Not installed</result>"
fi

Thanks
Allen Golbig
SKI Research Computing
Memorial Sloan-Kettering Cancer Center