Re: [HACKERS] sepgsql: label regression test failed

2014-05-16 Thread Kohei KaiGai
2014-05-16 16:26 GMT+09:00 Heikki Linnakangas : > On 05/14/2014 07:33 AM, Sergey Muraviov wrote: >> >> I've got this compiler warning: >> relation.c: In function ‘sepgsql_relation_drop’: >> relation.c:472:25: warning: ‘tclass’ may be used uninitialized in this >> function [-Wmaybe-uninitialized]

Re: [HACKERS] sepgsql: label regression test failed

2014-05-16 Thread Heikki Linnakangas
On 05/14/2014 07:33 AM, Sergey Muraviov wrote: I've got this compiler warning: relation.c: In function ‘sepgsql_relation_drop’: relation.c:472:25: warning: ‘tclass’ may be used uninitialized in this function [-Wmaybe-uninitialized] sepgsql_avc_check_perms(&object, ^

Re: [HACKERS] sepgsql: label regression test failed

2014-05-15 Thread Kohei KaiGai
Sorry, I've forgotten the report. The test fails on label test come from specification change in the mcs policy. Previously, it was applied to all the domains including unconfined_t, but now, it became to be applied on the domain with "mcsconstrained" attribute. This regression test run sepgsql_s

Re: [HACKERS] sepgsql: label regression test failed

2014-05-13 Thread Sergey Muraviov
Hi. Some regression tests for sepgsql still not work on Fedora 20: == running regression test queries== test label... FAILED test dml ... ok test ddl ... FAILED test alter... FAILED t

Re: [HACKERS] sepgsql: label regression test failed

2013-12-24 Thread Kohei KaiGai
Hello, It seems to me changes in the base security policy on Fedora affected to the regression test. Our test cases for sepgsql_setcon() utilizes the MCS rules, that prevents domain transition from narrow categories to wider ones, to control the success cases and failure cases. However, its cover

Re: [HACKERS] sepgsql: label regression test failed

2013-12-18 Thread Sergey Muraviov
# semodule -l | grep sepgslq sepgsql-regtest 1.07 Full list of modules is in attachment. 2013/12/18 Kohei KaiGai > Could you show me semodule -l on your environment? > I believe security policy has not been changed between F19 and F20... > > Thanks, > > 2013/12/18 Sergey Muraviov : > > Hi > >

Re: [HACKERS] sepgsql: label regression test failed

2013-12-18 Thread Kohei KaiGai
Could you show me semodule -l on your environment? I believe security policy has not been changed between F19 and F20... Thanks, 2013/12/18 Sergey Muraviov : > Hi > > I've tried to test postgres 9.3.2 and 9.4devel with selinux on Fedora 20 and > met with a label regression test failure. > > PS >

[HACKERS] sepgsql: label regression test failed

2013-12-18 Thread Sergey Muraviov
Hi I've tried to test postgres 9.3.2 and 9.4devel with selinux on Fedora 20 and met with a label regression test failure. PS I've got some warning during build process. -- Best regards, Sergey Muraviov regression.out Description: Binary data regression.diffs Description: Binary data warni