Skip to content
  1. Dec 07, 2012
    • Tails developers's avatar
      live-persist: Require root privileges. · 5605296b
      Tails developers authored
      5605296b
    • Tails developers's avatar
      live-persist: Use 'local' in a safe way. · 7fa633df
      Tails developers authored
      First of all, 'local' is non-POSIX, but it is a really good safeguard
      against hard-to-find bugs. However, doing a local + initializing combo
      like `local X=$Y` in dash is error prone. If `Y=1 2` will get an error
      since dash will expand $Y so we get `local X=1 2`, but it will treat
      the "2" as another variable to be made local, which isn't what we
      want. Hence, let's declare variables local and initialize them in
      separate commands, which is safe.
      7fa633df
  2. Dec 06, 2012
  3. Dec 05, 2012
  4. Nov 29, 2012
  5. Nov 28, 2012
  6. Nov 27, 2012
Loading