Tags give the ability to mark specific points in history as being important
- Sort by
- Name
- Oldest updated
- Last updated
This project is mirrored from https://github.com/pgbackrest/pgbackrest.
Pull mirroring updated .
-
release/2.31_MLS v2.31_MLS: Backup/Restore SELinux Contexts Features: * Add basic infrastructure for handling extension data in the storage module and storing it in the backup manifest. This is not a true extension feature, but hopefully the manifest format can be made stable so a future extension feature will not require changes to the manifest. (Contributed by David Steele with bugfix from Mike Palmiotto) Notes: For the SELinux functionality the most important modules are storage/posix/storage.c and command/restore/restore.c. This is where the contexts are read and written. The rest of the changes should be infrastructure only. Unit testing is done with shims for xattr and SELinux. There are no integration tests for the SELinux feature.
-
2.31_MLS release/2.31_MLS v2.31_MLS: Features: * Add basic infrastructure for handling extension data in the storage module and storing it in the backup manifest. This is not a true extension feature, but hopefully the manifest format can be made stable so a future extension feature will not require changes to the manifest. (Contributed by David Steele with bugfix from Mike Palmiotto) Notes: For the SELinux functionality the most important modules are storage/posix/storage.c and command/restore/restore.c. This is where the contexts are read and written. The rest of the changes should be infrastructure only. Unit testing is done with shims for xattr and SELinux. There are no integration tests for the SELinux feature.