Re: [apparmor] [patch] Use list check in PtraceRule and SignalRule is_covered_localvars()

2016-01-25 Thread Steve Beattie
On Mon, Dec 21, 2015 at 10:05:29PM +0100, Christian Boltz wrote: > PtraceRule access and SignalRule access and signal can contain more than > one value. Therefore adjust is_covered_localvars() in both to use the > list (subset) instead of the plain (exactly equal) check. > > Also add a testcase

[apparmor] [patch] Use list check in PtraceRule and SignalRule is_covered_localvars()

2015-12-21 Thread Christian Boltz
Hello, PtraceRule access and SignalRule access and signal can contain more than one value. Therefore adjust is_covered_localvars() in both to use the list (subset) instead of the plain (exactly equal) check. Also add a testcase for each to ensure the list/subset check works as expected. [