Re: [apparmor] [profile] AbiWord: access to "/etc/nsswitch.conf", "/etc/passwd" files, ".ecryptfs/*/.Private/" folder and the proc filesystem ("/proc/[pid]/auxv").

2017-03-22 Thread Seth Arnold
On Wed, Mar 22, 2017 at 02:54:30PM -0700, Seth Arnold wrote: > > By the way; AbiWord changelogs link is not working (404 Error) for: > > Precise, Trusty and trusty-updates. There is an information about "The > > requested URL", which "was not found on this server" etc. Changelogs, for > > all the r

Re: [apparmor] [PATCH v2] json support for tools (logprof and genprof)

2017-03-22 Thread Seth Arnold
On Wed, Mar 22, 2017 at 01:24:04PM -0500, Goldwyn Rodrigues wrote: > From: Goldwyn Rodrigues > > This adds JSON support for tools in order to be able to talk to > other utilities such as Yast. > > The json is one per line, in order to differentiate between multiple > records. This is based on wo

Re: [apparmor] [profile] AbiWord: access to "/etc/nsswitch.conf", "/etc/passwd" files, ".ecryptfs/*/.Private/" folder and the proc filesystem ("/proc/[pid]/auxv").

2017-03-22 Thread Seth Arnold
On Wed, Mar 22, 2017 at 09:06:34PM +0100, daniel curtis wrote: > There are, however, some issues, that makes me wonder. [Firstly]: during > profile testing it turned out that AbiWord needs an access > (requested_mask="r" denied_mask="r") to these two files: > > ✗ /etc/nsswitch.conf > ✗ /etc/passwd

[apparmor] [profile] AbiWord: access to "/etc/nsswitch.conf", "/etc/passwd" files, ".ecryptfs/*/.Private/" folder and the proc filesystem ("/proc/[pid]/auxv").

2017-03-22 Thread daniel curtis
Hi A couple of months ago, I've created a working AbiWord profile (till now, there is not any DENIED entries in log files, such as '/var/log/kern.log') and, of course, I've done some tests: change font size, background color, bolding, instering table etc.) The one problem, which I'm seeing for now

[apparmor] [PATCH v2] json support for tools (logprof and genprof)

2017-03-22 Thread Goldwyn Rodrigues
From: Goldwyn Rodrigues This adds JSON support for tools in order to be able to talk to other utilities such as Yast. The json is one per line, in order to differentiate between multiple records. This is based on work presented by Christian Boltz some time back. Signed-off-by: Goldwyn Rodrigues