New comment by ericonr on void-packages repository https://github.com/void-linux/void-packages/issues/21649#issuecomment-656991120 Comment: AppArmor profiles aren't conf files either. They are in `/etc/apparmor.d/`, but the local files in `/etc/apparmor.d/local/` are conf files. @Duncaen what do you think about making `/etc/runit/ctrlaltdel` a `conf_file`? It is something that a user can change depending on the action they want to trigger when they use that keyboard shortcut. > Should /etc/sv/service/confcount as conf? @travankor IMO yes, it's where we recommend users make changes that persist across package updates. I believe the `vsv` function marks those as conf by default. How would this work for new applications that for some reason store files in `/etc` that aren't config files? Will we have a new `no_conf_files` or `no_auto_conf_file` field, or have to add exceptions to the script? --- To keep track, stuff I can think of in `/etc/` that aren't conf: - `kernel.d/` - `os-release` ? - some/most(?) of the stuff in `zfs/` - `polkit-1/rules.d/50-default.rules`