summaryrefslogtreecommitdiff
path: root/src/core/smack-setup.h
diff options
context:
space:
mode:
authorƁukasz Stelmach <l.stelmach@samsung.com>2013-12-19 15:15:54 +0100
committerLennart Poettering <lennart@poettering.net>2014-02-24 17:36:13 +0100
commite49d3c016751c03e544697656e8e596af8a664d7 (patch)
treef9bf2c589b1a3b8d70c019355aa553b042f5c7cd /src/core/smack-setup.h
parent2453d7e447057f2652114c1822bfc8c5600236fe (diff)
smack: set loaded_policy in smack_setup()
With loaded_policy set to true mount_setup() relabels /dev properly.
Diffstat (limited to 'src/core/smack-setup.h')
-rw-r--r--src/core/smack-setup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/smack-setup.h b/src/core/smack-setup.h
index ffe91843c..892709669 100644
--- a/src/core/smack-setup.h
+++ b/src/core/smack-setup.h
@@ -23,4 +23,4 @@
along with systemd; If not, see <http://www.gnu.org/licenses/>.
***/
-int smack_setup(void);
+int smack_setup(bool *loaded_policy);