Re: [RFC PATCH 1/1] selinux-testsuite: Add binder tests

2018-05-15 Thread Stephen Smalley
On 05/15/2018 01:34 PM, Richard Haines wrote: > On Tue, 2018-05-15 at 12:56 -0400, Stephen Smalley wrote: >> On 05/15/2018 12:38 PM, Stephen Smalley wrote: >>> On 05/15/2018 09:43 AM, Stephen Smalley wrote: On 05/15/2018 09:36 AM, Stephen Smalley wrote: > This test is failing for me (with

Re: [RFC PATCH 1/1] selinux-testsuite: Add binder tests

2018-05-15 Thread Richard Haines via Selinux
On Tue, 2018-05-15 at 12:56 -0400, Stephen Smalley wrote: > On 05/15/2018 12:38 PM, Stephen Smalley wrote: > > On 05/15/2018 09:43 AM, Stephen Smalley wrote: > > > On 05/15/2018 09:36 AM, Stephen Smalley wrote: > > > > This test is failing for me (with or without -v): > > > > # ./test -v > > > >

Re: [RFC PATCH 1/1] selinux-testsuite: Add binder tests

2018-05-15 Thread Stephen Smalley
On 05/15/2018 12:38 PM, Stephen Smalley wrote: > On 05/15/2018 09:43 AM, Stephen Smalley wrote: >> On 05/15/2018 09:36 AM, Stephen Smalley wrote: >>> This test is failing for me (with or without -v): >>> # ./test -v >>> 1..6 >>> Manager PID: 5608 Process context: >>>

Re: [RFC PATCH 1/1] selinux-testsuite: Add binder tests

2018-05-15 Thread Stephen Smalley
On 05/15/2018 09:43 AM, Stephen Smalley wrote: > On 05/15/2018 09:36 AM, Stephen Smalley wrote: >> This test is failing for me (with or without -v): >> # ./test -v >> 1..6 >> Manager PID: 5608 Process context: >> unconfined_u:unconfined_r:test_binder_mgr_t:s0-s0:c0.c1023 >> Client PID: 5609

Re: [RFC PATCH 1/1] selinux-testsuite: Add binder tests

2018-05-15 Thread Richard Haines via Selinux
On Tue, 2018-05-15 at 09:43 -0400, Stephen Smalley wrote: > On 05/15/2018 09:36 AM, Stephen Smalley wrote: > > On 05/15/2018 04:25 AM, Richard Haines via Selinux wrote: > > > Add binder tests. See tests/binder/test_binder.c for details on > > > message flows to test security_binder*() functions. >

Re: [RFC PATCH 1/1] selinux-testsuite: Add binder tests

2018-05-15 Thread Stephen Smalley
On 05/15/2018 09:36 AM, Stephen Smalley wrote: > On 05/15/2018 04:25 AM, Richard Haines via Selinux wrote: >> Add binder tests. See tests/binder/test_binder.c for details on >> message flows to test security_binder*() functions. >> >> Signed-off-by: Richard Haines

Re: [RFC PATCH 1/1] selinux-testsuite: Add binder tests

2018-05-15 Thread Stephen Smalley
On 05/15/2018 04:25 AM, Richard Haines via Selinux wrote: > Add binder tests. See tests/binder/test_binder.c for details on > message flows to test security_binder*() functions. > > Signed-off-by: Richard Haines > --- > README.md | 8 + >