Remove and merge sources that are already present deps.
This commit is contained in:
parent
41e4012902
commit
2129e23596
141 changed files with 92 additions and 4400 deletions
|
|
@ -1,16 +0,0 @@
|
|||
# ------------------------------------------------------------------
|
||||
#
|
||||
# Copyright (C) 2010 Canonical Ltd.
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or
|
||||
# modify it under the terms of version 2 of the GNU General Public
|
||||
# License published by the Free Software Foundation.
|
||||
#
|
||||
# ------------------------------------------------------------------
|
||||
|
||||
# Alias rules can be used to rewrite paths and are done after variable
|
||||
# resolution. For example, if '/usr' is on removable media:
|
||||
# alias /usr/ -> /mnt/usr/,
|
||||
#
|
||||
# Or if mysql databases are stored in /home:
|
||||
# alias /var/lib/mysql/ -> /home/mysql/,
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
# Copyright (C) 2012 Canonical Ltd.
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or
|
||||
# modify it under the terms of version 2 of the GNU General Public
|
||||
# License published by the Free Software Foundation.
|
||||
#
|
||||
# ------------------------------------------------------------------
|
||||
|
||||
include <tunables/securityfs>
|
||||
|
||||
@{apparmorfs}=@{securityfs}/apparmor/
|
||||
|
|
@ -1,20 +0,0 @@
|
|||
# ------------------------------------------------------------------
|
||||
#
|
||||
# Copyright (C) 2013 Christian Boltz
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or
|
||||
# modify it under the terms of version 2 of the GNU General Public
|
||||
# License published by the Free Software Foundation.
|
||||
#
|
||||
# ------------------------------------------------------------------
|
||||
# vim:ft=apparmor
|
||||
|
||||
# @{DOVECOT_MAILSTORE} is a space-separated list of all directories
|
||||
# where dovecot is allowed to store and read mails
|
||||
#
|
||||
# The default value is quite broad to avoid breaking existing setups.
|
||||
# Please change @{DOVECOT_MAILSTORE} to (only) contain the directory
|
||||
# you use, and remove everything else.
|
||||
|
||||
@{DOVECOT_MAILSTORE}=@{HOME}/Maildir/ @{HOME}/mail/ @{HOME}/Mail/ /var/vmail/ /var/mail/ /var/spool/mail/
|
||||
|
||||
|
|
@ -1,25 +0,0 @@
|
|||
# ------------------------------------------------------------------
|
||||
#
|
||||
# Copyright (C) 2020 Christian Boltz
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or
|
||||
# modify it under the terms of version 2 of the GNU General Public
|
||||
# License published by the Free Software Foundation.
|
||||
#
|
||||
# ------------------------------------------------------------------
|
||||
|
||||
# @{etc_ro} contains a space-separated list of the system configuration directories.
|
||||
# Traditionally this means /etc/, but when using a read-only / filesystem and/or
|
||||
# with the goal of having only user-modified config files in /etc/, directories
|
||||
# like /usr/etc/ get introduced for storing the default config.
|
||||
|
||||
# @{etc_ro} contains read-only directories with configuration files.
|
||||
# Do not use @{etc_ro} in rules that allow write access.
|
||||
@{etc_ro}=/etc/ /usr/etc/
|
||||
|
||||
# @{etc_rw} contains directories where writing to configuration files is allowed.
|
||||
@{etc_rw}=/etc/
|
||||
|
||||
# Also, include files in tunables/etc.d/ for site-specific adjustments to
|
||||
# @{etc_ro} and @{etc_rw}.
|
||||
include if exists <tunables/etc.d>
|
||||
|
|
@ -1,23 +0,0 @@
|
|||
# ------------------------------------------------------------------
|
||||
#
|
||||
# Copyright (C) 2006-2009 Novell/SUSE
|
||||
# Copyright (C) 2010-2014 Canonical Ltd.
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or
|
||||
# modify it under the terms of version 2 of the GNU General Public
|
||||
# License published by the Free Software Foundation.
|
||||
#
|
||||
# ------------------------------------------------------------------
|
||||
|
||||
# All the tunables definitions that should be available to every profile
|
||||
# should be included here
|
||||
|
||||
include <tunables/home>
|
||||
include <tunables/multiarch>
|
||||
include <tunables/proc>
|
||||
include <tunables/alias>
|
||||
include <tunables/kernelvars>
|
||||
include <tunables/xdg-user-dirs>
|
||||
include <tunables/share>
|
||||
include <tunables/etc>
|
||||
include <tunables/run>
|
||||
|
|
@ -1,25 +0,0 @@
|
|||
# ------------------------------------------------------------------
|
||||
#
|
||||
# Copyright (C) 2006-2009 Novell/SUSE
|
||||
# Copyright (C) 2010 Canonical Ltd.
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or
|
||||
# modify it under the terms of version 2 of the GNU General Public
|
||||
# License published by the Free Software Foundation.
|
||||
#
|
||||
# ------------------------------------------------------------------
|
||||
|
||||
# @{HOME} is a space-separated list of all user home directories. While
|
||||
# it doesn't refer to a specific home directory (AppArmor doesn't
|
||||
# enforce discretionary access controls) it can be used as if it did
|
||||
# refer to a specific home directory
|
||||
@{HOME}=@{HOMEDIRS}/*/ /root/
|
||||
|
||||
# @{HOMEDIRS} is a space-separated list of where user home directories
|
||||
# are stored, for programs that must enumerate all home directories on a
|
||||
# system.
|
||||
@{HOMEDIRS}=/home/
|
||||
|
||||
# Also, include files in tunables/home.d for site-specific adjustments to
|
||||
# @{HOMEDIRS}.
|
||||
include <tunables/home.d>
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
# ------------------------------------------------------------------
|
||||
#
|
||||
# Copyright (C) 2010 Canonical Ltd.
|
||||
# This program is free software; you can redistribute it and/or
|
||||
# modify it under the terms of version 2 of the GNU General Public
|
||||
# License published by the Free Software Foundation.
|
||||
#
|
||||
# ------------------------------------------------------------------
|
||||
|
||||
# The following is a space-separated list of where additional user home
|
||||
# directories are stored, each must have a trailing '/'. Directories added
|
||||
# here are appended to @{HOMEDIRS}. See tunables/home for details. Eg:
|
||||
#@{HOMEDIRS}+=/srv/nfs/home/ /mnt/home/
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
# This file is auto-generated. It is recommended you update it using:
|
||||
# $ sudo dpkg-reconfigure apparmor
|
||||
#
|
||||
# The following is a space-separated list of where additional user home
|
||||
# directories are stored, each must have a trailing '/'. Directories added
|
||||
# here are appended to @{HOMEDIRS}. See tunables/home for details.
|
||||
#@{HOMEDIRS}+=
|
||||
|
|
@ -1,33 +0,0 @@
|
|||
# Copyright (C) 2012 Canonical Ltd.
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or
|
||||
# modify it under the terms of version 2 of the GNU General Public
|
||||
# License published by the Free Software Foundation.
|
||||
#
|
||||
# ------------------------------------------------------------------
|
||||
|
||||
# This file should contain declarations to kernel vars or variables
|
||||
# that will become kernel vars at some point
|
||||
|
||||
# until kernel vars are implemented
|
||||
# and until the parser supports nested groupings like
|
||||
# @{pid}=[1-9]{[0-9]{[0-9]{[0-9]{[0-9]{[0-9],},},},},}
|
||||
# use
|
||||
@{pid}={[1-9],[1-9][0-9],[1-9][0-9][0-9],[1-9][0-9][0-9][0-9],[1-9][0-9][0-9][0-9][0-9],[1-9][0-9][0-9][0-9][0-9][0-9],[1-4][0-9][0-9][0-9][0-9][0-9][0-9]}
|
||||
|
||||
#same pattern as @{pid} for now
|
||||
@{tid}=@{pid}
|
||||
|
||||
#A pattern for pids that can appear
|
||||
@{pids}=@{pid}
|
||||
|
||||
# Placeholder for user id until kernel var is implemented to match
|
||||
# current user of the confined application.
|
||||
# Values are 0...4,294,967,295 (32-bit unsigned, 10 digits).
|
||||
@{uid}={[0-9],[1-9][0-9],[1-9][0-9][0-9],[1-9][0-9][0-9][0-9],[1-9][0-9][0-9][0-9][0-9],[1-9][0-9][0-9][0-9][0-9][0-9],[1-9][0-9][0-9][0-9][0-9][0-9][0-9],[1-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9],[1-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9],[1-4][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]}
|
||||
|
||||
#same pattern as @{uid} for now
|
||||
@{uids}=@{uid}
|
||||
|
||||
# until kernel var is implemented
|
||||
@{sys}=/sys/
|
||||
|
|
@ -1,17 +0,0 @@
|
|||
# ------------------------------------------------------------------
|
||||
#
|
||||
# Copyright (C) 2010 Canonical Ltd.
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or
|
||||
# modify it under the terms of version 2 of the GNU General Public
|
||||
# License published by the Free Software Foundation.
|
||||
#
|
||||
# ------------------------------------------------------------------
|
||||
|
||||
# @{multiarch} is the set of patterns matching multi-arch library
|
||||
# install prefixes.
|
||||
@{multiarch}=*-linux-gnu*
|
||||
|
||||
# Also, include files in tunables/multiarch.d for site and packaging
|
||||
# specific adjustments to @{multiarch}.
|
||||
include <tunables/multiarch.d>
|
||||
|
|
@ -1,14 +0,0 @@
|
|||
# ------------------------------------------------------------------
|
||||
#
|
||||
# Copyright (C) 2011 Canonical Ltd.
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or
|
||||
# modify it under the terms of version 2 of the GNU General Public
|
||||
# License published by the Free Software Foundation.
|
||||
#
|
||||
# ------------------------------------------------------------------
|
||||
|
||||
# The following is a space-separated list of where additional multipath
|
||||
# prefixes are stored, each should not have a trailing '/'. Directories
|
||||
# added here are appended to @{multiarch}. See tunables/mutliarch for details. Eg:
|
||||
#@{multiarch}+=*-freebsd* s390-hurd-zomg
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
# vim:syntax=apparmor
|
||||
# ------------------------------------------------------------------
|
||||
#
|
||||
# Copyright (C) 2002-2005 Novell/SUSE
|
||||
# Copyright (C) 2011 Canonical, Ltd.
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or
|
||||
# modify it under the terms of version 2 of the GNU General Public
|
||||
# License published by the Free Software Foundation.
|
||||
#
|
||||
# ------------------------------------------------------------------
|
||||
|
||||
#Add your ntpd devices here eg. if you have a DCF clock
|
||||
# @{NTPD_DEVICE}="/dev/ttyS1"
|
||||
@{NTPD_DEVICE}="/dev/null"
|
||||
|
|
@ -1,12 +0,0 @@
|
|||
# ------------------------------------------------------------------
|
||||
#
|
||||
# Copyright (C) 2006 Novell/SUSE
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or
|
||||
# modify it under the terms of version 2 of the GNU General Public
|
||||
# License published by the Free Software Foundation.
|
||||
#
|
||||
# ------------------------------------------------------------------
|
||||
|
||||
# @{PROC} is the location where procfs is mounted.
|
||||
@{PROC}=/proc/
|
||||
|
|
@ -1 +0,0 @@
|
|||
@{run}=/run/ /var/run/
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
# Copyright (C) 2012 Canonical Ltd.
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or
|
||||
# modify it under the terms of version 2 of the GNU General Public
|
||||
# License published by the Free Software Foundation.
|
||||
#
|
||||
# ------------------------------------------------------------------
|
||||
|
||||
# @{securityfs} is the location where securityfs is mounted.
|
||||
@{securityfs}=@{sys}/kernel/security/
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
@{flatpak_exports_root} = {flatpak/exports,flatpak/{app,runtime}/*/*/*/*/export}
|
||||
|
||||
# System-wide directories with behaviour analogous to /usr/share
|
||||
# in patterns like the freedesktop.org basedir spec. These are
|
||||
# owned by root or a system user, appear in XDG_DATA_DIRS, and
|
||||
# are the parent directory for `applications`, `themes`,
|
||||
# `dbus-1/services`, etc.
|
||||
@{system_share_dirs} = /{usr,usr/local,var/lib/@{flatpak_exports_root}}/share
|
||||
|
||||
# Per-user/personal directories with behaviour analogous to
|
||||
# ~/.local/share in patterns like the freedesktop.org basedir spec.
|
||||
# These are owned by the user running an application, appear in
|
||||
# XDG_DATA_DIRS or XDG_DATA_HOME, and are the parent directory
|
||||
# for the same subdirectories as @{system_share_dirs}
|
||||
@{user_share_dirs} = @{HOME}/.local{,/share/@{flatpak_exports_root}}/share
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
# Copyright (C) 2012 Canonical Ltd.
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or
|
||||
# modify it under the terms of version 2 of the GNU General Public
|
||||
# License published by the Free Software Foundation.
|
||||
#
|
||||
# ------------------------------------------------------------------
|
||||
|
||||
#This file is DEPRECATED! @{sys} is defined in tunables/kernelvars now.
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
@{torbrowser_installation_dir}=@{HOME}/.local/share/torbrowser/tbb/{i686,x86_64}/tor-browser_*
|
||||
@{torbrowser_home_dir}=@{torbrowser_installation_dir}/Browser
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
# ------------------------------------------------------------------
|
||||
#
|
||||
# Copyright (C) 2014 Canonical Ltd.
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or
|
||||
# modify it under the terms of version 2 of the GNU General Public
|
||||
# License published by the Free Software Foundation.
|
||||
#
|
||||
# ------------------------------------------------------------------
|
||||
|
||||
# Define the common set of XDG user directories (usually defined in
|
||||
# /etc/xdg/user-dirs.defaults)
|
||||
@{XDG_DESKTOP_DIR}="Desktop"
|
||||
@{XDG_DOWNLOAD_DIR}="Downloads"
|
||||
@{XDG_TEMPLATES_DIR}="Templates"
|
||||
@{XDG_PUBLICSHARE_DIR}="Public"
|
||||
@{XDG_DOCUMENTS_DIR}="Documents"
|
||||
@{XDG_MUSIC_DIR}="Music"
|
||||
@{XDG_PICTURES_DIR}="Pictures"
|
||||
@{XDG_VIDEOS_DIR}="Videos"
|
||||
|
||||
# Also, include files in tunables/xdg-user-dirs.d for site-specific adjustments
|
||||
# to the various XDG directories
|
||||
include <tunables/xdg-user-dirs.d>
|
||||
|
|
@ -1,21 +0,0 @@
|
|||
# ------------------------------------------------------------------
|
||||
#
|
||||
# Copyright (C) 2014 Canonical Ltd.
|
||||
# This program is free software; you can redistribute it and/or
|
||||
# modify it under the terms of version 2 of the GNU General Public
|
||||
# License published by the Free Software Foundation.
|
||||
#
|
||||
# ------------------------------------------------------------------
|
||||
|
||||
# The following may be used to add additional entries such as for
|
||||
# translations. See tunables/xdg-user-dirs for details. Eg:
|
||||
#@{XDG_MUSIC_DIR}+="Musique"
|
||||
|
||||
#@{XDG_DESKTOP_DIR}+=""
|
||||
#@{XDG_DOWNLOAD_DIR}+=""
|
||||
#@{XDG_TEMPLATES_DIR}+=""
|
||||
#@{XDG_PUBLICSHARE_DIR}+=""
|
||||
#@{XDG_DOCUMENTS_DIR}+=""
|
||||
#@{XDG_MUSIC_DIR}+=""
|
||||
#@{XDG_PICTURES_DIR}+=""
|
||||
#@{XDG_VIDEOS_DIR}+=""
|
||||
Loading…
Add table
Add a link
Reference in a new issue