Logo video2dn
  • Сохранить видео с ютуба
  • Категории
    • Музыка
    • Кино и Анимация
    • Автомобили
    • Животные
    • Спорт
    • Путешествия
    • Игры
    • Люди и Блоги
    • Юмор
    • Развлечения
    • Новости и Политика
    • Howto и Стиль
    • Diy своими руками
    • Образование
    • Наука и Технологии
    • Некоммерческие Организации
  • О сайте

Скачать или смотреть Alex Willmer - CloudABI: Capability based security on Linux/Unix

  • EuroPython Conference
  • 2016-07-31
  • 634
Alex Willmer - CloudABI: Capability based security on Linux/Unix
UnixSecurityWeb TrackSystem ArchitectureMicroservicesEuroPython2016
  • ok logo

Скачать Alex Willmer - CloudABI: Capability based security on Linux/Unix бесплатно в качестве 4к (2к / 1080p)

У нас вы можете скачать бесплатно Alex Willmer - CloudABI: Capability based security on Linux/Unix или посмотреть видео с ютуба в максимальном доступном качестве.

Для скачивания выберите вариант из формы ниже:

  • Информация по загрузке:

Cкачать музыку Alex Willmer - CloudABI: Capability based security on Linux/Unix бесплатно в формате MP3:

Если иконки загрузки не отобразились, ПОЖАЛУЙСТА, НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если у вас возникли трудности с загрузкой, пожалуйста, свяжитесь с нами по контактам, указанным в нижней части страницы.
Спасибо за использование сервиса video2dn.com

Описание к видео Alex Willmer - CloudABI: Capability based security on Linux/Unix

Alex Willmer - CloudABI: Capability based security on Linux/Unix
[EuroPython 2016]
[19 July 2016]
[Bilbao, Euskadi, Spain]
(https://ep2016.europython.eu//confere...)

Take POSIX, add capability-based security, then remove anything that
conflicts. The result is CloudABI, available for BSD, Linux, OSX et
al.

A CloudABI process is incapable of any action that has a global impact
It can only affect the file descriptors you provide. As a result even
unknown binaries can safely be executed - without the need for
containers, virtual machines, or other sandboxes.

This talk will introduce CloudABI, how to use it with Python, the
benefits, and the trade-offs.

-----

[CloudABI](https://nuxi.nl/) is a new POSIX based computing environment that brings [capability-based security](https://en.wikipedia.org/wiki/Capabil...) to BSD, Linux, OSX et al.

Unlike traditional Unix, if a CloudABI process goes rogue it cannot
execute random binaries, or read arbitrary files. This is achieved by
removing `open()` & any other API able to acquire global resources.
Instead a CloudABI process must be granted capabilities to specific
resources (e.g. directories, files, sockets) in the form of file
descriptors. If a process only has a descriptor for `/var/www` then
it's incapable of affecting any file or folder outside that
directory.

This talk will

Review the security & reusability problems of Linux & Unix processes
Introduce capability-based security
Summarize the design of CloudABI - its benefits & trade-offs
Demonstrate how to write Python software for CloudABI & run it
Point out the pitfalls & gotchas to be aware of
Discuss the current & future status of CloudABI

CloudABI began life on FreeBSD. It also runs DragonFly BSD, NetBSD,
PC-BSD, Arch Linux, Debian, Ubuntu, & OS X. The API & ABI are kernel
agnostic - a CloudABI binary can run on any supported kernel. The
design is evolved from
[Capsicum](https://www.cl.cam.ac.uk/research/sec..., a
library that allows processes to drop access to undesired syscalls at
runtime. CloudABI applies this at build time to make testing & lock-
down easier.

Комментарии

Информация по комментариям в разработке

Похожие видео

  • О нас
  • Контакты
  • Отказ от ответственности - Disclaimer
  • Условия использования сайта - TOS
  • Политика конфиденциальности

video2dn Copyright © 2023 - 2025

Контакты для правообладателей [email protected]