# vim:syntax=apparmor #include /usr/bin/totem-video-thumbnailer { #include # Allow read on anything in @{HOME}. Lenient, but private-files-strict is in # effect. #include owner @{HOME}/** r, # Not needed by nautilus, but maybe other applications owner /**.[pP][nN][gG] w, owner /**.[jJ][pP]{,[eE]}[gG] w, } /usr/bin/totem-audio-preview { #include #include # Allow read on anything in @{HOME}. Lenient, but private-files-strict is in # effect. #include owner @{HOME}/** r, }