doc: add the abstactions page.

This commit is contained in:
Alexandre Pujol 2024-03-24 15:21:31 +00:00
parent 8da2fd621a
commit 1a097bed36
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
5 changed files with 249 additions and 6 deletions

View file

@ -5,7 +5,7 @@
# Instead of allowing the run of all software in @{bin}/, @{lib} the purpose of
# this abstraction is to list all GUI program that can open resources.
# Ultimatelly, only sandbox manager program like bwrap, snap, flatpak, firejail
# Ultimately, only sandbox manager such as like bwrap, snap, flatpak, firejail
# should be present here. Until this day, this profile will be a controlled mess.
# Sandbox managers

View file

@ -2,8 +2,8 @@
# Copyright (C) 2024 Alexandre Pujol <alexandre@pujol.io>
# SPDX-License-Identifier: GPL-2.0-only
# Modernized version of <abstractions/audio>, will be merged with it. It should
# only be used by audio servers that need direct access to device files.
# Provide access to audio devices. It should only be used by audio servers that
# need direct access to them.
include <abstractions/audio-client>