1. 02 Nov, 2014 1 commit
  2. 31 Oct, 2014 1 commit
  3. 29 Oct, 2014 1 commit
  4. 27 Oct, 2014 9 commits
  5. 22 Oct, 2014 4 commits
  6. 20 Oct, 2014 4 commits
  7. 17 Oct, 2014 4 commits
  8. 15 Oct, 2014 11 commits
  9. 13 Oct, 2014 1 commit
  10. 09 Oct, 2014 3 commits
  11. 08 Oct, 2014 1 commit
    • systemd/selinux init scripts fixups · f3b8088d
      Dwight Engen authored
      - RHEL/OL 7 doesn't have the ifconfig command by default so have the
        lxc-net script check for its existence before use, and fall back
        to using the ip command if ifconfig is not available
      
      - When lxc-net is run from systemd on a system with selinux enabled,
        the mkdir -p ${varrun} will create /run/lxc as init_var_run_t which
        dnsmasq can't write its pid into, so we restorecon it
        after creation (to var_run_t)
      
      - The lxc-net systemd .service file needs an [Install] section so that
        "systemctl enable lxc-net" will work
      Signed-off-by: 's avatarDwight Engen <dwight.engen@oracle.com>