Войти в систему

Home
    - Создать дневник
    - Написать в дневник
       - Подробный режим

LJ.Rossia.org
    - Новости сайта
    - Общие настройки
    - Sitemap
    - Оплата
    - ljr-fif

Редактировать...
    - Настройки
    - Список друзей
    - Дневник
    - Картинки
    - Пароль
    - Вид дневника

Сообщества

Настроить S2

Помощь
    - Забыли пароль?
    - FAQ
    - Тех. поддержка



Пишет LWN.net ([info]syn_lwnheadline)
@ 2021-03-15 17:38:00


Previous Entry  Add to memories!  Tell a Friend!  Next Entry
[$] Unprivileged chroot()
It is probably fair to say that most Linux developers never end up using chroot()
in an application. This system call puts the calling process into a new
view of the filesystem, with the passed-in directory as the root
directory. It can be used to isolate a process from the bulk of the
filesystem, though its security benefits are somewhat limited. Calling
chroot() is a privileged operation but, if Mickaël Salaün has his
way with this patch
set
, that will not be true for much longer, in some situations at
least.


(Читать комментарии) (Добавить комментарий)