From 35aa975a74c21e6ddf50bac16a9b154a623aee30 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Tue, 22 Oct 2024 16:53:12 +0200 Subject: [PATCH] Changes: mention new possibilities in users module --- CHANGES-3.3 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES-3.3 b/CHANGES-3.3 index 509246a28..14e57337d 100644 --- a/CHANGES-3.3 +++ b/CHANGES-3.3 @@ -25,7 +25,9 @@ This release contains contributions from (alphabetically by given name): - *partition* Module fixed unwanted behavior with the encryption checkbox. (thanks Aaron, #2376) - *umount* Correctly unmounts the root filesystem of the target. (thanks Evan) - *users* Supports a new `home_permissions` setting to override the - distro's `useradd` configuration of the umask. (#2362) + distro's `useradd` configuration of the umask. Supports octal and rwx-style + specifications of permissions. Other places that use permissions now also + support octal and rwx-style. (#2362) - *welcome* Follows system styling colors (e.g. Dark Mode).