Skip to content
Verified Commit 6c0616c1 authored by ivan tkachenko's avatar ivan tkachenko 🗯
Browse files

FlatpakPermissionModel: Merge defaults from a list of overrides

The model now takes a list of all permissions files (metadata + every
override except the very last one which we operate on), and merges them
one by one into an in-memory KConfig object. The rest is unchanged.

While loading default values, we are not interested in keeping or
processing unknown/unparsable entries in any way, which simplifies code
a bit comparing to loadCurrentValues() method.

BUG: 466997
(cherry picked from commit bce3fa5b)
parent dd378eb8
Pipeline #416274 passed with stage
in 46 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment