Would be nice to use dvd in the kodi-snap in the cosmic's software-center, but it somehow seems to be blocked by apparmor:
audit[10035]: AVC apparmor="DENIED" operation="open" profile="snap.kodi.kodi" name="/var/lib/snapd/hostfs/media/jarosch/SOME_NICE_FILM/" pid=10035 comm="kodi.bin" requested_mask="r" denied_mask="r" fsuid=1000 ouid=1000
audit: type=1400 audit(1551807964.170:48): apparmor="DENIED" operation="open" profile="snap.kodi.kodi" name="/var/lib/snapd/hostfs/media/jarosch/SOME_NICE_FILM/" pid=10035 comm="kodi.bin" requested_mask="r" denied_mask="r" fsuid=1000 ouid=1000
Any ideas?
/etc/apparmor.d/
- If you want to fight with it, you can try to tune the policies defined in a file named like 'snap.kodi.kodi' - My prefered option : remove the snap package of kodi and install it from repository withapt
. – cmak.fr Mar 05 '19 at 18:26