Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
16 lines
569 B
Diff
16 lines
569 B
Diff
diff --git a/src/common/tracker-landlock.c b/src/common/tracker-landlock.c
|
|
index f26791d73..f03e8ddb9 100644
|
|
--- a/src/common/tracker-landlock.c
|
|
+++ b/src/common/tracker-landlock.c
|
|
@@ -185,6 +185,10 @@ gboolean
|
|
tracker_landlock_init (const gchar * const *indexed_folders)
|
|
{
|
|
TrackerLandlockRule stock_rules[] = {
|
|
+ { "/nix/store",
|
|
+ (LANDLOCK_ACCESS_FS_EXECUTE |
|
|
+ LANDLOCK_ACCESS_FS_READ_FILE |
|
|
+ LANDLOCK_ACCESS_FS_READ_DIR) },
|
|
/* Allow access to the executable itself */
|
|
{ LIBEXECDIR "/localsearch-extractor-3",
|
|
LANDLOCK_ACCESS_FS_READ_FILE |
|