Skip to content

Commit

Permalink
Added pcscd to cg{config,rules}.conf.new
Browse files Browse the repository at this point in the history
  • Loading branch information
pyllyukko committed Jan 13, 2024
1 parent 8296801 commit 839151a
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 @@ -454,6 +454,23 @@ group daemons/usbguard {
net_cls {
}
}
group daemons/pcscd {
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 @@ -32,5 +32,6 @@ root:/usr/sbin/rpc.gssd net_cls daemons/rpc-gssd/
rpc:/sbin/rpcbind net_cls daemons/rpc/
rpc:/sbin/rpc.statd net_cls daemons/rpc/
root:/usr/sbin/usbguard-daemon net_cls daemons/usbguard/
root:/usr/sbin/pcscd net_cls daemons/pcscd/
@users cpu,cpuacct,net_cls users/%u
# End of file

0 comments on commit 839151a

Please sign in to comment.