mirror of
https://github.com/flatpak/flatpak.git
synced 2026-03-14 13:15:35 -04:00
0e8faa8c3141208b243afc914bfcf0f9fa1fe577
In testing readonly exports, I noticed that gedit is does not believe the mode it gets from stat()ing a file a million times. Instead it calls access() to determine whether to treat it as readonly. Since the document portal fuse file system did not implement access(), gedit treated my file as writable and then failed when I clicked "Save". With this patch, gedit treats the file as read-only from the get-go.
Flatpak
Flatpak is a system for building, distributing and running sandboxed desktop applications on Linux.
See http://flatpak.org/ for more information.
Read documentation for the flatpak commandline tools and for the libflatpak library API.
Description
Languages
C
91.1%
Shell
5.1%
Python
1.8%
Meson
1.1%
Yacc
0.8%