mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-02 23:04:52 +00:00
Fix typo in lsm.h breaking android build
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
This commit is contained in:
parent
42e5c9878f
commit
bbb2581674
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user