* Unbreaking Debian 11 and partially Ubuntu 22.04 * pre-cleanup * pre-cleanup2 * Update im-launch * Update gnome-extension-ding * polishing * not yet * Update ubuntu.flags Allow GDM to boot. `No new privs` fix. * Update debian.flags Allow GDM to boot. `No new privs` fix. * Update CONTRIBUTING.md * fixes * reverting w * move setpriv to main.flags
35 lines
788 B
Text
35 lines
788 B
Text
# apparmor.d - Full set of apparmor profiles
|
|
# Copyright (C) 2022 Alexandre Pujol <alexandre@pujol.io>
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
abi <abi/3.0>,
|
|
|
|
include <tunables/global>
|
|
|
|
@{exec_path} = /{usr/,}bin/scrcpy
|
|
profile scrcpy @{exec_path} {
|
|
include <abstractions/base>
|
|
include <abstractions/dri-common>
|
|
include <abstractions/dri-enumerate>
|
|
include <abstractions/mesa>
|
|
include <abstractions/opencl>
|
|
include <abstractions/vulkan>
|
|
|
|
network inet stream,
|
|
network inet6 stream,
|
|
|
|
signal (send) set=(kill) peer=adb,
|
|
|
|
@{exec_path} mr,
|
|
|
|
/{usr/,}bin/adb rPx,
|
|
|
|
/usr/share/scrcpy/{,*} r,
|
|
/usr/share/icons/**/scrcpy.png r,
|
|
|
|
/var/lib/dbus/machine-id r,
|
|
|
|
owner @{user_config_dirs}/ibus/bus/{,@{hex}-unix{,-wayland}-[0-9]} r,
|
|
|
|
include if exists <local/scrcpy>
|
|
}
|