I have a dual boot setup with Ubuntu 15.10. I have my music stored on a separate internal (NTFS) HDD along with other files. Is there anyway to let Guest accounts access the music folder and ONLY the music folder on the second drive?
fstab gives access to the entire drive, so that is too much. It's not over a network so Samba isn't the answer either. I saw a post about gaining access using an Admin password but I'm never prompted for that and this is on a separate disk so it might be different. 2nd HDD automounts fine, I just can't get into it as a Guest user. Path to 2nd HDD is /mnt/(drive name). Owner listed as root.
Got it.
/etc/apparmor.d/abstractions/lightdm
was indeed the answer. It needed two lines of code:Save the file and reparse:
To edit lightdm, I suppose
would've worked but I made a text editor to operate as root: How to run programs as root user without using Terminal
Thanks for pointing me in the right direction.