Lines Matching refs:from

2 	* Add neverallow support for ioctl extended permissions, from Jeff Vander Stoep.
3 * fix double free on name-based type transitions, from Stephen Smalley.
4 * switch operations to extended perms, from Jeff Vander Stoep.
5 * policy_define.c: fix compiler warnings, from Nick Kralevich.
6 * Remove uses of -Wno-return-type, from Dan Albert.
7 * Fix -Wreturn-type issues, from Dan Albert.
8 * dispol: display operations as ranges, from Jeff Vander Stoep.
9 * dispol: Extend to display operations, from Stephen Smalley.
10 * Add support for ioctl command whitelisting, from Jeff Vander Stoep.
11 * Add option to write CIL policy, from James Carter
12 * Add device tree ocontext nodes to Xen policy, from Daniel De Graaf.
13 * Widen Xen IOMEM context entries, from Daniel De Graaf.
14 * Expand allowed character set in paths, from Daniel De Graaf.
15 * Fix precedence between number and filesystem tokens, from Stephen Smalley.
16 * dispol/dismod fgets function warnings fix, from Emre Can Kucukoglu.
19 * Fix bugs found by hardened gcc flags, from Nicolas Iooss.
20 * Add missing semicolon in cond_else parser rule, from Steven Capelli.
21 * Clear errno before call to strtol(3) from Dan Albert.
22 * Global C++11 compatibility from Dan Albert.
23 * Allow libsepol C++ static library on device from Daniel Cashman.
29 * Drop -lselinux from LDLIBS for test programs; not used.
30 * Add debug feature to display constraints/validatetrans from Richard Haines.
33 * Fix hyphen usage in man pages from Laurent Bigonville.
34 * handle-unknown / -U required argument fix from Laurent Bigonville.
35 * Support overriding Makefile PATH and LIBDIR from Laurent Bigonville.
36 * Support space and : in filenames from Dan Walsh.
69 * Separate tunable from boolean during compile.
117 * Add support for building Xen policies from Paul Nuzzi.
121 from Caleb Case.
124 * Properly escape regex symbols in the lexer from Stephen Smalley.
127 * Add bounds support from KaiGai Kohei.
130 * Update checkpolicy for user and role mapping support from Joshua Brindle.
133 * Fix for policy module versions that look like IPv4 addresses from Jim Carter.
137 * Add permissive domain support from Eric Paris.
141 policy_define.c and policy_define.h from Todd C. Miller.
144 * Initialize struct policy_file before using it, from Todd C. Miller.
147 * Remove unused define, move variable out of .y file, simplify COND_ERR, from Todd C. Miller.
150 * Use yyerror2() where appropriate from Todd C. Miller.
153 * Update dispol for libsepol avtab changes from Stephen Smalley.
159 * Added support for policy capabilities from Todd Miller.
162 …* Initialize the source file name from the command line argument so that checkpolicy/checkmodule r…
165 …of REJECT and trailing context in lex rules; make ipv4 address parsing like ipv6 from James Carter.
168 * Merged handle unknown policydb flag support from Eric Paris.
173 * Merged fix for segfault on duplicate require of sensitivity from Caleb Case.
174 * Merged fix for dead URLs in checkpolicy man pages from Dan Walsh.
177 * Merged checkmodule man page fix from Dan Walsh.
180 * Merged patch to allow dots in class identifiers from Caleb Case.
195 * Merged user and range_transition support for modules from
200 changes from Darrel Goeddel
203 * Merged symtab datum patch from Karl MacMillan.
209 * Merged patch to remove TE rule conflict checking from the parser
210 from Joshua Brindle. This can only be done properly by the
216 from Joshua Brindle.
219 * Merged optionals in base take 2 patch set from Joshua Brindle.
222 * Merged compiler cleanup patch from Karl MacMillan.
223 * Merged fix warnings patch from Karl MacMillan.
256 * Merged optionals in base patch from Joshua Brindle.
259 * Merged sepol_av_to_string patch from Joshua Brindle.
265 * Merged checkmodule man page from Dan Walsh, and edited it.
276 generating older policies) from George Coker.
279 * Merged dismod fix from Joshua Brindle.
283 cond_optimize_lists() call from checkpolicy.c; these are handled
294 * Merged module compiler fixes from Joshua Brindle.
298 check_assertions() from checkpolicy since they are now called
308 * Merged support for require blocks inside conditionals from
315 * Merged several bug fixes from Joshua Brindle (Tresys).
318 * Merged MLS in modules patch from Joshua Brindle (Tresys).
321 * Merged error handling improvement in checkmodule from Karl MacMillan (Tresys).
324 * Merged bugfix for dup role transition error messages from
328 * Merged policyver/modulever patches from Joshua Brindle (Tresys).
334 * Merged bug fix for role dominance handling from Darrel Goeddel (TCS).
344 * Merged use-after-free fix from Serge Hallyn (IBM).
364 * Merged patch to prohibit use of "self" as a type name from Jason Tang (Tresys).
367 * Merged patch to fix dismod compilation from Joshua Brindle (Tresys).
374 module read/write code from libsemanage to libsepol, and
375 to enable build of test subdirectory from Jason Tang (Tresys).
378 * Merged hierarchy check fix from Joshua Brindle (Tresys).
381 * Merged loadable module support from Tresys Technology.
386 from Joshua Brindle (Tresys).
392 * Merged cleanup patch from Dan Walsh.
399 * Merged identifier fix from Joshua Brindle (Tresys).
402 * Merged hierarchical type/role patch from Tresys Technology.
403 * Merged MLS fixes from Darrel Goeddel of TCS.
410 * Merged range_transition support from Darrel Goeddel (TCS).
413 * Merged define_user() cleanup patch from Darrel Goeddel (TCS).
419 * Merged enhanced MLS support from Darrel Goeddel (TCS).
422 * Merged typeattribute statement patch from Darrel Goeddel of TCS.
424 * Merged nodecon ordering patch from Chad Hanson of TCS.
429 * Merged fix for role dominance ordering issue from Chad Hanson of TCS.
438 …* Merged bug fix for conditional self handling from Karl MacMillan, Dave Caplan, and Joshua Brindl…
443 * Merged fix for MLS logic from Daniel Thayer of TCS.
450 * Merged ipv6 support from James Morris of RedHat.
454 * Merged policydb MLS patch from Chad Hanson of TCS.
458 * Merged conditional policy extensions from Tresys Technology.
460 * Added support for excluding types from type sets based on
463 * Merged patch from Colin Walters to report source file name and line
469 * Merged patches from Bastian Blank and Joerg Hoh.
472 * Merged MLS build patch from Karl MacMillan of Tresys.
473 * Merged checkpolicy man page from Magosanyi Arpad.
478 * Merged coding style cleanups from James Morris.