search for: policydb_read

Displaying 2 results from an estimated 2 matches for "policydb_read".

2011 Jan 17
1
SELinux : semodule_package, magic number does not match
...nfiguration from foo.te checkmodule: policy configuration loaded checkmodule: writing binary representation (version 6) to foo.mod $ semodule_package -o foo.pp -m foo.mod $ echo $? 0 # So far, so good. But : $ checkmodule -b foo.pp checkmodule: loading policy configuration from foo.pp libsepol.policydb_read: policydb magic number 0xf97cff8f does not match expected magic number 0xf97cff8c or 0xf97cff8d checkmodule: error(s) encountered while parsing configuration # And trying to "semodule -i foo.pp" fails completely. So here come my questions : - is there a boolean to allow httpd to execu...
2013 May 01
0
[xen-unstable test] 17860: regressions - FAIL
...ampbell <ian.campbell@citrix.com> commit b3f685edb7b8d040182b9e4d83bf34f2883cc385 Author: Ian Campbell <ian.campbell@citrix.com> Date: Tue Apr 30 09:08:08 2013 +0200 xsm: fix printf format string for strlen result strlen returns size_t: policydb.c: In function ‘policydb_read’: policydb.c:1779: error: format ‘%lu’ expects type ‘long unsigned int’, but argument 3 has type ‘size_t’ This is probably benign on 64-bit x86 but was found by Dharshini on 32-bit Xen 4.2.x. I expect it affects ARM too. Reported-by: Dharshini Tharmaraj <dharshinitharma...