aboutsummaryrefslogtreecommitdiff
path: root/selinux
diff options
context:
space:
mode:
Diffstat (limited to 'selinux')
-rw-r--r--selinux/Kbuild.src2
-rw-r--r--selinux/chcon.c2
-rw-r--r--selinux/getenforce.c2
-rw-r--r--selinux/getsebool.c2
-rw-r--r--selinux/load_policy.c2
-rw-r--r--selinux/matchpathcon.c2
-rw-r--r--selinux/runcon.c2
-rw-r--r--selinux/selinuxenabled.c2
-rw-r--r--selinux/sestatus.c2
-rw-r--r--selinux/setenforce.c2
-rw-r--r--selinux/setsebool.c2
11 files changed, 11 insertions, 11 deletions
diff --git a/selinux/Kbuild.src b/selinux/Kbuild.src
index 6567e3c07..cdd5f2adf 100644
--- a/selinux/Kbuild.src
+++ b/selinux/Kbuild.src
@@ -3,7 +3,7 @@
3# Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org> 3# Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org>
4# Copyright (C) 2007 by KaiGai Kohei <kaigai@kaigai.gr.jp> 4# Copyright (C) 2007 by KaiGai Kohei <kaigai@kaigai.gr.jp>
5# 5#
6# Licensed under the GPL v2, see the file LICENSE in this tarball. 6# Licensed under GPLv2, see file LICENSE in this source tree.
7 7
8lib-y:= 8lib-y:=
9 9
diff --git a/selinux/chcon.c b/selinux/chcon.c
index c6be37f44..e00cdda1b 100644
--- a/selinux/chcon.c
+++ b/selinux/chcon.c
@@ -5,7 +5,7 @@
5 * 5 *
6 * Copyright (C) 2006 - 2007 KaiGai Kohei <kaigai@kaigai.gr.jp> 6 * Copyright (C) 2006 - 2007 KaiGai Kohei <kaigai@kaigai.gr.jp>
7 * 7 *
8 * Licensed under GPLv2, see file LICENSE in this tarball for details. 8 * Licensed under GPLv2, see file LICENSE in this source tree.
9 */ 9 */
10#include <getopt.h> 10#include <getopt.h>
11#include <selinux/context.h> 11#include <selinux/context.h>
diff --git a/selinux/getenforce.c b/selinux/getenforce.c
index 3d3eef14c..d9d9d0f65 100644
--- a/selinux/getenforce.c
+++ b/selinux/getenforce.c
@@ -4,7 +4,7 @@
4 * Based on libselinux 1.33.1 4 * Based on libselinux 1.33.1
5 * Port to BusyBox Hiroshi Shinji <shiroshi@my.email.ne.jp> 5 * Port to BusyBox Hiroshi Shinji <shiroshi@my.email.ne.jp>
6 * 6 *
7 * Licensed under GPLv2, see file LICENSE in this tarball for details. 7 * Licensed under GPLv2, see file LICENSE in this source tree.
8 */ 8 */
9 9
10#include "libbb.h" 10#include "libbb.h"
diff --git a/selinux/getsebool.c b/selinux/getsebool.c
index 7478b79e1..924356cae 100644
--- a/selinux/getsebool.c
+++ b/selinux/getsebool.c
@@ -4,7 +4,7 @@
4 * Based on libselinux 1.33.1 4 * Based on libselinux 1.33.1
5 * Port to BusyBox Hiroshi Shinji <shiroshi@my.email.ne.jp> 5 * Port to BusyBox Hiroshi Shinji <shiroshi@my.email.ne.jp>
6 * 6 *
7 * Licensed under GPLv2, see file LICENSE in this tarball for details. 7 * Licensed under GPLv2, see file LICENSE in this source tree.
8 */ 8 */
9 9
10#include "libbb.h" 10#include "libbb.h"
diff --git a/selinux/load_policy.c b/selinux/load_policy.c
index ea7c9132a..8fc92dbf3 100644
--- a/selinux/load_policy.c
+++ b/selinux/load_policy.c
@@ -2,7 +2,7 @@
2 * load_policy 2 * load_policy
3 * Author: Yuichi Nakamura <ynakam@hitachisoft.jp> 3 * Author: Yuichi Nakamura <ynakam@hitachisoft.jp>
4 * 4 *
5 * Licensed under GPLv2, see file LICENSE in this tarball for details. 5 * Licensed under GPLv2, see file LICENSE in this source tree.
6 */ 6 */
7#include "libbb.h" 7#include "libbb.h"
8 8
diff --git a/selinux/matchpathcon.c b/selinux/matchpathcon.c
index 1532429b6..ec49077c8 100644
--- a/selinux/matchpathcon.c
+++ b/selinux/matchpathcon.c
@@ -3,7 +3,7 @@
3 * based on libselinux-1.32 3 * based on libselinux-1.32
4 * Port to busybox: KaiGai Kohei <kaigai@kaigai.gr.jp> 4 * Port to busybox: KaiGai Kohei <kaigai@kaigai.gr.jp>
5 * 5 *
6 * Licensed under GPLv2, see file LICENSE in this tarball for details. 6 * Licensed under GPLv2, see file LICENSE in this source tree.
7 */ 7 */
8#include "libbb.h" 8#include "libbb.h"
9 9
diff --git a/selinux/runcon.c b/selinux/runcon.c
index f8ca9a6aa..b70a5e396 100644
--- a/selinux/runcon.c
+++ b/selinux/runcon.c
@@ -26,7 +26,7 @@
26 * Port to busybox: KaiGai Kohei <kaigai@kaigai.gr.jp> 26 * Port to busybox: KaiGai Kohei <kaigai@kaigai.gr.jp>
27 * - based on coreutils-5.97 (in Fedora Core 6) 27 * - based on coreutils-5.97 (in Fedora Core 6)
28 * 28 *
29 * Licensed under GPLv2, see file LICENSE in this tarball for details. 29 * Licensed under GPLv2, see file LICENSE in this source tree.
30 */ 30 */
31#include <getopt.h> 31#include <getopt.h>
32#include <selinux/context.h> 32#include <selinux/context.h>
diff --git a/selinux/selinuxenabled.c b/selinux/selinuxenabled.c
index 1cf93c3f3..aa4e63f74 100644
--- a/selinux/selinuxenabled.c
+++ b/selinux/selinuxenabled.c
@@ -4,7 +4,7 @@
4 * Based on libselinux 1.33.1 4 * Based on libselinux 1.33.1
5 * Port to BusyBox Hiroshi Shinji <shiroshi@my.email.ne.jp> 5 * Port to BusyBox Hiroshi Shinji <shiroshi@my.email.ne.jp>
6 * 6 *
7 * Licensed under GPLv2, see file LICENSE in this tarball for details. 7 * Licensed under GPLv2, see file LICENSE in this source tree.
8 */ 8 */
9#include "libbb.h" 9#include "libbb.h"
10 10
diff --git a/selinux/sestatus.c b/selinux/sestatus.c
index 1a02a6b0c..7fb2b470b 100644
--- a/selinux/sestatus.c
+++ b/selinux/sestatus.c
@@ -5,7 +5,7 @@
5 * 5 *
6 * Copyright (C) KaiGai Kohei <kaigai@ak.jp.nec.com> 6 * Copyright (C) KaiGai Kohei <kaigai@ak.jp.nec.com>
7 * 7 *
8 * Licensed under GPLv2, see file LICENSE in this tarball for details. 8 * Licensed under GPLv2, see file LICENSE in this source tree.
9 */ 9 */
10 10
11#include "libbb.h" 11#include "libbb.h"
diff --git a/selinux/setenforce.c b/selinux/setenforce.c
index 45f82238c..be5432147 100644
--- a/selinux/setenforce.c
+++ b/selinux/setenforce.c
@@ -4,7 +4,7 @@
4 * Based on libselinux 1.33.1 4 * Based on libselinux 1.33.1
5 * Port to BusyBox Hiroshi Shinji <shiroshi@my.email.ne.jp> 5 * Port to BusyBox Hiroshi Shinji <shiroshi@my.email.ne.jp>
6 * 6 *
7 * Licensed under GPLv2, see file LICENSE in this tarball for details. 7 * Licensed under GPLv2, see file LICENSE in this source tree.
8 */ 8 */
9 9
10#include "libbb.h" 10#include "libbb.h"
diff --git a/selinux/setsebool.c b/selinux/setsebool.c
index b615ce783..a8cc00407 100644
--- a/selinux/setsebool.c
+++ b/selinux/setsebool.c
@@ -5,7 +5,7 @@
5 * omitted in this version 5 * omitted in this version
6 * Yuichi Nakamura <ynakam@hitachisoft.jp> 6 * Yuichi Nakamura <ynakam@hitachisoft.jp>
7 * 7 *
8 * Licensed under GPLv2, see file LICENSE in this tarball for details. 8 * Licensed under GPLv2, see file LICENSE in this source tree.
9 */ 9 */
10 10
11#include "libbb.h" 11#include "libbb.h"