selinux: Add plugin to install trap policies with generic labels
After establishing an IKE_SA, we check if any of its child configs define generic SELinux labels and install trap policies for them if necessary narrowed to the current (virtual) IPs.
This commit is contained in:
@@ -726,6 +726,13 @@ if MONOLITHIC
|
||||
endif
|
||||
endif
|
||||
|
||||
if USE_SELINUX
|
||||
SUBDIRS += plugins/selinux
|
||||
if MONOLITHIC
|
||||
libcharon_la_LIBADD += plugins/selinux/libstrongswan-selinux.la
|
||||
endif
|
||||
endif
|
||||
|
||||
if USE_ATTR_SQL
|
||||
SUBDIRS += plugins/attr_sql
|
||||
if MONOLITHIC
|
||||
|
||||
Reference in New Issue
Block a user