Re: [apparmor] [patch] Remove pname to bin_name mapping in autodep()

2016-02-11 Thread Kshitij Gupta
Hello, On Sun, Jan 3, 2016 at 11:21 PM, Christian Boltz wrote: > Hello, > > if autodep() is called with a pname starting with / (which can happen > for (N)amed exec depending on the user input), this pname is mapped to > bin_name. > > This might look like a good idea, however if the given pname

[apparmor] [patch] Remove pname to bin_name mapping in autodep()

2016-01-03 Thread Christian Boltz
Hello, if autodep() is called with a pname starting with / (which can happen for (N)amed exec depending on the user input), this pname is mapped to bin_name. This might look like a good idea, however if the given pname doesn't exist as file on-disk, autodep() returns None instead of a (mostly emp