Added AUTHORS file.
authorJarkko Sakkinen <jarkko.sakkinen@intel.com>
Tue, 18 Jun 2013 06:37:42 +0000 (09:37 +0300)
committerJarkko Sakkinen <jarkko.sakkinen@intel.com>
Tue, 18 Jun 2013 06:37:42 +0000 (09:37 +0300)
19 files changed:
AUTHORS [new file with mode: 0644]
doc/chsmack.8
doc/smack_accesses_add.3
doc/smack_have_access.3
doc/smackaccess.1
doc/smackcipso.8
doc/smackctl.8
doc/smackload.8
init/smack.rc
libsmack/init.c
libsmack/libsmack.c
libsmack/sys/smack.h
utils/chsmack.c
utils/common.c
utils/common.h
utils/smackaccess.c
utils/smackcipso.c
utils/smackctl.c
utils/smackload.c

diff --git a/AUTHORS b/AUTHORS
new file mode 100644 (file)
index 0000000..8b5d314
--- /dev/null
+++ b/AUTHORS
@@ -0,0 +1,5 @@
+Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
+Casey Schaufler <casey@schaufler-ca.com>
+Brian McGillion <brian.mcgillion@intel.com>
+Rafal Krypa <r.krypa@samsung.com>
+Passion Zhao <passion.zhao@intel.com>
index af70482..213575a 100644 (file)
@@ -16,9 +16,6 @@
 .\" Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
 .\" 02110-1301 USA
 .\"
-.\" Author:
-.\" Brian McGillion <brian.mcgillion@intel.com>
-.\"
 .TH "CHSMACK" "8" "03/05/2012" "smack-utils 1\&.0"
 .SH NAME
 chsmack \- Change the Smack properties of a filesystem object
index 363011d..ec32423 100644 (file)
 .\" Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
 .\" 02110-1301 USA
 .\"
-.\" Author:
-.\" Brian McGillion <brian.mcgillion@intel.com>
-.\" Rafal Krypa <r.krypa@samsung.com>
-.\"
 .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
index fadd374..2f6e535 100644 (file)
 .\" Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
 .\" 02110-1301 USA
 .\"
-.\" Author:
-.\" Brian McGillion <brian.mcgillion@intel.com>
-.\" Rafal Krypa <r.krypa@samsung.com>
-.\"
 .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
index 4429286..d29711a 100644 (file)
@@ -16,9 +16,6 @@
 .\" Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
 .\" 02110-1301 USA
 .\"
-.\" Author:
-.\" Brian McGillion <brian.mcgillion@intel.com>
-.\"
 .TH "SMACKACCESS" "1" "03/05/2012" "smack-utils 1\&.0"
 .SH NAME
 smackaccess \- Determine if a rule is permitted by the current Smack policy
index ca34773..744d0bc 100644 (file)
@@ -16,9 +16,6 @@
 .\" Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
 .\" 02110-1301 USA
 .\"
-.\" Author:
-.\" Brian McGillion <brian.mcgillion@intel.com>
-.\"
 .TH "SMACKCIPSO" "8" "07/05/2012" "smack-utils 1\&.0"
 .SH NAME
 smackcipso \- Load Smack cipso rules into the kernel
index cdd1ac2..91b7760 100644 (file)
@@ -16,9 +16,6 @@
 .\" Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
 .\" 02110-1301 USA
 .\"
-.\" Author:
-.\" Brian McGillion <brian.mcgillion@intel.com>
-.\"
 .TH "SMACKCTL" "8" "03/05/2012" "smack-utils 1\&.0"
 .SH NAME
 smackctl \- Load and unload the system Smack rules files
index 589ea2b..71ea8cb 100644 (file)
@@ -16,9 +16,6 @@
 .\" Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
 .\" 02110-1301 USA
 .\"
-.\" Author:
-.\" Brian McGillion <brian.mcgillion@intel.com>
-.\"
 .TH "SMACKLOAD" "8" "03/05/2012" "smack-utils 1\&.0"
 .SH NAME
 smackload \- Load and unload Smack rules from the kernel
index 667053f..1ca328c 100644 (file)
@@ -16,9 +16,6 @@
 #      Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
 #      02110-1301 USA
 #
-# Authors:
-#      Brian McGillion <brian.mcgillion@intel.com>
-#
 # Description: Initialize Smack policy
 #
 ### BEGIN INIT INFO
index bec59f2..1711904 100644 (file)
@@ -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 <passion.zhao@intel.com>
  */
 
 #include <unistd.h>
index c90e265..2dcac2d 100644 (file)
  * 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 <jarkko.sakkinen@intel.com>
- * Brian McGillion <brian.mcgillion@intel.com>
- * Passion Zhao <passion.zhao@intel.com>
- * Rafal Krypa <r.krypa@samsung.com>
  */
 
 #include "sys/smack.h"
index 09defbc..5bb5380 100644 (file)
  * 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 <jarkko.sakkinen@intel.com>
- * Rafal Krypa <r.krypa@samsung.com>
  */
 
 /*!
index 10fc0d9..a785cd4 100644 (file)
  *     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 <casey@schaufler-ca.com>
- *      Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
  */
 
 #include <sys/types.h>
index 9fd84e6..0ff1e78 100644 (file)
  * 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 <jarkko.sakkinen@intel.com>
- * Brian McGillion <brian.mcgillion@intel.com>
  */
 
 #include "common.h"
index 0fd69ca..dece553 100644 (file)
  * 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 <brian.mcgillion@intel.com>
- * Jarkko Sakkinen <jarkko.sakkinen@intel.com>
  */
 
 #ifndef COMMON_H
index 4251687..5f51d87 100644 (file)
@@ -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 <jarkko.sakkinen@intel.com>
  */
 
 #include <sys/smack.h>
index dbe1cd0..6fa323d 100644 (file)
@@ -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 <brian.mcgillion@intel.com>
  */
 
 #include "common.h"
index d489b38..b8b8282 100644 (file)
  * 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 <jarkko.sakkinen@intel.com>
- * Brian McGillion <brian.mcgillion@intel.com>
  */
 
 #include "common.h"
index 5374552..0fe0319 100644 (file)
  * 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 <brian.mcgillion@intel.com>
- * Jarkko Sakkinen <jarkko.sakkinen@intel.com>
  */
 
 #include "common.h"