Questions tagged [full-disk-access]
5 questions
7
votes
1 answer
macOS Granting full-disk access to sandboxed app not working
I'm experimenting with full-disk access and can't make it working. Here is list of steps I did:
Sandbox is turned ON. In fact the entitlements file looks…

Martin Pilch
- 3,245
- 3
- 38
- 61
4
votes
0 answers
How can we access and add applications under Full Disk access pane programmatically
With new security and permission related checks included in Mojave and Catalina. In my swift application I am trying to create a copy of file using below function
“open func copyItem(at srcURL: URL, to dstURL: URL) throws”
As I call this function ,…

MacDeveloper
- 1,334
- 3
- 16
- 49
3
votes
0 answers
How can I grant a java app packaged with jpackage full disk access on a mac?
I've created a java app that's packaged with jpackage. Compiled and packaged with AdoptOpenJDK 14.
After installing on a mac, it needs full disk access to copy files to the /Application directory.
Unfortunately, I simply cannot figure out how to do…

Mark Woon
- 2,046
- 1
- 20
- 26
1
vote
1 answer
Detect whether my app has Full Disk Access
Before prompting the user to grant FDA to my app, I have to know whether I already have it.
What's a reliable way to check this?
Note: I used to check for access to ~/Library/Safari/Bookmarks.plist, but on a fresh 10.14 system, this file may not…

Thomas Tempelmann
- 11,045
- 8
- 74
- 149
-2
votes
2 answers
Automatically granting full disk access for osquery in mac
I am customizing the plist file to start osquery through my code. I have taken the osqueryd file and renamed it to testosqueryd now through my plist, io.testosquery.agent.plist. I am just loading testosqueryd. It is osquery is loading but. But now I…

User0987
- 91
- 1
- 6