[OVERRIDDEN] /etc/tmpfiles.d/screen-cleanup.conf → /usr/lib/tmpfiles.d/screen-cleanup.conf --- /usr/lib/tmpfiles.d/screen-cleanup.conf 2017-06-19 01:31:56.000000000 +0300 +++ /etc/tmpfiles.d/screen-cleanup.conf 2018-12-16 18:01:11.793286324 +0200 @@ -1 +1 @@ -d /run/screen 0777 root utmp +d /run/screen 1777 root utmp [EXTENDED] /lib/systemd/system/rc-local.service → /lib/systemd/system/rc-local.service.d/debian.conf [EXTENDED] /lib/systemd/system/user@.service → /lib/systemd/system/user@.service.d/timeout.conf [OVERRIDDEN] /etc/udev/rules.d/49-stlinkv1.rules → /lib/udev/rules.d/49-stlinkv1.rules --- /lib/udev/rules.d/49-stlinkv1.rules 2020-02-20 03:08:49.000000000 +0200 +++ /etc/udev/rules.d/49-stlinkv1.rules 2020-05-14 17:37:55.000000000 +0300 @@ -1,11 +1,7 @@ +# ST_PKG_VERSION 1.0.2-4 # stm32 discovery boards, with onboard st/linkv1 -# ie, STM32VL +# ie, STM32VL. SUBSYSTEMS=="usb", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="3744", \ - MODE:="0666", \ + MODE="660", GROUP="plugdev", TAG+="uaccess", ENV{ID_MM_DEVICE_IGNORE}="1", \ SYMLINK+="stlinkv1_%n" - -# If you share your linux system with other users, or just don't like the -# idea of write permission for everybody, you can replace MODE:="0666" with -# OWNER:="yourusername" to create the device owned by you, or with -# GROUP:="somegroupname" and mange access using standard unix groups. [OVERRIDDEN] /etc/udev/rules.d/49-stlinkv2-1.rules → /lib/udev/rules.d/49-stlinkv2-1.rules --- /lib/udev/rules.d/49-stlinkv2-1.rules 2020-02-20 03:08:49.000000000 +0200 +++ /etc/udev/rules.d/49-stlinkv2-1.rules 2020-05-14 17:37:55.000000000 +0300 @@ -1,16 +1,12 @@ +# ST_PKG_VERSION 1.0.2-4 # stm32 nucleo boards, with onboard st/linkv2-1 # ie, STM32F0, STM32F4. -# STM32VL has st/linkv1, which is quite different -SUBSYSTEMS=="usb", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="374a", \ - MODE:="0666", \ +SUBSYSTEMS=="usb", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="374b", \ + MODE="660", GROUP="plugdev", TAG+="uaccess", ENV{ID_MM_DEVICE_IGNORE}="1", \ SYMLINK+="stlinkv2-1_%n" -SUBSYSTEMS=="usb", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="374b", \ - MODE:="0666", \ +SUBSYSTEMS=="usb", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="3752", \ + MODE="660", GROUP="plugdev", TAG+="uaccess", ENV{ID_MM_DEVICE_IGNORE}="1", \ SYMLINK+="stlinkv2-1_%n" -# If you share your linux system with other users, or just don't like the -# idea of write permission for everybody, you can replace MODE:="0666" with -# OWNER:="yourusername" to create the device owned by you, or with -# GROUP:="somegroupname" and mange access using standard unix groups. [OVERRIDDEN] /etc/udev/rules.d/49-stlinkv2.rules → /lib/udev/rules.d/49-stlinkv2.rules --- /lib/udev/rules.d/49-stlinkv2.rules 2020-02-20 03:08:49.000000000 +0200 +++ /etc/udev/rules.d/49-stlinkv2.rules 2020-05-14 17:37:55.000000000 +0300 @@ -1,12 +1,7 @@ +# ST_PKG_VERSION 1.0.2-4 # stm32 discovery boards, with onboard st/linkv2 # ie, STM32L, STM32F4. -# STM32VL has st/linkv1, which is quite different SUBSYSTEMS=="usb", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="3748", \ - MODE:="0666", \ + MODE="660", GROUP="plugdev", TAG+="uaccess", ENV{ID_MM_DEVICE_IGNORE}="1", \ SYMLINK+="stlinkv2_%n" - -# If you share your linux system with other users, or just don't like the -# idea of write permission for everybody, you can replace MODE:="0666" with -# OWNER:="yourusername" to create the device owned by you, or with -# GROUP:="somegroupname" and mange access using standard unix groups. [OVERRIDDEN] /etc/udev/rules.d/49-stlinkv3.rules → /lib/udev/rules.d/49-stlinkv3.rules --- /lib/udev/rules.d/49-stlinkv3.rules 2020-02-20 03:08:49.000000000 +0200 +++ /etc/udev/rules.d/49-stlinkv3.rules 2020-05-14 17:37:55.000000000 +0300 @@ -1,29 +1,19 @@ -# STLink V3SET in Dual CDC mode -SUBSYSTEMS=="usb", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="3752", \ - MODE:="0666", \ - SYMLINK+="stlinkv3_%n" +# ST_PKG_VERSION 1.0.2-4 +# stlink-v3 boards (standalone and embedded) in usbloader mode and standard (debug) mode -# STLink V3SET in Dual CDC mode -SUBSYSTEMS=="usb", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="3753", \ - MODE:="0666", \ - SYMLINK+="stlinkv3_%n" - -# STLink V3SET SUBSYSTEMS=="usb", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="374d", \ - MODE:="0666", \ - SYMLINK+="stlinkv3_%n" + MODE="660", GROUP="plugdev", TAG+="uaccess", ENV{ID_MM_DEVICE_IGNORE}="1", \ + SYMLINK+="stlinkv3loader_%n" -# STLink V3SET SUBSYSTEMS=="usb", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="374e", \ - MODE:="0666", \ + MODE="660", GROUP="plugdev", TAG+="uaccess", ENV{ID_MM_DEVICE_IGNORE}="1", \ SYMLINK+="stlinkv3_%n" - -# STLink V3SET in normal mode + SUBSYSTEMS=="usb", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="374f", \ - MODE:="0666", \ + MODE="660", GROUP="plugdev", TAG+="uaccess", ENV{ID_MM_DEVICE_IGNORE}="1", \ SYMLINK+="stlinkv3_%n" - -# If you share your linux system with other users, or just don't like the -# idea of write permission for everybody, you can replace MODE:="0666" with -# OWNER:="yourusername" to create the device owned by you, or with -# GROUP:="somegroupname" and mange access using standard unix groups. + +SUBSYSTEMS=="usb", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="3753", \ + MODE="660", GROUP="plugdev", TAG+="uaccess", ENV{ID_MM_DEVICE_IGNORE}="1", \ + SYMLINK+="stlinkv3_%n" + 7 overridden configuration files found.