calamares/src/modules/preservefiles
Adriaan de Groot 1babcd2aa4 [libcalamares] Put Permissions in CalamaresUtils namespace
- most of the things in utils/ are in the CalamaresUtils namespace,
  let Permissions follow suit. Chase the name change in the
  *preservefiles* module.
- add an `apply()` function for doing the most basic of chmod.
  Note that we don't use `QFile::setPermissions()` because the
  **values** used are different (0755 for chmod is 0x755 in the
  enum value passed to `setPermissions()`).
2020-07-27 10:57:15 +02:00
..
CMakeLists.txt [libcalamares] Chase Permissions move 2020-06-22 16:32:47 -04:00
preservefiles.conf [preservefiles] Apply restrictive default permissions 2018-10-01 11:31:54 +02:00
PreserveFiles.cpp [libcalamares] Put Permissions in CalamaresUtils namespace 2020-07-27 10:57:15 +02:00
PreserveFiles.h [libcalamares] Put Permissions in CalamaresUtils namespace 2020-07-27 10:57:15 +02:00