File manager - Edit - /home/newsbmcs.com/public_html/static/img/logo/tunables.tar
Back
kernelvars 0000644 00000002557 15027532230 0006653 0 ustar 00 # 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/ etc 0000644 00000002065 15027532230 0005244 0 ustar 00 # ------------------------------------------------------------------ # # 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> dovecot 0000644 00000001444 15027532230 0006134 0 ustar 00 # ------------------------------------------------------------------ # # 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/ global 0000644 00000001367 15027532230 0005735 0 ustar 00 # ------------------------------------------------------------------ # # 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> home 0000644 00000001726 15027532230 0005424 0 ustar 00 # ------------------------------------------------------------------ # # 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> securityfs 0000644 00000000625 15027532230 0006671 0 ustar 00 # 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/ share 0000644 00000001463 15027532230 0005574 0 ustar 00 @{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 proc 0000644 00000000670 15027532230 0005434 0 ustar 00 # ------------------------------------------------------------------ # # 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/ multiarch 0000644 00000001166 15027532230 0006462 0 ustar 00 # ------------------------------------------------------------------ # # 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> xdg-user-dirs 0000644 00000001543 15027532230 0007166 0 ustar 00 # ------------------------------------------------------------------ # # 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> run 0000644 00000000027 15027532230 0005271 0 ustar 00 @{run}=/run/ /var/run/ apparmorfs 0000644 00000000567 15027532230 0006650 0 ustar 00 # 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/ sys 0000644 00000000572 15027532230 0005310 0 ustar 00 # 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. alias 0000644 00000001160 15027532230 0005555 0 ustar 00 # ------------------------------------------------------------------ # # 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/, home.d/site.local 0000644 00000001172 15027532230 0007676 0 ustar 00 # ------------------------------------------------------------------ # # 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/ home.d/ubuntu 0000644 00000000521 15027532230 0007160 0 ustar 00 # 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}+= multiarch.d/site.local 0000644 00000001205 15027532230 0010733 0 ustar 00 # ------------------------------------------------------------------ # # 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 xdg-user-dirs.d/site.local 0000644 00000001332 15027532230 0011441 0 ustar 00 # ------------------------------------------------------------------ # # 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}+=""
| ver. 1.4 |
Github
|
.
| PHP 8.2.28 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings