-
Notifications
You must be signed in to change notification settings - Fork 425
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
symbolic link problem with configuration file #877
Comments
just stumbled upon this now. |
well, I've never bothered with AppArmor, I didn't even know it was used outside some servers' scope. I suppose redshift has made some adjustement to skip AppArmor stuff, because none of my other applications behave this way, I can use symbolic links with a specific dotfiles folder. It might not be a bug, but it's quite an annoyance, and it doesn't seem very logical to have such a behavior from AppArmor. If it's the default feature of apparmor, then I'll see if I can disable it completely, I don't like when a program make unix things behave unexpected, especially without any clear warning. |
This appears to be a valid bug in Redshift. The package provides Normally, I would say it's an Ubuntu packaging bug, but the problematic AppArmor configuration is provided directly in this repo, making it in-scope for an upstream bug report: https://github.com/jonls/redshift/blob/master/data/apparmor/usr.bin.redshift.in |
Describe the bug
It looks like we can't use symbolic links with the configuration file (on Linux Mint 21)
To Reproduce
Steps to reproduce the behavior:
I've made a link from my dotfile folder:
ln -s redshift.conf ~/.config/
Then redshift didn't took my changes into account. I've tested it from 2 different computers.
I've copied it instead
rm ~/.config/redshift.conf
cp redshift.conf ~/.config/
then my settings are working.
The text was updated successfully, but these errors were encountered: