Skip to content

Commit

Permalink
Added oidentd to cg{config,rules}.conf.new
Browse files Browse the repository at this point in the history
  • Loading branch information
pyllyukko committed Aug 5, 2024
1 parent 4d1513d commit 9a02d1d
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 @@ -590,6 +590,23 @@ group daemons/opendmarc {
net_cls {
}
}
group daemons/oidentd {
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 @@ -43,5 +43,6 @@ 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/
*:/usr/sbin/oidentd net_cls daemons/oidentd/
@users cpu,cpuacct,net_cls users/%u
# End of file

0 comments on commit 9a02d1d

Please sign in to comment.