1. 07 Dec, 2019 2 commits
    • Init "busy" field to -1 as 0 is valid fd · a0a707e2
      Rachid Koucha authored
      "busy" field is assigned with the command socket descriptor when the terminal is in use. So, use "-1" to disable it.
      Signed-off-by: 's avatarRachid Koucha <rachid.koucha@gmail.com>
    • config: Fix parsing of mount options · 8348e424
      Maximilian Blenk authored
      When parsing mount options e.g. from lxc.mount.entry the specified
      options are mapped to the flags constants. To do so, the strings
      are compared to the options contained in mount_opt. However,
      when comparing the strings, the length of the string is not
      checked. That entails that the option "rootcontext=selinux-context"
      is mapped to the mount option read-only (ro). This commit fixes
      this issue by checking if a '=' is contained in the specified option
      and additionally comparing the length of the strings.
      Signed-off-by: 's avatarMaximilian Blenk <Maximilian.Blenk@bmw.de>
  2. 05 Dec, 2019 4 commits
  3. 04 Dec, 2019 3 commits
  4. 03 Dec, 2019 6 commits
  5. 02 Dec, 2019 25 commits