1. 06 Dec, 2019 1 commit
    • config: Fix parsing of mount options · 85c2de39
      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. 04 Dec, 2019 8 commits
  3. 03 Dec, 2019 8 commits
  4. 02 Dec, 2019 1 commit
  5. 01 Dec, 2019 10 commits
  6. 29 Nov, 2019 2 commits
  7. 27 Nov, 2019 2 commits
  8. 21 Nov, 2019 1 commit
  9. 20 Nov, 2019 4 commits
  10. 19 Nov, 2019 2 commits
  11. 11 Nov, 2019 1 commit