[apparmor] Mapping end-user applications to security contexts

2013-08-22 Thread Alberto Mardegan
Hi all! As some of you already know, Ubuntu's OnlineAccounts plans for the next months include maintaining its own dynamic ACL of which applications are allowed to use a certain account, with the end-user being the decision maker. Therefore, in order to create and update the ACL, we ultimately

[apparmor] GSoC review r48..51

2013-08-22 Thread Christian Boltz
Hello, the review for r48, 49, 50 and 51 is attached. Of course feedback to all the code is always welcome (I don't have a monopoly on reviewing GSoC code ;-) but there's a detail I'd like to discuss: aa-genprof.py has: if os.path.exists('/var/log/audit/audit.log'): syslog =

Re: [apparmor] GSoC review r48..51

2013-08-22 Thread Steve Beattie
On Thu, Aug 22, 2013 at 01:43:46PM -0700, Tyler Hicks wrote: On 2013-08-22 22:19:59, Christian Boltz wrote: aa-genprof.py has: if os.path.exists('/var/log/audit/audit.log'): syslog = False I'm not sure if audit.log exists is the best way to choose the logfile but I