-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
webos_ls2_conf_validate.bbclass: Check ACG groups used but not defined
:Release Notes: Add a new task do_validate_ls2_acg that checks ACG groups used in files under client-permissions.d but defined neither in groups.d nor api-permissions.d. :Detailed Notes: The idea is that all valid ACG group names are defined either in groups.d or api-permissions.d. Anything not listed there is invalid and supposed to be denied by the bus. The default action on such case is to show warnings but it can be treated as a fatal error by setting WEBOS_LS2_CONF_VALIDATE_ERROR_ON_WARNING later. WEBOS_LS2_CONF_VALIDATE_SKIP_GROUP would be useful if you want to add some exceptions on checking valid group names. :Testing Performed: bitbake <image> -c do_validate_ls2_acg :QA Notes: :Issues Addressed: [WRQ-2124] CCC: Add a new task do_validate_ls2_acg that checks ACG groups from image built [WRQ-1154] Check ACG groups used but not defined at buildtime Cherry-picked-from-commit: 81df500 Cherry-picked-from-branch:
- Loading branch information
1 parent
debc919
commit 8ff37b5
Showing
1 changed file
with
111 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters