4 Commits

Author SHA1 Message Date
754a26884c
Changed realpath to readlink
/proc/pid/exe already seems to be a link to the absolute path to the
executable. This fixes bugs related to containerised applications.
2025-05-20 09:57:59 +02:00
e4dbc5becc
Fixed wrong pid bug
The issue was that the thread ID wasn't factored in. A presumption was,
that FUSE already returned the PID, not TID. The issue was fixed by
implementing a function that translates the TID to PID.
2025-05-14 20:37:32 +02:00
31f6cc6ab8
Added missing license headers 2025-05-07 16:06:19 +02:00
420f34a7f3
Added folder globbing for permanent permissions 2025-05-05 18:53:05 +02:00