ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: "Victor P. Vyatkin" <vtor77@list.ru>
To: community@altlinux.ru
Subject: Re: [Comm] Вопрос о SQUID
Date: Mon, 18 Oct 2004 19:07:25 +0600
Message-ID: <4173C00D.6000305@list.ru> (raw)
In-Reply-To: <693001996.20041018145340@railway.mogilev.by>

Igor пишет:

>Подскажите как можно обычному пользователю дать достум к фалу
>конфигурации, что бы он мог его редактировать
>Заранее спасибо
>  
>
Предположим, что некто хочет управлять доступом к прокси , но совершенно 
нехочет знать как работает система ...
Наиболее просто для него, создать acl с разрешенными хостами  во внешнем 
файле .
в squid.conf
[skip]
acl permit_hosts src "/etc/squid/permit_hosts"
[skip]
http_access allow permit_hosts
http_access adeny all
[skip]

даем пользователю прова на редактирование /etc/squid/permit_hosts  и 
разрешаем ему выполнять  только   sudo service squid restart

$cat /etc/squid/permit_hosts
127.0.0.1/255.255.255.255
192.168.1.1/255.255.255.255
192.168.2.0/255.255.255.0

-- 
Best regards,
 Victor Vyatkin




  parent reply	other threads:[~2004-10-18 13:07 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-10-18 11:53 Igor
2004-10-18 12:40 ` Beshkov Andrew
2004-10-18 13:23   ` Re[2]: " Igor
2004-10-18 12:50 ` Artem K. Jouravsky
2004-10-18 13:07 ` Victor P. Vyatkin [this message]
2004-10-19  3:42 ` Mike Lykov

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=4173C00D.6000305@list.ru \
    --to=vtor77@list.ru \
    --cc=community@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 Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/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 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

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


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