ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: "Alexey I. Froloff" <raorn@binec.ru>
To: ALT Devel discussion list <devel@altlinux.ru>
Subject: Re: [devel] Re: [sisyphus] Re: root warning
Date: Mon, 4 Nov 2002 21:59:30 +0300
Message-ID: <20021104185930.GA14713@hell.devel.altlinux.ru> (raw)
In-Reply-To: <20021104121605.GE1648@basalt.office.altlinux.ru>

[-- Attachment #1: Type: text/plain, Size: 853 bytes --]

On Mon, Nov 04, 2002 at 03:16:05PM +0300, Dmitry V. Levin wrote:
> On Mon, Nov 04, 2002 at 01:55:49PM +0200, Michael Shigorin wrote:
> > > http://www.lrn.ru/index.php?module=gallery&action=thread&imgid=817
> > > Может стОит такое в системные xinitrc прописать?
> > Definitely.
> Можно запускать такую программу непосредственно перед WM.
> Volunteers?
Что-то типа:

=== Cut ===
#! /bin/sh

if [ `id -u` -eq 0 ]; then
    xmessage -buttons Continue:0,Exit:2 -default Exit "You are trying to run X as root
    
This is difeniteley BAD idea,
since you can damage something
and nothing will stop you.

Click 'Continue' if you really
know what you are doung.
Otherwise, click 'Exit' and read
your fine mnual about creating
unpriviledged user accounts."

    if [ $? -eq 0 ]; then
	exit 0
    else
	exit 1
    fi
fi
exit 0
=== Cut ===

-- 
Regards,
Sir Raorn.

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

  reply	other threads:[~2002-11-04 18:59 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-11-04 12:16   ` Dmitry V. Levin
2002-11-04 18:59     ` Alexey I. Froloff [this message]
2002-11-04 22:15       ` Mikhail Zabaluev
2002-11-05  8:14       ` Вячеслав Диконов
2002-11-07 14:34         ` Michael Shigorin
2002-11-07 16:34           ` Andrey Orlov
2002-11-07 19:05             ` Michael Shigorin
2002-11-07 20:23             ` Dmitry V. Levin
2002-11-07 23:45               ` Andrey Orlov
2002-11-08  7:51                 ` Вячеслав Диконов
2002-11-08 10:01                   ` Michael Shigorin
2002-11-10  1:52                     ` Andrey Orlov
2002-11-10 10:25                       ` Dmitry V. Levin
2002-11-10 10:37                         ` Constantin Mikhaylenko
2002-11-15 21:53                         ` Dmitry V. Levin
2002-11-15 22:22                           ` Andrey Orlov
2002-11-10 18:22                       ` Вячеслав Диконов
2002-11-11  9:22                         ` Michael Shigorin
2002-11-11 23:01                           ` Andrey Orlov
2002-11-11  7:48               ` [devel] " Serge Volkov
2002-11-11  9:18                 ` Alexander Bokovoy
2002-11-11 22:46                 ` О конфигураторе (Re: [devel] Re: root warning) Andrey Orlov
2002-11-12  0:28                   ` [JT] " Vitaly Lipatov
2002-11-12  7:22                     ` Anton V. Boyarshinov
2002-11-12  7:56                     ` Alexandre Prokoudine
2002-11-12  8:21                       ` Vitaly Lipatov
2002-11-12 10:28                     ` Vitaly Lugovsky
2002-11-12 13:13                     ` [devel] " Anton Farygin
2002-11-12 13:27                       ` [devel] [JT] О трёхмерном конфигураторе Dmitry V. Levin
2002-11-13  7:42                         ` [devel] [JT] О трёхмерном конфигуратоконфигураторе Вячеслав Диконов
2002-11-13  8:31                           ` Sergey V. Turchin
2002-11-08  7:12           ` [devel] Re: [sisyphus] Re: root warning Вячеслав Диконов
2002-11-08 10:03             ` Michael Shigorin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20021104185930.GA14713@hell.devel.altlinux.ru \
    --to=raorn@binec.ru \
    --cc=devel@altlinux.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Team development discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
		devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
	public-inbox-index devel

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git