Remove stray field from get_permissions_data_t. This includes removing the parsing of resource_id for GET_PERMISSIONS. The command works the same, as the attribute has never been used.
Why
Attribute is not used.
References
Attribute was added when GET_PERMISSIONS was added, in a486de15899a8aee38b0ce0b5c3791cf4d09adb6. The idea was to allow filtering of permissions by resource ID. 11 years later I think it's safe to remove. We can add it back if the filtering is ever required.
What
Remove stray field from
get_permissions_data_t
. This includes removing the parsing ofresource_id
for GET_PERMISSIONS. The command works the same, as the attribute has never been used.Why
Attribute is not used.
References
Attribute was added when
GET_PERMISSIONS
was added, in a486de15899a8aee38b0ce0b5c3791cf4d09adb6. The idea was to allow filtering of permissions by resource ID. 11 years later I think it's safe to remove. We can add it back if the filtering is ever required.