Skip to content

Commit

Permalink
add /addon.d rootfs context
Browse files Browse the repository at this point in the history
  • Loading branch information
erfanoabdi committed Sep 15, 2019
1 parent 7489d5e commit 39068be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/mkimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ if [[ -f "$tempdir/file_contexts" ]]; then
echo "/tombstones u:object_r:rootfs:s0" >> "$tempdir/file_contexts"
echo "/factory u:object_r:rootfs:s0" >> "$tempdir/file_contexts"
echo "/oneplus u:object_r:rootfs:s0" >> "$tempdir/file_contexts"
echo "/addon.d u:object_r:rootfs:s0" >> "$tempdir/file_contexts"
fcontexts="$tempdir/file_contexts"
fi
sudo rm -rf "$systemdir/persist"
Expand Down

0 comments on commit 39068be

Please sign in to comment.