diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-03 05:17:39 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-03 05:17:39 +0000 |
commit | 35dc410c49248886ac7e2f5f68f34919c26b70d7 (patch) | |
tree | 0ce52008571ab97782358322db71a214c55774e0 /debian/debputy.manifest | |
parent | Adding debian version 1:4.13+dfsg1-4. (diff) | |
download | shadow-35dc410c49248886ac7e2f5f68f34919c26b70d7.tar.xz shadow-35dc410c49248886ac7e2f5f68f34919c26b70d7.zip |
Adding debian version 1:4.13+dfsg1-5.debian/1%4.13+dfsg1-5
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/debputy.manifest')
-rw-r--r-- | debian/debputy.manifest | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/debian/debputy.manifest b/debian/debputy.manifest new file mode 100644 index 0000000..d4e1ef7 --- /dev/null +++ b/debian/debputy.manifest @@ -0,0 +1,37 @@ +manifest-version: '0.1' +packages: + passwd: + transformations: + - path-metadata: + path: usr/bin/chfn + mode: "u=rwxs,go=rx" + - path-metadata: + path: usr/bin/chsh + mode: "u=rwxs,go=rx" + - path-metadata: + path: usr/bin/gpasswd + mode: "u=rwxs,go=rx" + - path-metadata: + path: usr/bin/passwd + mode: "u=rwxs,go=rx" + - path-metadata: + path: usr/bin/chage + group: "shadow" + mode: "u=rwx,go=rxs" + - path-metadata: + path: usr/bin/expiry + group: "shadow" + mode: "u=rwx,go=rxs" + login: + transformations: + - path-metadata: + path: usr/bin/newgrp + mode: "u=rwxs,go=rx" + uidmap: + transformations: + - path-metadata: + path: usr/bin/newgidmap + mode: "u=rwxs,go=rx" + - path-metadata: + path: usr/bin/newuidmap + mode: "u=rwxs,go=rx" |