brain-child / moobo

Visualize your ideas on moodboards
GNU General Public License v3.0
22 stars 4 forks source link

Remove home folder permission scope? #5

Closed danirabbit closed 3 years ago

danirabbit commented 3 years ago

While reviewing your app I noticed that you've set permissions for moobo to all of home. Can you explain why your app needs these broad filesystem permissions?

pthrrr commented 3 years ago

Hey Danielle. The user should be able to load images into the app via a filechooser. To access user data I need the permission.

danirabbit commented 3 years ago

Hey @pierrefabarius you don't need filesystem permission when using FileChooserNative since it used a portal to grant access to files

pthrrr commented 3 years ago

Awesome! I made changes to the code :+1: