From: Auke Kok Date: Wed, 25 Sep 2013 22:49:42 +0000 (-0700) Subject: Run with a custom SMACK domain (label). X-Git-Tag: v209~1968 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=8b197c3a8a57c3f7c231b39e5660856fd9580c80;hp=8b197c3a8a57c3f7c231b39e5660856fd9580c80;p=elogind.git Run with a custom SMACK domain (label). Allows the systemd --system process to change its current SMACK label to a predefined custom label (usually "system") at boot time. This is needed to have a few system-generated folders and sockets automatically be created with the right SMACK label. Without that, processes either cannot communicate with systemd or systemd fails to perform some actions. ---