From 3fee29a4d362b6e4b0d4185ea3c9660b3ca92b71 Mon Sep 17 00:00:00 2001 From: Jarkko Sakkinen Date: Tue, 18 Jun 2013 09:37:42 +0300 Subject: [PATCH] Added AUTHORS file. --- AUTHORS | 5 +++++ doc/chsmack.8 | 3 --- doc/smack_accesses_add.3 | 4 ---- doc/smack_have_access.3 | 4 ---- doc/smackaccess.1 | 3 --- doc/smackcipso.8 | 3 --- doc/smackctl.8 | 3 --- doc/smackload.8 | 3 --- init/smack.rc | 3 --- libsmack/init.c | 3 --- libsmack/libsmack.c | 6 ------ libsmack/sys/smack.h | 4 ---- utils/chsmack.c | 4 ---- utils/common.c | 4 ---- utils/common.h | 4 ---- utils/smackaccess.c | 3 --- utils/smackcipso.c | 3 --- utils/smackctl.c | 4 ---- utils/smackload.c | 4 ---- 19 files changed, 5 insertions(+), 65 deletions(-) create mode 100644 AUTHORS diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000..8b5d314 --- /dev/null +++ b/AUTHORS @@ -0,0 +1,5 @@ +Jarkko Sakkinen +Casey Schaufler +Brian McGillion +Rafal Krypa +Passion Zhao diff --git a/doc/chsmack.8 b/doc/chsmack.8 index af70482..213575a 100644 --- a/doc/chsmack.8 +++ b/doc/chsmack.8 @@ -16,9 +16,6 @@ .\" Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA .\" 02110-1301 USA .\" -.\" Author: -.\" Brian McGillion -.\" .TH "CHSMACK" "8" "03/05/2012" "smack-utils 1\&.0" .SH NAME chsmack \- Change the Smack properties of a filesystem object diff --git a/doc/smack_accesses_add.3 b/doc/smack_accesses_add.3 index 363011d..ec32423 100644 --- a/doc/smack_accesses_add.3 +++ b/doc/smack_accesses_add.3 @@ -17,10 +17,6 @@ .\" Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA .\" 02110-1301 USA .\" -.\" Author: -.\" Brian McGillion -.\" Rafal Krypa -.\" .TH "SMACK_ACCESSES_ADD" "3" "14/06/2012" "Libsmack 1\&.0" .SH NAME smack_accesses_new, smack_accesses_free, smack_accesses_save, smack_accesses_apply, smack_accesses_clear, smack_accesses_add, smack_accesses_add_from_file, smack_revoke_subject \- Manipulate Smack rules diff --git a/doc/smack_have_access.3 b/doc/smack_have_access.3 index fadd374..2f6e535 100644 --- a/doc/smack_have_access.3 +++ b/doc/smack_have_access.3 @@ -17,10 +17,6 @@ .\" Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA .\" 02110-1301 USA .\" -.\" Author: -.\" Brian McGillion -.\" Rafal Krypa -.\" .TH "SMACK_HAVE_ACCESS" "3" "06/20/2012" "Libsmack 1\&.0" .SH NAME smack_have_access, smack_new_label_from_self, smack_new_label_from_socket \- Userspace interaction with Smack diff --git a/doc/smackaccess.1 b/doc/smackaccess.1 index 4429286..d29711a 100644 --- a/doc/smackaccess.1 +++ b/doc/smackaccess.1 @@ -16,9 +16,6 @@ .\" Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA .\" 02110-1301 USA .\" -.\" Author: -.\" Brian McGillion -.\" .TH "SMACKACCESS" "1" "03/05/2012" "smack-utils 1\&.0" .SH NAME smackaccess \- Determine if a rule is permitted by the current Smack policy diff --git a/doc/smackcipso.8 b/doc/smackcipso.8 index ca34773..744d0bc 100644 --- a/doc/smackcipso.8 +++ b/doc/smackcipso.8 @@ -16,9 +16,6 @@ .\" Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA .\" 02110-1301 USA .\" -.\" Author: -.\" Brian McGillion -.\" .TH "SMACKCIPSO" "8" "07/05/2012" "smack-utils 1\&.0" .SH NAME smackcipso \- Load Smack cipso rules into the kernel diff --git a/doc/smackctl.8 b/doc/smackctl.8 index cdd1ac2..91b7760 100644 --- a/doc/smackctl.8 +++ b/doc/smackctl.8 @@ -16,9 +16,6 @@ .\" Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA .\" 02110-1301 USA .\" -.\" Author: -.\" Brian McGillion -.\" .TH "SMACKCTL" "8" "03/05/2012" "smack-utils 1\&.0" .SH NAME smackctl \- Load and unload the system Smack rules files diff --git a/doc/smackload.8 b/doc/smackload.8 index 589ea2b..71ea8cb 100644 --- a/doc/smackload.8 +++ b/doc/smackload.8 @@ -16,9 +16,6 @@ .\" Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA .\" 02110-1301 USA .\" -.\" Author: -.\" Brian McGillion -.\" .TH "SMACKLOAD" "8" "03/05/2012" "smack-utils 1\&.0" .SH NAME smackload \- Load and unload Smack rules from the kernel diff --git a/init/smack.rc b/init/smack.rc index 667053f..1ca328c 100644 --- a/init/smack.rc +++ b/init/smack.rc @@ -16,9 +16,6 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA # 02110-1301 USA # -# Authors: -# Brian McGillion -# # Description: Initialize Smack policy # ### BEGIN INIT INFO diff --git a/libsmack/init.c b/libsmack/init.c index bec59f2..1711904 100644 --- a/libsmack/init.c +++ b/libsmack/init.c @@ -16,9 +16,6 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA * 02110-1301 USA - * - * Authors: - * Passion Zhao */ #include diff --git a/libsmack/libsmack.c b/libsmack/libsmack.c index c90e265..2dcac2d 100644 --- a/libsmack/libsmack.c +++ b/libsmack/libsmack.c @@ -18,12 +18,6 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA * 02110-1301 USA - * - * Authors: - * Jarkko Sakkinen - * Brian McGillion - * Passion Zhao - * Rafal Krypa */ #include "sys/smack.h" diff --git a/libsmack/sys/smack.h b/libsmack/sys/smack.h index 09defbc..5bb5380 100644 --- a/libsmack/sys/smack.h +++ b/libsmack/sys/smack.h @@ -18,10 +18,6 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA * 02110-1301 USA - * - * Authors: - * Jarkko Sakkinen - * Rafal Krypa */ /*! diff --git a/utils/chsmack.c b/utils/chsmack.c index 10fc0d9..a785cd4 100644 --- a/utils/chsmack.c +++ b/utils/chsmack.c @@ -16,10 +16,6 @@ * License along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA * 02110-1301 USA - * - * Author: - * Casey Schaufler - * Jarkko Sakkinen */ #include diff --git a/utils/common.c b/utils/common.c index 9fd84e6..0ff1e78 100644 --- a/utils/common.c +++ b/utils/common.c @@ -16,10 +16,6 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA * 02110-1301 USA - * - * Authors: - * Jarkko Sakkinen - * Brian McGillion */ #include "common.h" diff --git a/utils/common.h b/utils/common.h index 0fd69ca..dece553 100644 --- a/utils/common.h +++ b/utils/common.h @@ -16,10 +16,6 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA * 02110-1301 USA - * - * Authors: - * Brian McGillion - * Jarkko Sakkinen */ #ifndef COMMON_H diff --git a/utils/smackaccess.c b/utils/smackaccess.c index 4251687..5f51d87 100644 --- a/utils/smackaccess.c +++ b/utils/smackaccess.c @@ -17,9 +17,6 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA * 02110-1301 USA - * - * Authors: - * Jarkko Sakkinen */ #include diff --git a/utils/smackcipso.c b/utils/smackcipso.c index dbe1cd0..6fa323d 100644 --- a/utils/smackcipso.c +++ b/utils/smackcipso.c @@ -16,9 +16,6 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA * 02110-1301 USA - * - * Authors: - * Brian McGillion */ #include "common.h" diff --git a/utils/smackctl.c b/utils/smackctl.c index d489b38..b8b8282 100644 --- a/utils/smackctl.c +++ b/utils/smackctl.c @@ -16,10 +16,6 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA * 02110-1301 USA - * - * Authors: - * Jarkko Sakkinen - * Brian McGillion */ #include "common.h" diff --git a/utils/smackload.c b/utils/smackload.c index 5374552..0fe0319 100644 --- a/utils/smackload.c +++ b/utils/smackload.c @@ -16,10 +16,6 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA * 02110-1301 USA - * - * Authors: - * Brian McGillion - * Jarkko Sakkinen */ #include "common.h" -- 2.7.4