I'm under the impression that this is the same as SELinux
(http://www.nsa.gov/selinux/info/faq.cfm)
Regards,
KAM
I was just at cansecwest (http://cansecwest.com/) here in Vancouver, and
went to a talk by Crispin Cowan from Novell. He presented AppArmor which
confines the application into a r
On Apr 9, 2006, at 5:02 AM, Kevin A. McGrail wrote:
I'm under the impression that this is the same as SELinux
(http://www.nsa.gov/selinux/info/faq.cfm)
SELinux is at the kernel level + a few libraries, and from what i
read appArmor is just a library
Does anyone know of a good idiomatic way to safeguard against people
hitting reload and processing the same info twice?
I'm thinking someone here figured out a series of internal/external
redirects to keep that from happening.
Right now, I just do a timeout variable in the session -> check
On Apr 9, 2006, at 1:48 PM, Jonathan Vanasco wrote:
Does anyone know of a good idiomatic way to safeguard against
people hitting reload and processing the same info twice?
I'm thinking someone here figured out a series of internal/external
redirects to keep that from happening.
Right now,
On Fri, 7 Apr 2006 21:34:04 -0400
Jonathan Vanasco <[EMAIL PROTECTED]> wrote:
> yep. thats how i've got it set right now. i'm going to run some
> concurrency tests this weekend to see how it works with cached
> handles in Apache::DBI.
I'd suggest trying pgpool without Apache::DBI also. Us