Commit e1642afb authored by Faye Duxovni's avatar Faye Duxovni
Browse files

kernel: common-config.nix: enable FANOTIFY_ACCESS_PERMISSIONS

Required for, eg, ClamAV's OnAccessPrevention feature.
parent b36f7f40
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -354,6 +354,8 @@ let
    # ACLs for all filesystems that support them.
    filesystem = {
      FANOTIFY                    = yes;
      FANOTIFY_ACCESS_PERMISSIONS = yes;

      TMPFS           = yes;
      TMPFS_POSIX_ACL = yes;
      FS_ENCRYPTION   = if (versionAtLeast version "5.1") then yes else whenAtLeast "4.9" (option module);