From: Tomas Mudrunka Date: Thu, 19 Jan 2012 08:11:43 +0000 (+0100) Subject: experimental complain profile for wine + minor logprof updates X-Git-Url: http://git.harvie.cz/?p=mirrors%2FAppArmor-Profiles.git;a=commitdiff_plain;h=b13a605a1cf188548f4c62bb793de201befec352 experimental complain profile for wine + minor logprof updates --- diff --git a/usr.bin.man b/usr.bin.man index 0d08b30..e51e0dd 100644 --- a/usr.bin.man +++ b/usr.bin.man @@ -1,4 +1,4 @@ -# Last Modified: Wed Jan 18 18:04:03 2012 +# Last Modified: Thu Jan 19 00:58:43 2012 # ------------------------------------------------------------------ # # Copyright (C) 2002-2005 Novell/SUSE @@ -37,16 +37,18 @@ /opt/qt/man/ r, /opt/qt/man/* rk, /opt/qt/man/*/ r, - /root/.lesshst w, + /root/.lesshst rw, /usr/bin/groff rix, /usr/bin/locale rix, /usr/bin/nroff rix, + /usr/bin/troff rix, + /usr/bin/grotty rix, /usr/bin/preconv rix, /usr/bin/tbl rix, /usr/lib/man-db/man Px, /usr/local/man/ r, /usr/man/ r, - /usr/share/man/ r, + /usr/share/** r, /var/cache/man/** rk, } diff --git a/usr.bin.wine b/usr.bin.wine new file mode 100644 index 0000000..4679759 --- /dev/null +++ b/usr.bin.wine @@ -0,0 +1,15 @@ +# Last Modified: Thu Jan 19 09:10:27 2012 +#include + +/usr/bin/wine flags=(complain) { + #include + + + + /home/*/.wine/drive_c/ rw, + /home/*/.wine/drive_c/** rw, + /home/*/Emulation/**/ r, + /usr/bin/wine mr, + /usr/bin/wine-preloader rix, + +}