[apparmor] [PATCH 2/2] profiles: Create abstraction for mozc input method editor

John Johansen john.johansen at canonical.com
Sat Jun 4 05:18:30 UTC 2016


On 06/03/2016 09:56 PM, Tyler Hicks wrote:
> From: Jamie Strandboge <jamie at ubuntu.com>
> 
> An abstraction to allow mozc clients to connect to the mozc-server.
> 
> Signed-off-by: Jamie Strandboge <jamie at ubuntu.com>
> [tyhicks: Wrote commit message]
> Signed-off-by: Tyler Hicks <tyhicks at canonical.com>

Acked-by: John Johansen <john.johansen at canonical.com>

> ---
>  profiles/apparmor.d/abstractions/mozc | 12 ++++++++++++
>  1 file changed, 12 insertions(+)
>  create mode 100644 profiles/apparmor.d/abstractions/mozc
> 
> diff --git a/profiles/apparmor.d/abstractions/mozc b/profiles/apparmor.d/abstractions/mozc
> new file mode 100644
> index 0000000..f736bc2
> --- /dev/null
> +++ b/profiles/apparmor.d/abstractions/mozc
> @@ -0,0 +1,12 @@
> +# vim:syntax=apparmor
> +# ------------------------------------------------------------------
> +#
> +#    Copyright (C) 2016 Canonical Ltd.
> +#
> +#    This program is free software; you can redistribute it and/or
> +#    modify it under the terms of version 2 of the GNU General Public
> +#    License published by the Free Software Foundation.
> +#
> +# ------------------------------------------------------------------
> +
> +  unix (connect, receive, send) type=stream peer=(addr="@tmp/.mozc.*"),
> 




More information about the AppArmor mailing list