Skip to content

Commit f505f80

Browse files
Merge pull request #1402 from FilippoBonazziSUSE/aaa_base_compat
sysctl-whitelist: Support old aaa_base whitelisting
2 parents a49f9de + e0fc762 commit f505f80

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

configs/openSUSE/sysctl-whitelist.toml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,27 @@ path = "/usr/lib/sysctl.d/51-network.conf"
7676
digester = "shell"
7777
hash = "4292c83e211bc30c928712a25708edf1cbeb94cf39d4d17b6594ad5559eef2e0"
7878

79+
# Support the old aaa_base sysctl whitelisting until the changes in
80+
# SR#1314569 can be merged without breaking other packages in Factory.
81+
# TODO: drop this and keep the previous FileDigestGroup
82+
[[FileDigestGroup]]
83+
package = "aaa_base"
84+
type = "sysctl"
85+
note = "some base hardenings of networking, (sym)link protection etc."
86+
bugs = ["bsc#1174722", "bsc#1219656", "bsc#1226464", "bsc#1228731"]
87+
[[FileDigestGroup.digests]]
88+
path = "/usr/lib/sysctl.d/50-default.conf"
89+
digester = "shell"
90+
hash = "83d76eec651d08ddf758989962ad62084885440d83b4ea0355bc838e7cf6eecc"
91+
[[FileDigestGroup.digests]]
92+
path = "/usr/lib/sysctl.d/50-pid-max.conf"
93+
digester = "shell"
94+
hash = "dd590458104d1bc68b9233e018575925d3c14e667217cfb69a410cbdf4cde9a7"
95+
[[FileDigestGroup.digests]]
96+
path = "/usr/lib/sysctl.d/51-network.conf"
97+
digester = "shell"
98+
hash = "4292c83e211bc30c928712a25708edf1cbeb94cf39d4d17b6594ad5559eef2e0"
99+
79100
[[FileDigestGroup]]
80101
package = "aaa_base-yama-enable-ptrace"
81102
note = "sub-package to opt-out of the YAMA ptrace restrictions"

0 commit comments

Comments
 (0)