AsProvisionerd returns a context with an actor that has permissions required for provisionerd to function.
(ctx context.Context)
| 752 | // AsProvisionerd returns a context with an actor that has permissions required |
| 753 | // for provisionerd to function. |
| 754 | func AsProvisionerd(ctx context.Context) context.Context { |
| 755 | return As(ctx, subjectProvisionerd) |
| 756 | } |
| 757 | |
| 758 | // AsAutostart returns a context with an actor that has permissions required |
| 759 | // for autostart to function. |