Jump to content

Firejail: Difference between revisions

1 byte removed ,  28 December 2023
m
no edit summary
imported>Kugland
mNo edit summary
imported>Kugland
mNo edit summary
Line 181: Line 181:
       ''
       ''
         ${lib.concatLines (map (pkg: ''
         ${lib.concatLines (map (pkg: ''
           tar -C "${pkg}" -c share/icons/hicolor -h --mode 0755 -f - | tar -C "$out" -xvf -
           tar -C "${pkg}" -c share/icons/hicolor -h --mode 0755 -f - | tar -C "$out" -xf -
         '') packages)}
         '') packages)}
         find "$out/" -type f -print0 | xargs -0 chmod 0444
         find "$out/" -type f -print0 | xargs -0 chmod 0444
Anonymous user