https://github.com/torvalds/linux
Raw File
Tip revision: b3a9e3b9622ae10064826dccb4f7a52bd88c7407 authored by Linus Torvalds on 14 June 2020, 19:45:04 UTC
Linux 5.8-rc1
Tip revision: b3a9e3b
Makefile
# SPDX-License-Identifier: GPL-2.0
#
# Makefile for the safesetid LSM.
#

obj-$(CONFIG_SECURITY_SAFESETID) := safesetid.o
safesetid-y := lsm.o securityfs.o
back to top