Skip to content

Commit b6220eb

Browse files
authored
Merge pull request #1470 from mgerstner/sendmail-cleanup
sendmail whitelisting cleanups
2 parents 5047f88 + 26cdedd commit b6220eb

File tree

2 files changed

+3
-13
lines changed

2 files changed

+3
-13
lines changed

configs/openSUSE/permissions-whitelist.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,17 @@ hash = "54d194477fc688076940c93bfd201680b5cc0fd6079bba10bd0101fb986a2231"
3636

3737
[[FileDigestGroup]]
3838
package = "sendmail"
39-
bugs = ["bsc#1219339"]
39+
bugs = ["bsc#1219339", "bsc#1256160"]
4040
type = "permissions"
4141
note = """Be careful about calculating digest sums here, the sendmail package
4242
replaces file contents during RPM build time with architecture dependent
4343
values."""
4444
[[FileDigestGroup.digests]]
4545
path = "/usr/share/permissions/permissions.d/sendmail"
46-
hash = "e09ca5efebd0b3c123afc2364f9745f4d85c4327fa83f709bccbaa64da764486"
46+
hash = "544b91b15ce1dd54659a2d98a66ce945db2ca99134acb97f8a0a196612c57bb6"
4747
[[FileDigestGroup.digests]]
4848
path = "/usr/share/permissions/permissions.d/sendmail.paranoid"
49-
hash = "2d5c56cdfb00ec169c182de791cf2934331159842f1849c5f2d7059f0086bd2c"
49+
hash = "7a593f6678ab48c4eab010bb885989bd06e5a73a307575399d71a2d7c3d3f0c3"
5050

5151
[[FileDigestGroup]]
5252
package = "texlive-filesystem"

configs/openSUSE/world-writable-whitelist.toml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -48,16 +48,6 @@ mode = "drwxrwxrwt"
4848
owner = "root"
4949
group = "root"
5050

51-
[[WorldWritableWhitelist]]
52-
package = "sendmail"
53-
bug = "bsc#1179574"
54-
note = "Public standard sticky-bit directories"
55-
[[WorldWritableWhitelist.files]]
56-
path = '/var/spool/mail'
57-
mode = "drwxrwxrwt"
58-
owner = "root"
59-
group = "root"
60-
6151
[[WorldWritableWhitelist]]
6252
package = "exim"
6353
bug = "bsc#1179574"

0 commit comments

Comments
 (0)