[Piuparts-devel] [Git][debian/piuparts][develop] consider /var/games as properly managed, gpe-tetris was dropped in 2013
Alexandre Detiste (@detiste-guest)
gitlab at salsa.debian.org
Sun May 10 13:02:59 BST 2026
Alexandre Detiste pushed to branch develop at Debian / piuparts
Commits:
e947a241 by Alexandre Detiste at 2026-05-10T14:02:41+02:00
consider /var/games as properly managed, gpe-tetris was dropped in 2013
- - - - -
2 changed files:
- custom-scripts/scripts/pre_remove_50_find_bad_permissions
- piuparts.py
Changes:
=====================================
custom-scripts/scripts/pre_remove_50_find_bad_permissions
=====================================
@@ -58,22 +58,6 @@ wheezy*)
;;
esac
-case ${PIUPARTS_OBJECTS%%=*} in
- gpe-tetris|gpe)
- #WORKSAROUND #684178: gpe-tetris: creates world writable directory /var/games/gpe
- # package removed after wheezy
- for file in /var/games/gpe/gpe-tetris.dat
- do
- test ! -f "$file" || chmod -c o-w "$file"
- done
- for dir in /var/games/gpe
- do
- test ! -d "$dir" || chmod -c o-w "$dir"
- done
- ;;
-esac
-
-
# find world writables without sticky bit
BADPERMS=$(find / -mount ! -type l ! -type c ! -type p ! -type s -perm -o+w ! -perm -1000)
=====================================
piuparts.py
=====================================
@@ -257,7 +257,6 @@ class Settings:
"/usr/share/info/dir.old",
"/var/cache/ldconfig/aux-cache",
"/var/crash/",
- "/var/games/",
# package management
"/etc/apt/apt.conf.d/01autoremove-kernels",
"/etc/apt/secring.gpg",
View it on GitLab: https://salsa.debian.org/debian/piuparts/-/commit/e947a241456888d904505c3179758abb6540dff8
--
View it on GitLab: https://salsa.debian.org/debian/piuparts/-/commit/e947a241456888d904505c3179758abb6540dff8
You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/piuparts-devel/attachments/20260510/5b3c9109/attachment-0001.htm>
More information about the Piuparts-devel
mailing list