Commit 0c2748a7 authored by Tyler Hicks's avatar Tyler Hicks Committed by Tim Gardner

UBUNTU: SAUCE: apparmor: Fix FTBFS due to bad include path

When header files in security/apparmor/includes/ pull in other header
files in that directory, they should only include the file name. This
fixes a build failure reported by Tycho when using `make bindeb-pkg` to
build the Ubuntu kernel tree but, confusingly, isn't seen when building
with `fakeroot debian/rules binary-generic`.
Signed-off-by: default avatarTyler Hicks <tyhicks@canonical.com>
Reported-by: default avatarTycho Andersen <tycho.andersen@canonical.com>
Cc: John Johansen <john.johansen@canonical.com>
Signed-off-by: default avatarTim Gardner <tim.gardner@canonical.com>
parent 8c4225b8
......@@ -15,7 +15,7 @@
#include <linux/binfmts.h>
#include <linux/types.h>
#include "include/label.h"
#include "label.h"
#ifndef __AA_DOMAIN_H
#define __AA_DOMAIN_H
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment