diff --git a/files/cgconfig.conf.new b/files/cgconfig.conf.new index 3759d81..a441cab 100644 --- a/files/cgconfig.conf.new +++ b/files/cgconfig.conf.new @@ -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{ } diff --git a/files/cgrules.conf.new b/files/cgrules.conf.new index 1fa3233..4ba50d0 100644 --- a/files/cgrules.conf.new +++ b/files/cgrules.conf.new @@ -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