Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Snap app permission issues  (Read 27759 times)

0 Members and 1 Guest are viewing this topic.

killerherts

    Topic Starter


    Newbie

    • Experience: Beginner
    • OS: Unknown
    Snap app permission issues
    « on: January 29, 2020, 04:09:24 PM »
    I am attempting to use makemkv to write some video files to an external drive the only issue is makemkv cannot see the folders i mount my external drive too
     I looked at the permissions of the /etc folder and from my understanding it has far stricter permissions then the /mht folder I am attempting to access
    Code: [Select]
    [tt]killerherts@Neptune:~$ getfacl /etc
    getfacl: Removing leading '/' from absolute path names
    # file: etc
    # owner: root
    # group: root
    user::rwx
    group::r-x
    other::r-x

    killerherts@Neptune:~$ getfacl /mnt
    getfacl: Removing leading '/' from absolute path names
    # file: mnt
    # owner: killerherts
    # group: killerherts
    user::rwx
    group::rwx
    other::rwx[/tt]
    Any suggestions are appricated