linglong/misc/lib
reddevillg 2b1dc8879c fix: Isolate app-specific patches in dedicated directories
Previously, app-specific patches were identified by matching the patch
filename (without the extension) against the application ID. This
approach was flawed as it caused patch conflicts between different
applications. For example, a patch named `com.app.A.json`, intended
only for `com.app.A`, would be incorrectly applied as a global patch
to `com.app.B`.

This commit introduces a directory-based mechanism to correctly isolate
application-specific patches. All patches for a specific app must now
reside within a subdirectory named after the app ID.

Signed-off-by: reddevillg <reddevillg@gmail.com>
2025-07-02 10:51:03 +08:00
..
linglong fix: Isolate app-specific patches in dedicated directories 2025-07-02 10:51:03 +08:00
systemd refactor: some scripts that export env 'XDG_DATA_DIRS' 2025-07-02 10:51:03 +08:00
sysusers.d refact: all API types use quicktype 2024-04-01 17:05:32 +08:00
tmpfiles.d feat: add hooks features 2025-06-06 17:33:22 +08:00