pmbootstrap/pmb/config
Oliver Smith 4d8afc4aa5
Fix: /var/cache/distfiles writable by everyone (#1329)
As noted in commit 255c715624
`/var/cache/distfiles` is writable by everyone. It is supposed to be
writable only by `root` and by the `abuild` group (in which we put the
`pmos` user already for building packages).

Changes:
* `pmb.build.init()`: make `/var/cache/distfiles` writable only by
  members of the `abuild` group (and root)
* Increase workfolder version to 2
* Add migration code that fixes the permissions for existing work
  folders
* Refactor the migration code a bit to make this possible
2018-03-30 21:46:31 +00:00
..
__init__.py Fix: /var/cache/distfiles writable by everyone (#1329) 2018-03-30 21:46:31 +00:00
init.py Fix: /var/cache/distfiles writable by everyone (#1329) 2018-03-30 21:46:31 +00:00
load.py Happy new year! (update copyright to 2018) 2018-01-04 04:53:35 +01:00
merge_with_args.py Happy new year! (update copyright to 2018) 2018-01-04 04:53:35 +01:00
save.py Happy new year! (update copyright to 2018) 2018-01-04 04:53:35 +01:00