[PATCH 2/2] LSM-IPSec Networking Hooks -- Minor mods

2005-08-11 Thread jaegert
I have made some modifications to the SELinux part of this patch as well. These fall into three categories: (1) removed unnecessary <0 checks on unsigned ints (2) converted sec_ctx variables to uctx since the latter is used for variables of the xfrm_user_sec_ctx data type (3) check for the alg ra

Re: [PATCH 2/2] LSM-IPSec Networking Hooks -- SELinux portion bug fixes

2005-07-19 Thread James Morris
On Mon, 18 Jul 2005, jaegert wrote: > Some bug fixes to the SELinux patch. What were the bugs? - James -- James Morris <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.ker

[PATCH 2/2] LSM-IPSec Networking Hooks -- SELinux portion bug fixes

2005-07-18 Thread jaegert
Some bug fixes to the SELinux patch. Regards, Trent. == This patch series implements per packet access control via the extension of the Linux Security Modules (LSM) interface by hooks in the XFRM and pfkey subsystems that leverage IPSec security associations to

[PATCH 2/2] LSM-IPSec Networking Hooks

2005-07-06 Thread jaegert
Patches for SELinux. Note that the patch applies to 2.6.13-rc2. Regards, Trent. == This patch series implements per packet access control via the extension of the Linux Security Modules (LSM) interface by hooks in the XFRM and pfkey subsystems