2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-31 06:16:03 +00:00

skip vim swp files in the profile dir. bnc#205105

This commit is contained in:
John Johansen
2008-04-10 08:40:52 +00:00
parent e59f8bfd29
commit 9961c4b895

View File

@@ -4016,6 +4016,7 @@ sub isSkippableFile($) {
return ($path =~ /(^|\/)\.[^\/]*$/
|| $path =~ /\.rpm(save|new)$/
|| $path =~ /\.dpkg-(old|new)$/
|| $path =~ /\.swp$/
|| $path =~ /\~$/);
}