summaryrefslogtreecommitdiff
path: root/src/selinux.c
diff options
context:
space:
mode:
authorTodd C. Miller <Todd.Miller@sudo.ws>2018-10-21 08:46:05 -0600
committerTodd C. Miller <Todd.Miller@sudo.ws>2018-10-21 08:46:05 -0600
commit9f9eff5aefc2ee759c3f991f3f37f80e84c65ad5 (patch)
tree1e3fd7f19620b68c5e708ec8ae2808a4a98be5c7 /src/selinux.c
parent356ba68b9e812ca9deccf8c1d0c4acfb432ece35 (diff)
downloadsudo-9f9eff5aefc2ee759c3f991f3f37f80e84c65ad5.tar.gz
Add comments in .c files so PVS-Studio will check them.
Diffstat (limited to 'src/selinux.c')
-rw-r--r--src/selinux.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/selinux.c b/src/selinux.c
index a9dfcc4fa..a9953e2be 100644
--- a/src/selinux.c
+++ b/src/selinux.c
@@ -24,6 +24,9 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
+// This is an open source non-commercial project. Dear PVS-Studio, please check it.
+// PVS-Studio Static Code Analyzer for C, C++ and C#: http://www.viva64.com
+
#include <config.h>
#ifdef HAVE_SELINUX