Lines Matching refs:from
2 * Allow constraint denial cause to be determined from Richard Haines.
6 * Support overriding Makefile RANLIB from Sven Vermeulen.
7 * Fix man pages from Laurent Bigonville.
36 * Move ebitmap_* functions from mcstrans to libsepol
42 * Separate tunable from boolean during compile.
79 * Fixed typo in error message from Manoj Srivastava.
82 * Add pkgconfig file from Eamon Walsh.
85 * Add support for building Xen policies from Paul Nuzzi.
92 * Add method to check disable dontaudit flag from Christopher Pardy.
95 * Fix boolean state smashing from Joshua Brindle.
99 from Caleb Case.
102 * Add bounds support from KaiGai Kohei.
103 * Fix invalid aliases bug from Joshua Brindle.
109 * Allow require then declare in the source policy from Joshua Brindle.
112 …* Fix mls_semantic_level_expand() to handle a user require w/o MLS information from Stephen Smalle…
115 * Fix endianness bug in the handling of network node addresses from Stephen Smalley.
120 * Merge user and role mapping support from Joshua Brindle.
123 …* Fix mls_level_convert() to gracefully handle an empty user declaration/require from Stephen Smal…
126 * Belatedly merge test for policy downgrade from Todd Miller.
129 * Add permissive domain support from Eric Paris.
132 * Drop unused ->buffer field from struct policy_file.
135 * Add policy_file_init() initalizer for struct policy_file and use it, from Todd C. Miller.
138 * Accept "Flask" as an alternate identifier string in kernel policies from Stephen Smalley.
141 * Add support for open_perms policy capability from Eric Paris.
144 * Fix invalid memory allocation in policydb_index_others() from Jason Tang.
147 …uichi Nakamura's tune avtab to reduce memory usage patch from the kernel avtab to libsepol from St…
151 peak memory usage from Joshua Brindle.
154 * Added support for policy capabilities from Todd Miller.
157 * Prevent generation of policy.18 with MLS enabled from Todd Miller.
160 * print module magic number in hex on mismatch, from Todd Miller.
163 * clarify and reduce neverallow error reporting from Stephen Smalley.
166 * Reject self aliasing at link time from Stephen Smalley.
169 * Allow handle_unknown in base to be overridden by semanage.conf from Stephen Smalley.
172 * Fixed bug in require checking from Stephen Smalley.
173 * Added user hierarchy checking from Todd Miller.
179 * Merged support for the handle_unknown policydb flag from Eric Paris.
182 * Moved next_entry and put_entry out-of-line to reduce code size from Ulrich Drepper.
188 * Eliminate unaligned accesses from policy reading code from Stephen Smalley.
191 * Allow dontaudits to be turned off during policy expansion from
200 * Merged error handling patch from Eamon Walsh.
203 * Merged add boolmap argument to expand_module_avrules() from Chris PeBenito.
206 * Merged fix from Karl to remap booleans at expand time to
210 * Merged libsepol segfault fix from Stephen Smalley for when
220 * Merged patch to compile wit -fPIC instead of -fpic from
225 * Merged fix from Karl MacMillan for a segfault when linking
230 transition rules from being written for a version 5 base policy
231 from Darrel Goeddel.
241 from Darrel Goeddel
248 * Merged conditionally expand neverallows patch from Jeremy Mowery.
249 * Merged refactor expander patch from Jeremy Mowery.
252 * Merged libsepol unit tests from Joshua Brindle.
255 * Merged symtab datum patch from Karl MacMillan.
258 * Merged netfilter contexts support from Chris PeBenito.
261 * Merged helpful hierarchy check errors patch from Joshua Brindle.
264 * Merged semodule_deps patch from Karl MacMillan.
271 * Merged optionals in base take 2 patch set from Joshua Brindle.
277 * Merged cleaner fix for bool_ids overflow from Karl MacMillan,
282 policy read from Serge Hallyn.
290 and node_from_record fixes from Serge Hallyn.
298 * Merged patch to initialize sym_val_to_name arrays from Kevin Carr.
303 * Merged patch to revert role/user decl upgrade from Karl MacMillan.
306 * Dropped tests from all Makefile target.
309 * Merged fix warnings patch from Karl MacMillan.
312 * Merged libsepol test framework patch from Karl MacMillan.
318 * Merged fix for leak of optional package sections from Ivan Gyurdiev.
337 * Merged cond_evaluate_expr fix from Serge Hallyn (IBM).
342 changes from Ivan Gyurdiev.
345 * Merged node_expand_addr bugfix and node_compare* change from
349 * Merged nodes, ports: always prepend patch from Ivan Gyurdiev.
350 * Merged bug fix patch from Ivan Gyurdiev.
356 * Merged nodecon support patch from Ivan Gyurdiev.
357 * Merged cleanups patch from Ivan Gyurdiev.
360 * Merged optionals in base patch from Joshua Brindle.
363 * Merged seuser/user_extra support patch from Joshua Brindle.
364 * Merged fix patch from Ivan Gyurdiev.
367 * Merged clone record on set_con patch from Ivan Gyurdiev.
370 * Merged assertion copying bugfix from Joshua Brindle.
371 * Merged sepol_av_to_string patch from Joshua Brindle.
375 from Joshua Brindle.
376 * Merged improve port/fcontext API patch from Ivan Gyurdiev.
377 * Merged fixes for overflow bugs on 64-bit from Ivan Gyurdiev.
380 * Merged size_t -> unsigned int patch from Ivan Gyurdiev.
383 * Merged 2nd const in APIs patch from Ivan Gyurdiev.
386 * Merged const in APIs patch from Ivan Gyurdiev.
387 * Merged compare2 function patch from Ivan Gyurdiev.
393 * Merged further fixes from Russell Coker, specifically:
401 * Merged bugfix for sepol_port_modify from Russell Coker.
405 * Merged port ordering patch from Ivan Gyurdiev.
408 * Merged patch series from Ivan Gyurdiev.
422 * Dropped handle from user_del_role interface.
425 * Merged remove defrole from sepol patch from Ivan Gyurdiev.
428 * Merged module function and map file cleanup from Ivan Gyurdiev.
429 * Merged MLS and genusers cleanups from Ivan Gyurdiev.
440 * Removed sepol_port_* from libsepol.map, as the port interfaces
444 * Merged context destroy cleanup patch from Ivan Gyurdiev.
447 * Merged context_to_string interface change patch from Ivan Gyurdiev.
457 from Ivan Gyurdiev.
460 * Merged count specification change from Ivan Gyurdiev.
468 fix patches from Ivan Gyurdiev.
471 * Removed processing of system.users from sepol_genusers and
475 * Removed policydb_destroy from error path of policydb_read,
482 * Merged query/exists and count patches from Ivan Gyurdiev.
485 * Merged fix for pruned types in expand code from Joshua Brindle.
486 * Merged new module package format code from Joshua Brindle.
490 key passing, and bug fix patches from Ivan Gyurdiev.
493 * Merged users cleanup patch from Ivan Gyurdiev.
496 * Merged user record memory leak fix from Ivan Gyurdiev.
497 * Merged reorganize users patch from Ivan Gyurdiev.
530 code from Joshua Brindle.
536 * Merged new callback-based error reporting system from Ivan
540 * Merged support for require blocks inside conditionals from
553 or wrapped from old module.h, link.h, and expand.h, adjusted for
563 4) policydb_write uses the policy_type and policyvers from the
567 * Merged function renaming and static cleanup from Ivan Gyurdiev.
571 from Joshua Brindle (Tresys).
574 * Merged iterate patch from Ivan Gyurdiev.
577 * Merged MLS in modules patch from Joshua Brindle (Tresys).
580 * Merged pointer typedef elimination patch from Ivan Gyurdiev.
582 from Ivan Gyurdiev.
585 * Merged sepol_get_num_roles fix from Karl MacMillan (Tresys).
588 * Merged bug fix patches from Joshua Brindle (Tresys).
591 * Merged boolean record and memory leak fix patches from Ivan
595 * Merged interface record patch from Ivan Gyurdiev.
598 * Merged fix for sepol_enable/disable_debug from Ivan
602 * Merged stddef.h patch and debug conversion patch from
616 * Merged fix for memory error in policy_module_destroy from
620 * Merged fix for memory leak in sepol_context_to_sid from
625 change to scope_destroy from Joshua Brindle (Tresys).
629 from Serge Hallyn (IBM). Bugs found by Coverity.
635 * Merged several error handling fixes from
648 when writing the type->attribute reverse map from
676 * Merged patch to move module read/write code from libsemanage
677 to libsepol from Jason Tang (Tresys).
683 * Merged user, context, port records patch from Ivan Gyurdiev.
684 * Merged key extract function patch from Ivan Gyurdiev.
687 * Merged mls_context_to_sid bugfix from Ivan Gyurdiev.
692 genbools, debug traceback, and bugfix patches from Ivan Gyurdiev.
693 * Merged uninitialized variable bugfix from Dan Walsh.
696 * Merged debug support, policydb conversion functions from Ivan Gyurdiev (Red Hat).
700 * Merged hierarchy check fix from Joshua Brindle (Tresys).
703 * Merged header file cleanup and memory leak fix from Ivan Gyurdiev (Red Hat).
706 * Merged genbools debugging message cleanup from Red Hat.
709 * Merged loadable module support from Tresys Technology.
732 * Merged hierarchical type/role patch from Tresys Technology.
733 * Merged MLS fixes from Darrel Goeddel of TCS.
741 * Merged booleans.local patch from Dan Walsh.
748 * Merged man pages for genpolusers and chkcon from Manoj Srivastava.
757 * Merged sepol_debug and fclose patch from Dan Walsh.
764 * Merged range_transition support from Darrel Goeddel (TCS).
770 * Merged endianness and compute_av patches from Darrel Goeddel (TCS).
776 * Merged enhanced MLS support from Darrel Goeddel (TCS).
779 * Merged build fix patch from Manoj Srivastava.
789 * Merged patch from Dan Walsh to ignore case on booleans.
792 * Moved genpolbools utility from checkpolicy to libsepol.
803 * Removed original code from checkpolicy, which now uses libsepol.