Re: how to identify the superuser in C

2002-12-11 Thread Oohara Yuuma
On Wed, 11 Dec 2002 14:13:15 -0500, Matt Zimmerman <[EMAIL PROTECTED]> wrote: > On Wed, Dec 11, 2002 at 11:07:11AM +0900, Oohara Yuuma wrote: > > The problem is that there is fakeroot. getuid() == 0 or > > geteuid() == 0 is not enough. PAM is an overkill. > > I think

Re: how to identify the superuser in C

2002-12-11 Thread Oohara Yuuma
On Wed, 11 Dec 2002 14:13:15 -0500, Matt Zimmerman <[EMAIL PROTECTED]> wrote: > On Wed, Dec 11, 2002 at 11:07:11AM +0900, Oohara Yuuma wrote: > > The problem is that there is fakeroot. getuid() == 0 or > > geteuid() == 0 is not enough. PAM is an overkill. > > I think

how to identify the superuser in C

2002-12-10 Thread Oohara Yuuma
== 0 is the best approach. Any opinion? -- Oohara Yuuma <[EMAIL PROTECTED]> Debian developer PGP key (key ID F464A695) http://www.interq.or.jp/libra/oohara/pub-key.txt Key fingerprint = 6142 8D07 9C5B 159B C170 1F4A 40D6 F42E F464 A695 smile to answer --- Treasure, "Radiant Silvergun&q

how to identify the superuser in C

2002-12-10 Thread Oohara Yuuma
== 0 is the best approach. Any opinion? -- Oohara Yuuma <[EMAIL PROTECTED]> Debian developer PGP key (key ID F464A695) http://www.interq.or.jp/libra/oohara/pub-key.txt Key fingerprint = 6142 8D07 9C5B 159B C170 1F4A 40D6 F42E F464 A695 smile to answer --- Treasure, "Radiant Silvergun&q

Re: System Accounts

2002-10-14 Thread Oohara Yuuma
this? Also, what are the bare minimum accounts? Read the FAQ of Securing Debian Manual, "Are all system users necessary?". -- Oohara Yuuma <[EMAIL PROTECTED]> Debian developer PGP key (key ID F464A695) http://www.interq.or.jp/libra/oohara/pub-key.txt Key fingerprint = 6142 8D07 9

Re: System Accounts

2002-10-14 Thread Oohara Yuuma
this? Also, what are the bare minimum accounts? Read the FAQ of Securing Debian Manual, "Are all system users necessary?". -- Oohara Yuuma <[EMAIL PROTECTED]> Debian developer PGP key (key ID F464A695) http://www.interq.or.jp/libra/oohara/pub-key.txt Key fingerprint = 6142 8D07 9

Re: debian-security-announce-$lang@lists?

2002-08-14 Thread Oohara Yuuma
usually in 24 hours) 2. Seiji Kaneko translates the e-mail version of DSA into Japanese and post it to [EMAIL PROTECTED] 3. Mariko GODA translates the wml version of DSA into Japanese and post it to [EMAIL PROTECTED] (this takes a while) 4. Tomohiro KUBOTA commits the translated DSA wml to the

Re: Problem with logcheck

2002-08-09 Thread Oohara Yuuma
le is shorter than it was, then: if there is logfile.0, assume that it was rotated by savelog and read it else, if there is logfile.1, assume that it was rotated by logrotate If you switch from savelog to logrotate and leave logfile.0, logcheck will read it every time the log file is rotated

Re: aide and tiger sending gpg crypted files

2002-06-06 Thread Oohara Yuuma
one intercepted and changed > them? You may need a dedicated keypair for it because anyone who have a copy of your public key can encrypt a fake report, intercept the real report and replace it. -- Oohara Yuuma <[EMAIL PROTECTED]> Debian developer PGP key (key ID F464A695) http://ww

Re: About user monitoring

2002-04-16 Thread Oohara Yuuma
g information with microsecond accuracy as well. It can record emacs -nw, vi, lynx, or any programs running on tty. I am writing a pam module which records a tty session in a ttyrec compatible format (not yet released). -- Oohara Yuuma <[EMAIL PROTECTED]> Debian developer PGP key (key ID F46

Re: About user monitoring

2002-04-16 Thread Oohara Yuuma
g information with microsecond accuracy as well. It can record emacs -nw, vi, lynx, or any programs running on tty. I am writing a pam module which records a tty session in a ttyrec compatible format (not yet released). -- Oohara Yuuma <[EMAIL PROTECTED]> Debian developer PGP key (key ID F46

Re: the right way to access CDROM as non-root

2002-01-03 Thread Oohara Yuuma
Thank you for information. I will do chgrp cdrom /dev/hdc and see what will happen after several apt-get upgrade. -- Oohara Yuuma <[EMAIL PROTECTED]> Graduate-school of Science, Kyoto University PGP key (key ID F464A695) http://www.interq.or.jp/libra/oohara/pub-key.txt Key fingerprint

Re: the right way to access CDROM as non-root

2002-01-03 Thread Oohara Yuuma
Thank you for information. I will do chgrp cdrom /dev/hdc and see what will happen after several apt-get upgrade. -- Oohara Yuuma <[EMAIL PROTECTED]> Graduate-school of Science, Kyoto University PGP key (key ID F464A695) http://www.interq.or.jp/libra/oohara/pub-key.txt Key fingerprint

Re: the right way to access CDROM as non-root

2002-01-01 Thread Oohara Yuuma
way, I can mount a CD as a non-root user. /etc/fstab says: /dev/cdrom /cdrom iso9660 defaults,ro,user,noauto 0 0 -- Oohara Yuuma <[EMAIL PROTECTED]> Graduate-school of Science, Kyoto University PGP Key (F464A695) http://www.interq.or.jp/libra/oohara/pub-key.txt Key f

Re: the right way to access CDROM as non-root

2002-01-01 Thread Oohara Yuuma
way, I can mount a CD as a non-root user. /etc/fstab says: /dev/cdrom /cdrom iso9660 defaults,ro,user,noauto 0 0 -- Oohara Yuuma <[EMAIL PROTECTED]> Graduate-school of Science, Kyoto University PGP Key (F464A695) http://www.interq.or.jp/libra/oohara/pub-key.txt Key f

the right way to access CDROM as non-root

2002-01-01 Thread Oohara Yuuma
ot:disk 0660. I don't want to edit /sbin/MAKEDEV because it is not a conffile. Is there a possibility that some package calls /sbin/MAKEDEV and overwrites my setting of /dev/hdc? -- Oohara Yuuma <[EMAIL PROTECTED]> Graduate-school of Science, Kyoto University PGP Key (F464A695) http://

the right way to access CDROM as non-root

2002-01-01 Thread Oohara Yuuma
ot:disk 0660. I don't want to edit /sbin/MAKEDEV because it is not a conffile. Is there a possibility that some package calls /sbin/MAKEDEV and overwrites my setting of /dev/hdc? -- Oohara Yuuma <[EMAIL PROTECTED]> Graduate-school of Science, Kyoto University PGP Key (F464A695) http://

Re: LogCheck Issues

2001-09-15 Thread Oohara Yuuma
e this instead. /USR/SBIN/CRON\[.*\]: \(mail\) CMD \( if \[ -x /usr/sbin/exim -a -f /etc/exim.conf \]; then /usr/sbin/exim -q >/dev/null 2>&1; fi\) -- Oohara Yuuma <[EMAIL PROTECTED]> Graduate-school of Science, Kyoto University PGP Key http://www.interq.or.jp/libra/oohara/pub-

Re: LogCheck Issues

2001-09-15 Thread Oohara Yuuma
e this instead. /USR/SBIN/CRON\[.*\]: \(mail\) CMD \( if \[ -x /usr/sbin/exim -a -f /etc/exim.conf \]; then /usr/sbin/exim -q >/dev/null 2>&1; fi\) -- Oohara Yuuma <[EMAIL PROTECTED]> Graduate-school of Science, Kyoto University PGP Key http://www.interq.or.jp/libra/oohara/pub-

Re: listen on tcp port and log input ??

2001-09-05 Thread Oohara Yuuma
end" tool that can be used directly or easily driven by other programs and scripts. At the same time it is a feature-rich network debugging and exploration tool, since it can create almost any kind of connection you would need and has several interesting built-in capabilities. installed-s

Re: listen on tcp port and log input ??

2001-09-05 Thread Oohara Yuuma
end" tool that can be used directly or easily driven by other programs and scripts. At the same time it is a feature-rich network debugging and exploration tool, since it can create almost any kind of connection you would need and has several interesting built-in capabilities. installed-s

Re: Logcheck+PortSentry

2001-08-23 Thread Oohara Yuuma
. Do any of you know how > I can configure LogCheck to e-mail port scan attempts logged by PortSentry > and Netfilter to a trusted user? Edit /etc/logcheck/logcheck.logfiles . -- Oohara Yuuma <[EMAIL PROTECTED]> Graduate-school of Science, Kyoto University PGP Key http://www.interq.or

Re: Logcheck+PortSentry

2001-08-23 Thread Oohara Yuuma
host. Do any of you know how > I can configure LogCheck to e-mail port scan attempts logged by PortSentry > and Netfilter to a trusted user? Edit /etc/logcheck/logcheck.logfiles . -- Oohara Yuuma <[EMAIL PROTECTED]> Graduate-school of Science, Kyoto University PGP Key http://www.interq.or

Re: Apache + ModSSL

2001-07-23 Thread Oohara Yuuma
ServerName localhost will work --- you can access your sites via http://localhost -- Oohara Yuuma Graduate-school of Science, Kyoto University [EMAIL PROTECTED]

Re: Apache + ModSSL

2001-07-23 Thread Oohara Yuuma
ServerName localhost will work --- you can access your sites via http://localhost -- Oohara Yuuma Graduate-school of Science, Kyoto University [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]