Skip to content

Commit

Permalink
remove configuration item RunACL
Browse files Browse the repository at this point in the history
This ACL have never been used, so can can safely be removed.
  • Loading branch information
joergsteffens committed May 26, 2015
1 parent 02fa72a commit a6dd4ff
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/dird/dird_conf.c
Expand Up @@ -168,8 +168,6 @@ static RES_ITEM profile_items[] = {
"Lists the Storage resources, this resource has access to. The special keyword *all* allows access to all Storage resources." },
{ "ScheduleACL", CFG_TYPE_ACL, ITEM(res_profile.ACL_lists), Schedule_ACL, 0, NULL, NULL,
"Lists the Schedule resources, this resource has access to. The special keyword *all* allows access to all Schedule resources." },
{ "RunACL", CFG_TYPE_ACL, ITEM(res_profile.ACL_lists), Run_ACL, 0, NULL, NULL,
"Lists the Run resources, this resource has access to. The special keyword *all* allows access to all Run resources." },
{ "PoolACL", CFG_TYPE_ACL, ITEM(res_profile.ACL_lists), Pool_ACL, 0, NULL, NULL,
"Lists the Pool resources, this resource has access to. The special keyword *all* allows access to all Pool resources." },
{ "CommandACL", CFG_TYPE_ACL, ITEM(res_profile.ACL_lists), Command_ACL, 0, NULL, NULL,
Expand Down

0 comments on commit a6dd4ff

Please sign in to comment.