chiark / gitweb /
socket: introduce SELinuxContextFromNet option
[elogind.git] / src / core / socket.h
index eede70564a4f4808a29cb590cf6c0351b72ff42c..a2e08998c0a730b2248d966c0157ec6bbaca5539 100644 (file)
@@ -165,6 +165,8 @@ struct Socket {
         char *smack_ip_in;
         char *smack_ip_out;
 
+        bool selinux_context_from_net;
+
         char *user, *group;
 };