From 7637ccd7a8d2fc361ee680974a6381ad7884a70c Mon Sep 17 00:00:00 2001 From: Leonardo Grasso Date: Tue, 25 Aug 2020 11:28:11 +0200 Subject: [PATCH] update(scripts): update Falco description Signed-off-by: Leonardo Grasso --- scripts/debian/falco | 2 +- scripts/rpm/falco | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/debian/falco b/scripts/debian/falco index 2312603b..58a7a8a5 100755 --- a/scripts/debian/falco +++ b/scripts/debian/falco @@ -21,7 +21,7 @@ # Required-Stop: $remote_fs $syslog # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 -# Short-Description: Falco syscall activity monitoring agent +# Short-Description: Falco Cloud Native runtime security # Description: Falco is a system activity monitoring agent # driven by system calls with support for containers. ### END INIT INFO diff --git a/scripts/rpm/falco b/scripts/rpm/falco index 5453ece7..f2b018ac 100755 --- a/scripts/rpm/falco +++ b/scripts/rpm/falco @@ -1,7 +1,7 @@ #!/bin/sh # -# Copyright (C) 2019 The Falco Authors. +# Copyright (C) 2020 The Falco Authors. # # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -18,10 +18,10 @@ # # -# falco syscall monitoring agent +# Falco Cloud Native runtime security # # chkconfig: 2345 55 45 -# description: Falco syscall monitoring agent +# description: Falco Cloud Native runtime security # ### BEGIN INIT INFO