Re: [HACKERS] GUC --- prevent non-super user changes

Поиск
Список
Период
Сортировка
От Robert Treat
Тема Re: [HACKERS] GUC --- prevent non-super user changes
Дата
Msg-id 1055369568.7086.98.camel@camel
обсуждение исходный текст
Список pgsql-patches
On Wed, 2003-06-11 at 01:01, Bruce Momjian wrote:
> Here is a proposed fix for the new SUSET of various variables.  The
> solution is to create a new GUC context called PGC_USERLIMIT, which
> limits changes by non-super users.  For example, non-super users can
> turn on logging, but can't turn it off, and log_min_* logging can have
> added output, but not less output.
>

Is there a danger here that users can crank logging up to the max and
either crash a server due to i/o load, or perhaps create enough "noise"
to cover tracks of something malicious?

Robert Treat
--
Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL


В списке pgsql-patches по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Simple LRU for clog and (later) subtrans
Следующее
От: Josh Berkus
Дата:
Сообщение: Re: [HACKERS] "Adding missing from clause" (replacement)