Skip to content

Commit 1f09e50

Browse files
Merge pull request #1290 from mgerstner/libcgroup
whitelistings: add libcgroup PAM module and setgid binary (bsc#1231381)
2 parents b725184 + de5c2e4 commit 1f09e50

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

configs/openSUSE/pam-modules.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -566,3 +566,12 @@ bug = "bsc#1215355"
566566
nodigests = [
567567
"glob:*/security/pam_himmelblau.so",
568568
]
569+
570+
[[FileDigestGroup]]
571+
package = "libcgroup-pam"
572+
note = "session PAM module that places the login process into a cgroup according to configuration"
573+
bug = "bsc#1231381"
574+
type = "pam"
575+
nodigests = [
576+
"glob:*/security/pam_cgroup.so",
577+
]

configs/openSUSE/permissions-whitelist.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,11 @@ hash = "c4d3d806535c6737a07828ac84e297b87f6a406f6df67c9928c4fac71f47a17d"
5858
path = "/etc/permissions.d/texlive.texlive"
5959
hash = "c4d3d806535c6737a07828ac84e297b87f6a406f6df67c9928c4fac71f47a17d"
6060

61+
[[FileDigestGroup]]
62+
package = "libcgroup-tools"
63+
note = "this is for a setgid binary 'cgexec', running with 'cgred' group privs"
64+
bug = "bsc#1231381"
65+
type = "permissions"
66+
[[FileDigestGroup.digests]]
67+
path = "/usr/share/permissions/permissions.d/libcgroup"
68+
hash = "6d3a669b10b2449484dcad1c6d932f5897666bcbeef2a45d9608ef63a1e43188"

0 commit comments

Comments
 (0)