Codebase list mozc / 5838876
Add apparmor profile for mozc-server Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@debian.org> Nobuhiro Iwamatsu 6 years ago
3 changed file(s) with 10 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
22 * Update debian/control.
33 - Remove uim-utils from Depends of uim-mozc. (Closes: #875758)
44 - Update Standards-Version to 4.1.0.
5 * Add apparmor profile for mozc-server. (Closes: #818527)
56
67 -- Nobuhiro Iwamatsu <iwamatsu@debian.org> Tue, 26 Sep 2017 00:13:44 +0900
78
0 # vim:syntax=apparmor
1 # Profile abstraction for allowing mozc to run in including guest session
2 # Author: Aron Xu <happyaron@ubuntu.com>
3
4 # Requires apparmor 2.9
5
6 unix (bind, listen) type=stream addr="@tmp/.mozc.*",
6767 # mozc-server
6868 install -D -m 0755 src/out_linux/Release/mozc_renderer \
6969 $(CURDIR)/debian/mozc-server/usr/lib/mozc/mozc_renderer
70 install -D -m 0644 debian/mozc-server.apparmor \
71 $(CURDIR)/debian/mozc-server/etc/apparmor.d/abstractions/mozc-server
7072
7173 # mozc-utils-gui
7274 desktop-file-install --dir=$(CURDIR)/debian/mozc-utils-gui/usr/share/applications \