1. 01 Dec, 2016 1 commit
  2. 29 Nov, 2016 2 commits
  3. 26 Nov, 2016 1 commit
  4. 24 Nov, 2016 1 commit
  5. 23 Nov, 2016 1 commit
  6. 14 Nov, 2016 14 commits
  7. 12 Nov, 2016 1 commit
  8. 11 Nov, 2016 5 commits
  9. 10 Nov, 2016 5 commits
  10. 09 Nov, 2016 1 commit
  11. 08 Nov, 2016 1 commit
  12. 07 Nov, 2016 4 commits
    • Michael Shigorin's avatar
      basealt.mk: Russian by default · a340e3a5
      Michael Shigorin authored
      ...in EFI mode too!
      a340e3a5
    • Michael Shigorin's avatar
      build-vm: try system tar2fs first · f293239d
      Michael Shigorin authored
      It's at least removing the very obvious user->root
      attack through (maliciously) modifying bin/tar2fs
      and waiting for it to be run; if mkimage-profiles
      is installed system-wide as a package, the script
      from /usr/share/mkimage-profiles will be tried so
      those willing to allow vm/* build to themselves
      can provide for a passwordless sudo (as described
      in doc/vm.txt) to run a root-only writable script,
      not user-writable.
      
      Still not perfect but a step away from the abyss.
      f293239d
    • Michael Shigorin's avatar
      regular.mk: xfce{,-sysv} tweaks · f39890cb
      Michael Shigorin authored
      xfce flavour is updated according to the previous commit.
      
      xfce-sysv makes no use of xfce-polkit,
      and _nmconnect group is rather helpful instead:
      http://forum.altlinux.org/index.php?topic=36177.msg298424#msg298424
      f39890cb
    • Michael Shigorin's avatar
      x11: xfce tweaks · cabaf137
      Michael Shigorin authored
      It turns out that -regular pulls in too much
      (including xfce-polkit that doesn't work with
      sysvinit); let's provide means to have it both
      ways, need xfce4 4.12-alt5 or later metapackage
      for this change to be effective.
      cabaf137
  13. 04 Nov, 2016 2 commits
    • Michael Shigorin's avatar
      init: sysvinit+NM support · db3da224
      Michael Shigorin authored
      The issue at hand it _nmconnect group that's supported
      in ALT NM for polkit-less cases; it has to be added
      *before* 50-users hook from deflogin feature fires off.
      
      The existing systemd-related hook has been renamed
      to reflect its job better.
      db3da224
    • Michael Shigorin's avatar
      deflogin: added target to use NM with sysvinit · 734b04f1
      Michael Shigorin authored
      Our NetworkManager will lend the knobs to those
      in _nmconnect group, thanks sem@.
      734b04f1
  14. 03 Nov, 2016 1 commit
    • Michael Shigorin's avatar
      basealt.mk: exclude chromium from livecd · 42730a7d
      Michael Shigorin authored
      It's added to installed system and pulling 200+ megabytes into
      LiveCD isn't going to help the image size; the practical limits
      being tested by that were 3.0 Gb x86_64 ISO making it impossible
      to fit RW partition onto 4 Gb USB Flash ("1 Gb free" test added)
      and booting it on a 2 Gb RAM system without "lowmem" option would
      fail on ~95% of squashfs-to-RAM loading process or so.
      
      TL;DR: one browser in a *LiveCD* should be still enough these days.
      42730a7d