Skip to content

Commit

Permalink
Add missing group in perm.json
Browse files Browse the repository at this point in the history
:Release Notes:
Add "application.operation" in com.webos.notification.perm.json.in.

:Detailed Notes:
And sort groups in alphabetical order.

:Testing Performed:
Checked if a warning below is gone.
LS_REQUIRES_SECURITY {"CLIENT":"com.webos.notification","SERVICE":"com.webos.applicationManager","CATEGORY":"/","METHOD":"listApps"} Service security groups don't allow method call.

:QA Notes:

:Issues Addressed:
[WRQ-2541] OSE: Fix missing group in perm.json - notificationmgr

Change-Id: I583857617fc99ee888cc82efd1335ca33c601278
  • Loading branch information
jaeyoonjung committed Nov 23, 2023
1 parent 1c619f8 commit b4060e7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion files/sysbus/com.webos.notification.perm.json.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"com.webos.notification": [
"database.operation","applicationmanager.query","time.query","settings.query","tv.settings"
"application.operation",
"applicationmanager.query",
"database.operation",
"settings.query",
"time.query",
"tv.settings"
]
}

0 comments on commit b4060e7

Please sign in to comment.