-
Notifications
You must be signed in to change notification settings - Fork 741
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add testing and support for current versions of Fedora and FreeBSD (#709
) * add testing and support for current versions of Fedora and FreeBSD Signed-off-by: Martin Schurz <[email protected]> * add waivers for FreeBSD Signed-off-by: Martin Schurz <[email protected]> * use original fedora images Signed-off-by: Martin Schurz <[email protected]> * also harden /home mount Signed-off-by: Martin Schurz <[email protected]> * also harden /tmp mount Signed-off-by: Martin Schurz <[email protected]> * test mock efi directory Signed-off-by: Martin Schurz <[email protected]> * remove mock Signed-off-by: Martin Schurz <[email protected]> * umount efi Signed-off-by: Martin Schurz <[email protected]> * add /tmp to special mountpoints Signed-off-by: Martin Schurz <[email protected]> * set options for /tmp mount Signed-off-by: Martin Schurz <[email protected]> * create /tmp mount Signed-off-by: Martin Schurz <[email protected]> * create /tmp mount and mount it ... Signed-off-by: Martin Schurz <[email protected]> * make fewer changes to default test run Signed-off-by: Martin Schurz <[email protected]> * use correct Ansible var Signed-off-by: Martin Schurz <[email protected]> --------- Signed-off-by: Martin Schurz <[email protected]>
- Loading branch information
Showing
12 changed files
with
43 additions
and
20 deletions.
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
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
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
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
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
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
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
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
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
sshd-45: | ||
run: false | ||
justification: "PrintLastLog is broken on FreeBSD. see: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209441" |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
sshd-45: | ||
run: false | ||
justification: "PrintLastLog is broken on FreeBSD. see: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209441" |
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
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 |
---|---|---|
|
@@ -27,6 +27,8 @@ galaxy_info: | |
- name: FreeBSD | ||
versions: | ||
- "12.2" | ||
- "13.2" | ||
- "14.0" | ||
- name: OpenBSD | ||
versions: | ||
- "7.0" | ||
|