search for: privgrp

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

Did you mean: primgrp
2000 Oct 31
1
Locking pages in core
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Is there any interest in using mlock to lock pages in core so that potentially sensitive data won't get swapped out to disk? (GnuPG, for example, does this). There was a thread on this a long time ago, and it degenerated into a discussion of crypto-swap, but the question was never answered. Is there a good reason not to do this? The only one
2004 Sep 17
2
patch: openssh 3.9p1 on hp-ux 10.20
...e CC'ed him on this mail. --- includes.h.orig Fri Sep 17 10:03:08 2004 +++ includes.h Fri Sep 17 09:52:03 2004 @@ -186,8 +186,20 @@ * of getspnam when _INCLUDE__STDC__ is defined, so we unset it here. */ #ifdef __hpux -# ifdef _INCLUDE__STDC__ -# undef _INCLUDE__STDC__ +# include <sys/privgrp.h> +# if defined(PRIV_PSET) +# define _hpux_11i +# elif defined(PRIV_SPUCTL) +# define __hpux_11x +# elif defined(PRIV_SERIALIZE) +# define __hpux_10x +# elif defined(PRIV_SETRUGID) +# define __hpux_9x +# endif +# if defined(_hpux_11i) || defined(__hpux_11x) +# ifdef _INCLUDE__STDC__ +# u...