Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.

Commit

Permalink
Garden Linux shouldn't care about AppArmor
Browse files Browse the repository at this point in the history
[#130731377]

Signed-off-by: Tiago Scolari <tscolari@pivotal.io>
  • Loading branch information
williammartin authored and tscolari committed Sep 29, 2016
1 parent 1f1b19b commit 23e4f79
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions linux_backend/bin/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,3 @@ if ! mountpoint -q $cgroup_path; then
fi

./net.sh setup

# Disable AppArmor if possible
if [ -x /etc/init.d/apparmor ]; then
/etc/init.d/apparmor teardown
fi

0 comments on commit 23e4f79

Please sign in to comment.