1. 07 Dec, 2019 1 commit
    • 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 26 commits