mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-07-31 12:14:21 +00:00
confile: config_lsm_aa_incomplete()
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
This commit is contained in:
parent
5767e9baf6
commit
a678e9fa6d
@ -1407,6 +1407,9 @@ static int config_lsm_aa_profile(const char *key, const char *value,
|
||||
static int config_lsm_aa_incomplete(const char *key, const char *value,
|
||||
struct lxc_conf *lxc_conf)
|
||||
{
|
||||
if (config_value_empty(value))
|
||||
return 0;
|
||||
|
||||
if (lxc_safe_uint(value, &lxc_conf->lsm_aa_allow_incomplete) < 0)
|
||||
return -1;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user