-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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; | ||
} | ||
|