Skip to content

Commit

Permalink
[review] qemu_v8: add Trusted Services support
Browse files Browse the repository at this point in the history
Chmodding /sys/kernel/debug and /sys/kernel/debug/arm_ffa_user

Signed-off-by: Jens Wiklander <[email protected]>
  • Loading branch information
jenswi-linaro committed Jan 23, 2025
1 parent cfc55ea commit 37c9519
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions br-ext/package/optee_test_ext/S30test-arm-ffa-user
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ start() {
if ! grep -qs arm_ffa_user /proc/modules; then
echo "Loading arm-ffa-user kernel module"
$ARM_FFA_USER_DIR/load_module.sh
# Needed to test as non-root
chmod 755 /sys/kernel/debug
chmod 666 /sys/kernel/debug/arm_ffa_user
fi
fi

Expand Down

0 comments on commit 37c9519

Please sign in to comment.