Skip to content

Commit

Permalink
add unwind support for root.key
Browse files Browse the repository at this point in the history
  • Loading branch information
semarie committed Jan 29, 2019
1 parent 8f0b4c1 commit 2a3d587
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion sysclean.pl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# $OpenBSD$
#
# Copyright (c) 2016-2017 Sebastien Marie <[email protected]>
# Copyright (c) 2016-2019 Sebastien Marie <[email protected]>
#
# Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
Expand Down Expand Up @@ -260,6 +260,9 @@ sub add_expected_rcctl
} elsif ('unbound' eq $_) {
$self->{expected}{'/var/unbound/db/root.key'} = 1;

} elsif ('unwind' eq $_) {
$self->{expected}{'/etc/unwind/trustanchor/root.key'} = 1;

} elsif ('xenodm' eq $_) {
$self->{ignored}{'/etc/X11/xenodm/authdir'} = 1;
}
Expand Down

0 comments on commit 2a3d587

Please sign in to comment.