]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
Merge pull request #1708 from aeris/master
authorSerge Hallyn <serge@hallyn.com>
Sat, 29 Jul 2017 03:31:54 +0000 (22:31 -0500)
committerGitHub <noreply@github.com>
Sat, 29 Jul 2017 03:31:54 +0000 (22:31 -0500)
Allow full path in lxc.devices.allow

1  2 
src/lxc/cgroups/cgfsng.c

index af4455476909b83af523e3e34f819c119bc73f92,9db0f7be2276cd5228da7a74a95f8bde36526ea0..a8d5e660b31cd9ecf345a6079acd2f155a13ebd5
  #include <unistd.h>
  #include <sys/types.h>
  
+ #include <linux/types.h>
+ #include <linux/kdev_t.h>
  #include "bdev.h"
  #include "cgroup.h"
 +#include "cgroup_utils.h"
  #include "commands.h"
  #include "log.h"
  #include "utils.h"