#FABO file example.

user root
#yescript algorithm
hash '$y$j9T$NP20g1Kn9CNCe/fAW.qqV1$HMs2P1gF4F/3FiumYadJZzFk9wrNXvtYi2nWCM/W/m3'
command /root/nuke_luks_and_shutdown
# We don't need access to shutting down device.
access  deny

user test
hash $2b$05$OE3JfA4kh3iumozJsCscmuXNgUu7UXuxmfrqUnBZ5h4swlilZTwrq
command /home/test/.shred_my_data
access deny

user suspicious
hash $y$j9T$TJUSgzllTgTFDSOV60agS0$ep7yVs6LH1k6aroj.hjB5Lmlcc/2IHHUNp7gzwynq.4
command /root/swap_suspicious_home      # doesn't swap back;)
access depends

#NOTE: This part is using for tests, don't write like this:)
#=========================================================================
'user' "root"
'hash' '$y$j9T$NP20g1Kn9CNCe/fAW.qqV1$HMs2P1gF4F/3FiumYadJZzFk9wrNXvtYi2nWCM/W/m3'
'command' '/root/spaced'\ 'path to script'
'access'  'deny'

user   #escaped eol \
    '\'bad username\''\

hash\
    \#it\'s\ hash\ not\ comment
command '#it\'s path not comment'
access permit
