Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ user: root
category_id: optee
estimated_duration: 30
flags: also-after-suspend
requires: manifest.has_optee == 'True'
imports: from com.canonical.plainbox import manifest
depends: ce-oem-optee/ta-install
command:
if pgrep -x "tee-supplicant" > /dev/null; then
Expand All @@ -98,6 +100,8 @@ plugin: shell
user: root
category_id: optee
estimated_duration: 30
requires: manifest.has_optee == 'True'
imports: from com.canonical.plainbox import manifest
depends: ce-oem-optee/device-node
flags: also-after-suspend
command:
Expand Down