From ade65b0204872501532d8c999a24c2ad7de7c829 Mon Sep 17 00:00:00 2001 From: Chris Hofstaedtler Date: Tue, 13 Aug 2024 09:39:05 +0200 Subject: [PATCH] debputy.manifest: merge path-metadata entries --- debian/debputy.manifest | 30 +++++++++++------------------- 1 file changed, 11 insertions(+), 19 deletions(-) diff --git a/debian/debputy.manifest b/debian/debputy.manifest index a25f640e..b389e09d 100644 --- a/debian/debputy.manifest +++ b/debian/debputy.manifest @@ -3,30 +3,22 @@ packages: passwd: transformations: - path-metadata: - path: usr/bin/chfn + paths: + - usr/bin/chfn + - usr/bin/chsh + - usr/bin/gpasswd + - usr/bin/passwd 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 + paths: + - usr/bin/chage + - usr/bin/expiry group: "shadow" mode: "u=rwx,go=rxs" uidmap: transformations: - path-metadata: - path: usr/bin/newgidmap - mode: "u=rwxs,go=rx" - - path-metadata: - path: usr/bin/newuidmap + paths: + - usr/bin/newgidmap + - usr/bin/newuidmap mode: "u=rwxs,go=rx"