aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2025-03-31 20:46:22 +0200
committerMattias Andrée <m@maandree.se>2025-03-31 20:46:22 +0200
commit8554495b1d495fbdfc4f19beeba12e7f2ceaf82f (patch)
tree84a8402c90b7b467c888bce573032233ee1518f2
parentgo through todo list (diff)
downloadredshift-ng-master.tar.gz
redshift-ng-master.tar.bz2
redshift-ng-master.tar.xz
Remove apparmor configHEADmaster
Signed-off-by: Mattias Andrée <m@maandree.se>
-rw-r--r--TODO4
-rw-r--r--data/apparmor/usr.bin.redshift.in42
2 files changed, 0 insertions, 46 deletions
diff --git a/TODO b/TODO
index f846530..7eee069 100644
--- a/TODO
+++ b/TODO
@@ -4,13 +4,11 @@ https://github.com/jonls/redshift/pull/568 Wayland support PR (updated Lourens r
https://github.com/jonls/redshift/pull/613 Show color temperature and period in status icon menu if AppIndicator…
https://github.com/jonls/redshift/pull/614 Implement GTK+ GUI config tool
https://github.com/jonls/redshift/pull/656 Make GeoClue2 optional at runtime
-https://github.com/jonls/redshift/pull/705 apparmor: allow old config file location
https://github.com/jonls/redshift/pull/714 prevent desktop file from being written in .config/autostart [Fixes #686]
https://github.com/jonls/redshift/pull/719 fix disable resetting color+temp continuously
https://github.com/jonls/redshift/pull/757 redshift-gtk: use Ayatana AppIndicator3 instead of App Indicator3
https://github.com/jonls/redshift/pull/782 Update AppStream metadata for redshift-gtk
https://github.com/jonls/redshift/pull/788 redshift-gtk-desktop.in: Remove StartupNotify.
-https://github.com/jonls/redshift/pull/864 Fix apparmor config.
https://github.com/jonls/redshift/issues/385 Patch: fix broken temperature setting on Quartz
https://github.com/jonls/redshift/issues/155 Redshift 1.10 - Clicking Icon Off - Screen Doesn't Return Full Brightness
@@ -23,7 +21,6 @@ https://github.com/jonls/redshift/issues/337 No support for multiple monitors on
https://github.com/jonls/redshift/issues/436 Adjust backlight of external monitors
https://github.com/jonls/redshift/issues/501 Icons Not Appearing On XFCE
https://github.com/jonls/redshift/issues/516 redshift-gtk consumes 100% CPU if denied geoclue (or cannot find geoclue?)
-https://github.com/jonls/redshift/issues/708 Apparmor profile blocks config file if XDG_CONFIG_HOME is set
https://github.com/jonls/redshift/issues/713 Not working on 3rd plug n play screen in Linux Mint 19.1
https://github.com/jonls/redshift/issues/723 Tray icon disappeared [still unsolved, please look – new information!]
https://github.com/jonls/redshift/issues/725 Mouse cursor busy ~ 25 seg (Linux Mint 19.1 Tessa Xfce)
@@ -37,7 +34,6 @@ https://github.com/jonls/redshift/issues/839 Allow hooks to transition smoothly
https://github.com/jonls/redshift/issues/849 Windows blinking / flickering of "classic" Windows menus
https://github.com/jonls/redshift/issues/862 (redshift-gtk:6420): Gdk-CRITICAL
https://github.com/jonls/redshift/issues/891 Is it working ? I can't tell.a
-https://github.com/jonls/redshift/issues/898 Apparmor denies access to amdgpu binaries in default profile under Linux Mint 21.3
CONFIRMED ISSUES
diff --git a/data/apparmor/usr.bin.redshift.in b/data/apparmor/usr.bin.redshift.in
deleted file mode 100644
index dd9d9ae..0000000
--- a/data/apparmor/usr.bin.redshift.in
+++ /dev/null
@@ -1,42 +0,0 @@
-# ------------------------------------------------------------------
-#
-# Copyright (C) 2015 Cameron Norman <camerontnorman@gmail.com>
-#
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program. If not, see <http://www.gnu.org/licenses/>.
-#
-# ------------------------------------------------------------------
-
-#include <tunables/global>
-@bindir@/redshift {
- #include <abstractions/base>
- #include <abstractions/nameservice>
- #include <abstractions/dbus-strict>
- #include <abstractions/X>
-
- dbus send
- bus=system
- path=/org/freedesktop/GeoClue2/Client/[0-9]*,
-
- dbus receive
- bus=system
- path=/org/freedesktop/GeoClue2/Manager,
-
- # Allow but log any other dbus activity
- audit dbus bus=system,
-
- owner @{HOME}/.config/redshift/redshift.conf r,
-
- # Site-specific additions and overrides. See local/README for details.
- #include <local/usr.bin.redshift>
-}