$ vnconfig -c vn0 base2647.img && mount -t hammer2 /dev/vn0@testvol /mnt/h2 && chmod a+rx /mnt/h2
$ cc -O2 -o inodeget_user inodeget_user.c
$ id nobody
uid=65534(nobody) gid=65534(nobody) groups=65534(nobody)
$ su -m nobody -c "/tmp/inodeget_user /mnt/h2"
uid=65534 euid=65534 fd=3
INODE_GET: SUCCESS (ungated!) data_count=0 inode_count=0 inum=1
PFS_GET: errno=1 (Operation not permitted) -- gate works
SU_RC=0
