Skip to content

Commit c4295ef

Browse files
Apply suggestions from code review
Co-authored-by: Danny Kopping <danny@coder.com>
1 parent 517a505 commit c4295ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/database/dbauthz/dbauthz.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ var (
319319
}.WithCachedASTValue()
320320

321321
subjectSystemReadProvisionerDaemons = rbac.Subject{
322-
FriendlyName: "System",
322+
FriendlyName: "Provisioner Daemons Reader",
323323
ID: uuid.Nil.String(),
324324
Roles: rbac.Roles([]rbac.Role{
325325
{

0 commit comments

Comments
 (0)