Skip to content

How to disable access to document directories? #339

Answered by roddhjav
beroal asked this question in Q&A
Discussion options

You must be logged in to vote

Yes, the concerned profiles are the one using any of abstractions/user-read, abstractions/user-read-strict, abstractions/user-write, abstractions/user-write-strict. Therefore you can edit these abstractions file to disable their effects.

However, some profiles do not use these abstractions (these abs are quite large as you said). The user access is usually directly coded in the profile. For example, see vlc and yacreader:

owner @{user_music_dirs}/{,**} rw,
owner @{user_pictures_dirs}/{,**} rw,
owner @{user_torrents_dirs}/{,**} rw,
owner @{user_videos_dirs}/{,**} rw,

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@beroal
Comment options

@roddhjav
Comment options

Answer selected by beroal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants