linuxmint / live-installer

A live installer for the Debian edition
55 stars 65 forks source link

Installer leaves some system directories with rwxrwxr-x permissions #74

Closed 0rzech closed 6 years ago

0rzech commented 9 years ago

Installer leaves some system directories with rwxrwxr-x permissions.

OS: LMDE2 Cinnamon 64-bit, 2015-03 installation disc

Repro:

  1. Install system using Expert Mode
  2. Execute ls -al | grep /target ls -al | grep /target/etc ls -al | grep /target/lib

Result: /etc, /lib, /etc/live, /etc/skel, /lib/live have rwxrwxr-x permissions.

Expected result: /etc, /lib, /etc/live, /etc/skel, /lib/live should have rwxr-xr-x permissions.

Reproducibility: Always.

0rzech commented 9 years ago

It looks like installer does its job well and it's just all about filesystem.squashfs contents' permissions. At least according to line 44, line 95, line 176, line 177 and line 211 in installer.py file.

clefebvre commented 6 years ago

Closed following monsta's tests.