diff options
author | Ćukasz Stelmach <l.stelmach@samsung.com> | 2013-12-19 15:15:54 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-02-24 17:36:13 +0100 |
commit | e49d3c016751c03e544697656e8e596af8a664d7 (patch) | |
tree | f9bf2c589b1a3b8d70c019355aa553b042f5c7cd /src/core/smack-setup.h | |
parent | 2453d7e447057f2652114c1822bfc8c5600236fe (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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/smack-setup.h b/src/core/smack-setup.h index ffe91843c3..892709669b 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); |