diff options
Diffstat (limited to 'src/providers/dp_backend.h')
-rw-r--r-- | src/providers/dp_backend.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/providers/dp_backend.h b/src/providers/dp_backend.h index c6bf2d0c..2c56f147 100644 --- a/src/providers/dp_backend.h +++ b/src/providers/dp_backend.h @@ -158,6 +158,8 @@ struct be_acct_req { struct be_sudo_req { uint32_t type; + char **rules; + char *username; uid_t uid; char **groups; |