Comment 14 for bug 634554

Revision history for this message
Peter Moody (ubuntu-hda3) wrote :

Hey Colin,

I might be doing something wrong, but this doesn't seem to fix the problem. I've installed libfuse2 and fuse-utils from lucid-proposed per the documentation you provided and I still get hangs when mounting fuse file systems with audit rules applied.

$ dpkg -l | grep fuse
ii fuse-utils 2.8.1-1.1ubuntu2.1 Filesystem in USErspace (utilities)
ii gvfs-fuse 1.6.1-0ubuntu1build1 userspace virtual filesystem - fuse server
ii libfuse2 2.8.1-1.1ubuntu2.1 Filesystem in USErspace library

$ sudo auditctl -l
No rules

$ sshfs pmoody@localhost:/usr/local mnt

$ ls mnt/
[stuff]

$ sudo umount mnt

$ sudo auditctl -w /etc/shadow -p wa

$ sudo auditctl -l
LIST_RULES: exit,always watch=/etc/shadow perm=wa

$ sshfs pmoody@localhost:/usr/local mnt
[hang]

Cheers,
peter