diff options
author | José Bollo <jose.bollo@iot.bzh> | 2016-11-02 11:28:37 +0100 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2016-11-03 11:22:56 +0100 |
commit | 21d40b2e0dc344f6b89c2a71296a4dd2a29a2a4e (patch) | |
tree | f0a0bb5f9b9ebdf1c18422437253df7e92f28d0c /meta-rcar-gen2/recipes-kernel/linux/linux-renesas_3.10.bb | |
parent | adc078dcd90064375fa04899c9bb039ac180c992 (diff) |
Smack: fixup of bluetooth socket labelling
The sockets created by kernel thread will now be
tagged @ instead of _.
Change-Id: I92dcc885e9e8f7b45076f7df7a0e1ef4e66453a3
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'meta-rcar-gen2/recipes-kernel/linux/linux-renesas_3.10.bb')
-rw-r--r-- | meta-rcar-gen2/recipes-kernel/linux/linux-renesas_3.10.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-rcar-gen2/recipes-kernel/linux/linux-renesas_3.10.bb b/meta-rcar-gen2/recipes-kernel/linux/linux-renesas_3.10.bb index 912345a..4ef7e25 100644 --- a/meta-rcar-gen2/recipes-kernel/linux/linux-renesas_3.10.bb +++ b/meta-rcar-gen2/recipes-kernel/linux/linux-renesas_3.10.bb @@ -146,6 +146,14 @@ SRC_URI_append_smack = " \ file://smack/0054-Smack-secmark-connections.patch \ " +# smack patches are applied if DISTRO_FEATURES has "smack" +# smack patches for handling bluetooth +SRC_URI_append_smack = " \ + file://smack/0055-Smack-Assign-smack_known_web-as-default-smk_in-label.patch \ + file://smack/0056-Smack-Assign-smack_known_web-label-for-kernel-thread.patch \ + file://smack/0057-Smack-handles-socket-in-file_receive.patch \ +" + SRC_URI_append_porter = " file://can-rcar.cfg" S = "${WORKDIR}/git" |