1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-12 10:40:39 +09:00
ladybird/Userland/Services/FileSystemAccessServer
Timothy 41ce2debda FileSystemAccessServer: Add service for accessing veiled files nicely
Adds new service FileSystemAccessServer which allows programs to
request a file descriptor for any file on the file system.

The user can be prompted to choose the path with a FilePicker, or the
path can be provided by the application which will show a MessageBox
showing the pid and name of the calling process and allows the user to
approve or deny the request.
2021-07-10 15:33:46 +02:00
..
ClientConnection.cpp FileSystemAccessServer: Add service for accessing veiled files nicely 2021-07-10 15:33:46 +02:00
ClientConnection.h FileSystemAccessServer: Add service for accessing veiled files nicely 2021-07-10 15:33:46 +02:00
CMakeLists.txt FileSystemAccessServer: Add service for accessing veiled files nicely 2021-07-10 15:33:46 +02:00
FileSystemAccessClient.ipc FileSystemAccessServer: Add service for accessing veiled files nicely 2021-07-10 15:33:46 +02:00
FileSystemAccessServer.ipc FileSystemAccessServer: Add service for accessing veiled files nicely 2021-07-10 15:33:46 +02:00
main.cpp FileSystemAccessServer: Add service for accessing veiled files nicely 2021-07-10 15:33:46 +02:00