SoC 2009: Application-Specific Audit Trails

2009-04-26 Thread Ilias Marinos

Hi people,

my name is Ilias Marinos and I am an undergraduate student at Computer
Engineering & Informatics Department at University of Patras, Greece. I
was accepted to work this summer with my mentor Robert Watson, on designing 
and impelementing an application-specific audit system, as part of the
TrustedBSD project.

More information about me and my project can be found at:
http://wiki.freebsd.org/IliasMarinos

Regards,
Ilias Marinos

-- 
echo "Sysadmin know better bash than english." | sed s/min/mins/ \
| sed 's/better bash/bash better/'
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"


TPM Device Driver - FreeBSD

2008-12-01 Thread Ilias Marinos

Hello list,

  We are two undergraduate students studying computer engineering and
informatics at Patra's University, Greece. We are currently working on
our diploma thesis which is about developing a driver for the TPM
(Trusted Platform Module) for FreeBSD.We think that TPM can enhance
security in FreeBSD and could be a great addition to the TrustedBSD
project.

  We are still in the begining of the project and since this is our first
effort in implementing a device driver we are trying to gather and read
all available documentation on the subject first. However, we were
unable to find a source of information related to how the BSD kernel and
device communication is implemented and we would greatly appreciate it
if you could point us one; either in form of a book or an
article/tutorial.

  Last but not least, we'd like to make clear that we are oppossed to any
DRM-related use of this device, however we believe that the TPM can be
used in security or cryptographic applications.

Thanks in advance for your time.

Best Regards,
Marinos Ilias <[EMAIL PROTECTED]>
Mellos Seraphim <[EMAIL PROTECTED]>


--
echo "Sysadmin know better bash than english." | sed s/min/mins/ \
| sed 's/better bash/bash better/'
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Network Throughput between jail and base system

2008-03-06 Thread Ilias Marinos


Hello all,
I have a jail to my FreeBSD-STABLE, in which I run some
services.I have configured and setup this jail using ezjail-admin.
[EMAIL PROTECTED]:~$ jls
   JID  IP Address  Hostname  Path
 1  192.168.1.100   ws/usr/jails/ws
/usr/jails/ws

#Jails
ezjail_enable="YES"
ifconfig_lo1="192.168.1.100 netmask 0x" # Jail iface

I use lo1 as jail interface and I nat internet traffic to it with pf:
nat on $ext_if from $ws to any -> ($ext_if)

Today I 've tried to scp a big directory inside the jail and
I've noticed that I was secure copying with 2-3MB/s .That sounds too
weird for me and I would like to hear some opinions , for what it may be
the problem.

Thanks a lot,
Ilias Marinos


--
echo "Sysadmin know better bash than english." | sed s/min/mins/ \
| sed 's/better bash/bash better/'
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"