mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-07 22:39:41 +00:00
lsm: s/MAXPATHLEN/PATH_MAX/g
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
This commit is contained in:
parent
52539fcc77
commit
85d67fba9f
@ -809,7 +809,7 @@ static int run_apparmor_parser(char command,
|
|||||||
struct lxc_conf *conf,
|
struct lxc_conf *conf,
|
||||||
const char *lxcpath)
|
const char *lxcpath)
|
||||||
{
|
{
|
||||||
char output[MAXPATHLEN];
|
char output[PATH_MAX];
|
||||||
int ret;
|
int ret;
|
||||||
struct apparmor_parser_args args = {
|
struct apparmor_parser_args args = {
|
||||||
.cmd = command,
|
.cmd = command,
|
||||||
|
Loading…
Reference in New Issue
Block a user