pnd_run: mount squashfs and isofs as readonly
authorGrazvydas Ignotas <notasas@gmail.com>
Thu, 10 Nov 2011 13:26:47 +0000 (15:26 +0200)
committerGrazvydas Ignotas <notasas@gmail.com>
Thu, 10 Nov 2011 13:26:47 +0000 (15:26 +0200)
commitd48054a36e960c40c132abc45f9ee00453915da2
treed389c07b49a800700712aa0137cac880d4e26d05
parentc986b55a5317409b900544fe826cce219ea1e91a
pnd_run: mount squashfs and isofs as readonly

otherwise kernel opens pnds as writable and pndnotifyd gets
unwanted IN_CLOSE_WRITE event on exit, which causes a rescan and
.desktop regeneration (slow thing).
Not to mention those filesystems are readonly anyway.
testdata/scripts/pnd_run.sh