sm8550-common: seccomp: Allow qwesd the pipe2 syscall

Change-Id: I77d0947b5befaa2139c17e169a85cfe72d1ad311
Signed-off-by: danielml <daniel@danielml.dev>
This commit is contained in:
danielml
2024-06-19 10:36:02 +02:00
committed by chaptsand
parent 6524ab8f47
commit 632bcf702d

View File

@@ -75,6 +75,9 @@ function blob_fixup() {
vendor/etc/vintf/manifest/sec_c2_manifest_default0_1_0.xml)
sed -i 's/default0/software/g' "${2}"
;;
vendor/etc/seccomp_policy/qwesd@2.0.policy)
echo "pipe2: 1" >> "${2}"
;;
esac
}