Skip to content

Commit ffe80f8

Browse files
committed
whitelists: add account-utils PAM modules and permissions.d drop-in file (bsc#1254218)
1 parent b54a5e0 commit ffe80f8

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

configs/openSUSE/pam-modules.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -567,3 +567,13 @@ type = "pam"
567567
nodigests = [
568568
"glob:*/security/pam_cgroup.so",
569569
]
570+
571+
[[FileDigestGroup]]
572+
package = "account-utils"
573+
note = "pam_unix replacement for use in environments with `no_new_privs` everywhere"
574+
bug = "bsc#1254218"
575+
type = "pam"
576+
nodigests = [
577+
"global:*/security/pam_debuginfo.so",
578+
"global:*/security/pam_unix_ng.so"
579+
]

configs/openSUSE/permissions-whitelist.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,3 +100,13 @@ hash = "b9235a656a3bd124f18113976f491f3018d45de68d93da830b4b19bbdd8a2dcb"
100100
path = "/etc/permissions.d/snapd.paranoid"
101101
digester = "shell"
102102
hash = "3d57053a143f2828783d2c835ddfb0af85db16cfde1a088fe2db8a161d5b053c"
103+
104+
[[FileDigestGroup]]
105+
package = "account-utils"
106+
note = "Disables setuid bits for shadow utilities, which are replaced by this package. In the long run there should be a drop-in file for shadow instead."
107+
bug = "bsc#1254218"
108+
type = "permissions"
109+
[[FileDigestGroup.digests]]
110+
path = "/usr/share/permissions/permissions.d/account-utils"
111+
digester = "shell"
112+
hash = "3d993065d4bf90ae94a32959c391a656ad3a1125faeecfeacaec866c6bf046af"

0 commit comments

Comments
 (0)