summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Winkowski <dereference23@outlook.com>2024-03-24 15:22:42 +0100
committerAlexander Winkowski <dereference23@outlook.com>2024-05-06 16:19:47 +0000
commitb30a6dbfd83b96b492378740d2eed40fe62a239f (patch)
tree34f68599f5aa2f3abb1dc4a76e8e3f5f6675b27e
parentd450b2b4791c255c1a42fc641ab1bc94d7b2cae8 (diff)
Revert "miatoll: nfc: Update storage path to /data/vendor/nfc"
This reverts commit 2d6f1e59435e38046e5cdf7e346fde18ed9b1461. No denials were observed without this change but there are denials with it. Probably the original issue was fixed in newer SELinux policy. Change-Id: Ifc41ea29174d5752bd2f96a3248b6ff96ffb9e9f
-rwxr-xr-xextract-files.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/extract-files.sh b/extract-files.sh
index b248c83..77764a0 100755
--- a/extract-files.sh
+++ b/extract-files.sh
@@ -5,14 +5,6 @@
# SPDX-License-Identifier: Apache-2.0
#
-function blob_fixup() {
- case "${1}" in
- vendor/etc/libnfc-nci.conf)
- sed -i "s/\/data\/nfc/\/data\/vendor\/nfc/g" "${2}"
- ;;
- esac
-}
-
# If we're being sourced by the common script that we called,
# stop right here. No need to go down the rabbit hole.
if [ "${BASH_SOURCE[0]}" != "${0}" ]; then