Displaying 4 results from an estimated 4 matches for "mac_t".
Did you mean:
mac_2
2007 May 29
0
LoMAC module: cannot get clearance level revoked
...6.1. All MAC stuff
enabled, the corresponding module loaded, and other models evaluated (Biba,
MLS, combo).
Thanks,
Kirill
=== TEST PROGRAM ===
#include <stdlib.h>
#include <stdio.h>
#include <sys/types.h>
#include <sys/mac.h>
void printfilelabel(const char * fname) {
mac_t filelabel;
char *buf;
if ( 0 != mac_prepare_file_label( &filelabel ) ) {
fprintf( stderr, "printfilelabel(%s): failed to prepare label\n", fname
);
exit( -1 );
}
if ( 0 != mac_get_file( fname, filelabel ) ) {
fprintf( stderr, "printfilelabel(%s): failed to get...
2005 May 12
0
[PATCH] Trusted IRIX Support
...}
+ else
+ fatal("Unable to convert %s into a capability
set!",
+ cap_string);
+ }
+ }
+
+ #endif /* WITH_IRIX_CAP */
+
+
+ #ifdef WITH_IRIX_MAC
+ void
+ irix_set_mac(const char * mac_string)
+ {
+ mac_t running_mac;
+ if(mac_string == NULL)
+ fatal("irix_set_mac received NULL for input!");
+ if(sysconf(_SC_MAC) != 0) {
+ debug("irix_set_mac: setting mac label to %s",mac_string);
+ running_mac=mac_from_text(mac_stri...
2010 Mar 17
3
tinc throughput on alix machines
Hi,
I've setup a wlan ap using a an alix 2d2 (AMD Geode LX 500 Mhz + AES
Offload)
and am now trying to encapsulate the wlan traffic into a vpn (tap bridge).
Though even when disabling crypto and digest (there is a crypto engine
onboard
can be setup to handle tinc encryption), the best throughput I get
is aroung 2,9 MByte per second (wget+http) (even if the client is run
locally).
The network
2007 Jul 21
2
tincctl patches
(Second try to send this. I wonder if the first one gotten eaten by a
spam filter; I'll link to patches instead of attaching them.)
Here are the tincctl patches I've been working on. They apply to
http://www.tinc-vpn.org/svn/tinc/branches/1.1@1545. I intend to commit
them once the crypto stuff's fixed. Since they're basically done, I'm
emailing them now for review and in case