I'm using Ubuntu 20.04 with VLC player 3.0.11.
The player works well on files and directories within /home
(for both /home/myname
and /home/test
), but cannot open files or directories located in other directories.
Some information about my environment:
Main output of mount
:
/dev/sda1 on / type ext4 (rw,relatime,errors=remount-ro)
/dev/sda3 on /work type ext4 (rw,relatime)
/dev/sda2 on /home type ext4 (rw,relatime)
I try to add the following two lines in /etc/apparmor.d/usr.bin.evince
and reload apparmor
, but it doesn't work:
/work/ r,
/work/** rw,
Thank you very much for your help.