lsm: s/MAXPATHLEN/PATH_MAX/g

parent 52539fcc
...@@ -809,7 +809,7 @@ static int run_apparmor_parser(char command, ...@@ -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,
......
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