2023-11-22 16:16:38 -03:00
|
|
|
# This profile allows everything and only exists to give the
|
|
|
|
# application a name instead of having the label "unconfined"
|
|
|
|
|
|
|
|
abi <abi/4.0>,
|
|
|
|
include <tunables/global>
|
|
|
|
|
2025-06-24 11:11:52 +03:00
|
|
|
profile QtWebEngineProcess /usr/lib{,64,exec}/{,@{multiarch}/}qt{,5,6}/{,libexec/}QtWebEngineProcess flags=(unconfined) {
|
2023-11-22 16:16:38 -03:00
|
|
|
userns,
|
2025-04-28 13:17:49 -07:00
|
|
|
@{exec_path} mr,
|
2023-11-22 16:16:38 -03:00
|
|
|
|
|
|
|
# Site-specific additions and overrides. See local/README for details.
|
2023-11-24 18:52:09 -08:00
|
|
|
include if exists <local/QtWebEngineProcess>
|
2023-11-22 16:16:38 -03:00
|
|
|
}
|