Skip to content

Commit d4da9f5

Browse files
committed
Change apparmor url too
1 parent 36e5291 commit d4da9f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buildroot-external/package/hassio/dind-import-containers.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -e
33

44
channel=$1
55

6-
APPARMOR_URL="https://version.home-assistant.io/apparmor.txt"
6+
APPARMOR_URL="https://https://ameridroid.github.io/HA-version/apparmor.txt"
77

88
# Make sure we can talk to the Docker daemon
99
echo "Waiting for Docker daemon..."

buildroot-external/rootfs-overlay/usr/libexec/hassos-apparmor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22
set -e
33

4-
APPARMOR_URL="https://version.home-assistant.io/apparmor.txt"
4+
APPARMOR_URL="https://ameridroid.github.io/HA-version/apparmor.txt"
55
PROFILES_DIR="/mnt/data/supervisor/apparmor"
66
CACHE_DIR="${PROFILES_DIR}/cache"
77

0 commit comments

Comments
 (0)