summaryrefslogtreecommitdiffstats
path: root/kernel/security/Makefile
blob: c9bfbc84ff50d96e68adac140d5fb1269d50f4e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#
# Makefile for the kernel security code
#

obj-$(CONFIG_KEYS)			+= keys/
subdir-$(CONFIG_SECURITY_SELINUX)	+= selinux
subdir-$(CONFIG_SECURITY_SMACK)		+= smack
subdir-$(CONFIG_SECURITY_TOMOYO)        += tomoyo
subdir-$(CONFIG_SECURITY_APPARMOR)	+= apparmor
subdir-$(CONFIG_SECURITY_YAMA)		+= yama

# always enable default capabilities
obj-y					+= commoncap.o
obj-$(CONFIG_MMU)			+= min_addr.o

# Object file lists
obj-$(CONFIG_SECURITY)			+= security.o
obj-$(CONFIG_SECURITYFS)		+= inode.o
obj-$(CONFIG_SECURITY_SELINUX)		+= selinux/
obj-$(CONFIG_SECURITY_SMACK)		+= smack/
obj-$(CONFIG_AUDIT)			+= lsm_audit.o
obj-$(CONFIG_SECURITY_TOMOYO)		+= tomoyo/
obj-$(CONFIG_SECURITY_APPARMOR)		+= apparmor/
obj-$(CONFIG_SECURITY_YAMA)		+= yama/
obj-$(CONFIG_CGROUP_DEVICE)		+= device_cgroup.o

# Object integrity file lists
subdir-$(CONFIG_INTEGRITY)		+= integrity
obj-$(CONFIG_INTEGRITY)			+= integrity/
e received a copy of the license along with this. If not, see <http://creativecommons.org/licenses/by/4.0/>. Unless required by applicable law or agreed to in writing, documentation distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Other applicable upstream project Licenses ================================================================== You may not use the content of this software bundle except in compliance with the Licenses as listed below: +----------------+-----------------------------------------------------+ | **Component** | **Licence** | +----------------+-----------------------------------------------------+ | OpenStack | Apache License 2.0 | | | https://www.apache.org/licenses/LICENSE-2.0 | +----------------+-----------------------------------------------------+ | OpenDaylight | Eclipse Public License 1.0 | | | https://www.eclipse.org/legal/epl-v10.html | +----------------+-----------------------------------------------------+ | PostgreSQL | PostgreSQL Licence: | | | http://opensource.org/licenses/postgresql | +----------------+-----------------------------------------------------+ | MongoDB | GNU AGPL v3.0. | | | http://www.fsf.org/licensing/licenses/agpl-3.0.html | +----------------+-----------------------------------------------------+ | CoroSync | BSD 2-Clause | | | http://opensource.org/licenses/bsd-license.php | +----------------+-----------------------------------------------------+ | Pacemaker | GPL v2 | | | https://www.gnu.org/licenses/gpl-2.0.html | +----------------+-----------------------------------------------------+ | RabbitMQ | Mozilla Public License | | | https://www.rabbitmq.com/mpl.html | +----------------+-----------------------------------------------------+ | Linux | GPLv3 | | | https://www.gnu.org/copyleft/gpl.html | +----------------+-----------------------------------------------------+ | Ceph | GPL v2 | | | https://www.gnu.org/licenses/gpl-2.0.html | +----------------+-----------------------------------------------------+ | Puppet | Apache License 2.0 | | | https://www.apache.org/licenses/LICENSE-2.0 | +----------------+-----------------------------------------------------+ | Docker | Apache License 2.0 | | | https://www.apache.org/licenses/LICENSE-2.0 | +----------------+-----------------------------------------------------+ | Fuel | Apache License 2.0 | | | https://www.apache.org/licenses/LICENSE-2.0 | +----------------+-----------------------------------------------------+ | OpenJDK/JRE | GPL v2 | | | https://www.gnu.org/licenses/gpl-2.0.html | +----------------+-----------------------------------------------------+ | Cobbler | GPL v2 | | | https://www.gnu.org/licenses/gpl-2.0.html | +----------------+-----------------------------------------------------+ | Nailgun | Apache License 2.0 | | | https://www.apache.org/licenses/LICENSE-2.0 | +----------------+-----------------------------------------------------+ | Astute | Apache License 2.0 | | | https://www.apache.org/licenses/LICENSE-2.0 | +----------------+-----------------------------------------------------+