Darrick J. Wong e610e856b9 xfs: fix scrub stats file permissions
When the kernel is in lockdown mode, debugfs will only show files that
are world-readable and cannot be written, mmaped, or used with ioctl.
That more or less describes the scrub stats file, except that the
permissions are wrong -- they should be 0444, not 0644.  You can't write
the stats file, so the 0200 makes no sense.

Meanwhile, the clear_stats file is only writable, but it got mode 0400
instead of 0200, which would make more sense.

Fix both files so that they make sense.

Fixes: d7a74cad8f451 ("xfs: track usage statistics of online fsck")
Signed-off-by: "Darrick J. Wong" <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Chandan Babu R <chandanbabu@kernel.org>
2024-02-26 17:58:37 +05:30
..
2023-12-15 10:03:32 -08:00
2023-12-29 13:37:05 +05:30
2023-05-26 13:52:19 -07:00
2024-02-22 12:43:38 -08:00
2024-02-22 12:33:05 -08:00
2024-02-22 12:33:05 -08:00
2024-02-22 12:40:51 -08:00
2023-12-15 10:03:36 -08:00
2024-02-22 12:40:49 -08:00
2024-02-22 12:43:38 -08:00
2024-02-22 12:43:38 -08:00
2024-02-22 12:31:00 -08:00
2024-02-22 12:31:00 -08:00
2023-12-15 10:03:40 -08:00
2023-12-15 10:03:45 -08:00
2023-12-15 10:03:45 -08:00
2023-12-15 10:03:45 -08:00
2024-02-22 12:43:38 -08:00
2024-02-22 12:43:38 -08:00
2024-02-26 17:58:37 +05:30
2024-02-21 11:36:56 +05:30
2024-02-21 11:36:56 +05:30