Skip to content

Commit

Permalink
Added OpenDMARC to cg{config,rules}.conf.new
Browse files Browse the repository at this point in the history
  • Loading branch information
pyllyukko committed Jul 29, 2024
1 parent f5b11c7 commit 7f9085e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
17 changes: 17 additions & 0 deletions files/cgconfig.conf.new
Original file line number Diff line number Diff line change
Expand Up @@ -573,6 +573,23 @@ group daemons/dovecot {
net_cls {
}
}
group daemons/opendmarc {
perm {
task {
uid = root;
gid = root;
fperm = 600;
}
admin {
uid = root;
gid = root;
dperm = 700;
fperm = 600;
}
}
net_cls {
}
}
group users {
cpuacct{
}
Expand Down
1 change: 1 addition & 0 deletions files/cgrules.conf.new
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,6 @@ amavis net_cls daemons/amavisd/
dovecot net_cls daemons/dovecot/
dovenull net_cls daemons/dovecot/
root:/usr/sbin/dovecot net_cls daemons/dovecot/
opendmarc:/usr/sbin/opendmarc net_cls daemons/opendmarc/
@users cpu,cpuacct,net_cls users/%u
# End of file

0 comments on commit 7f9085e

Please sign in to comment.