Fix typo in lsm.h breaking android build

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
This commit is contained in:
Stéphane Graber 2014-09-22 20:24:21 -04:00
parent 42e5c9878f
commit bbb2581674
No known key found for this signature in database
GPG Key ID: C638974D64792D67

View File

@ -50,7 +50,7 @@ static inline int lsm_enabled(void) { return 0; }
static inline const char *lsm_name(void) { return "none"; }
static inline char *lsm_process_label_get(pid_t pid) { return NULL; }
static inline int lsm_process_label_set(const char *label,
struct lxc-conf *conf, int use_default, int on_exec) { return 0; }
struct lxc_conf *conf, int use_default, int on_exec) { return 0; }
#endif
#endif