Comment 7 for bug 397921

Revision history for this message
jesbecker (jesbecker) wrote :

All,
   I decided to research a way to modify the deb as there has not been much activity on resolving this issue. I extracted the deb and change it's dependencies to look for aufs-source instead of aufs-modules. I then rebuilt it. My work has been attached.
You should be able to use fsprotect by first installing aufs:
sudo apt-get install aufs*

Next, download and install fsprotect_1.0.3_all.deb (attached) then:
sudo dpkg -i fsprotect_1.0.3_all.deb

For what ever reason, the gui package manager thinks my package is corrupt, however, it installs fine through dpkg command line.

Also, apparmor and fsprotect will not work well together. You will need to also remove apparmor (sudo apt-get remove apparmor) before utilizing fsprotect.

Jes