mirror of
https://github.com/systemd/systemd.git
synced 2025-02-04 21:47:31 +03:00
util: ignore quota files by default
This commit is contained in:
parent
47a483a1ab
commit
e472d47628
@ -1681,6 +1681,8 @@ bool ignore_file(const char *filename) {
|
||||
return
|
||||
filename[0] == '.' ||
|
||||
streq(filename, "lost+found") ||
|
||||
streq(filename, "aquota.user") ||
|
||||
streq(filename, "aquota.group") ||
|
||||
endswith(filename, "~") ||
|
||||
endswith(filename, ".rpmnew") ||
|
||||
endswith(filename, ".rpmsave") ||
|
||||
|
Loading…
x
Reference in New Issue
Block a user