Fix typo in lsm.h breaking android build

parent 42e5c987
...@@ -50,7 +50,7 @@ static inline int lsm_enabled(void) { return 0; } ...@@ -50,7 +50,7 @@ static inline int lsm_enabled(void) { return 0; }
static inline const char *lsm_name(void) { return "none"; } static inline const char *lsm_name(void) { return "none"; }
static inline char *lsm_process_label_get(pid_t pid) { return NULL; } static inline char *lsm_process_label_get(pid_t pid) { return NULL; }
static inline int lsm_process_label_set(const char *label, 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
#endif #endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment