-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: package the new plugin check_selinux
Signed-off-by: Davide Madrisan <[email protected]>
- Loading branch information
Showing
4 changed files
with
27 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
## Process this file with automake to produce Makefile.in | ||
|
||
## Copyright (c) 2016 Davide Madrisan <[email protected]> | ||
## Copyright (c) 2016-2024 Davide Madrisan <[email protected]> | ||
## | ||
## This program is free software: you can redistribute it and/or modify | ||
## it under the terms of the GNU General Public License as published by | ||
|
@@ -37,6 +37,7 @@ EXTRA_DIST = changelog compat control copyright rules \ | |
nagios-plugins-linux-paging.install \ | ||
nagios-plugins-linux-pressure.install \ | ||
nagios-plugins-linux-readonlyfs.install \ | ||
nagios-plugins-linux-selinux.install \ | ||
nagios-plugins-linux-swap.install \ | ||
nagios-plugins-linux-tcpcount.install \ | ||
nagios-plugins-linux-temperature.install \ | ||
|
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ Upstream Authors: Davide Madrisan | |
|
||
Copyright: | ||
|
||
Copyright (C) 2014-2021 Davide Madrisan <[email protected]> | ||
Copyright (C) 2014-2024 Davide Madrisan <[email protected]> | ||
|
||
This program is free software: you can redistribute it and/or modify | ||
it under the terms of the GNU General Public License as published by | ||
|
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