[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser-build][maint-13.5] Bug 41173: Fix permission issue on files in the debian directory



Title: GitLab

boklm pushed to branch maint-13.5 at The Tor Project / Applications / tor-browser-build

Commits:

  • 46fdd1bc
    by Nicolas Vigier at 2024-06-19T10:23:04+02:00
    Bug 41173: Fix permission issue on files in the debian directory
    

1 changed file:

Changes:

  • projects/linux-packages/build
    ... ... @@ -34,6 +34,10 @@ umask 0022
    34 34
       chmod +x debian/docs debian/rules
    
    35 35
       mkdir debian/source
    
    36 36
       echo -n '3.0 (quilt)' > debian/source/format
    
    37
    +  # Fix permissions to avoid mismatching debian.tar.xz file depending
    
    38
    +  # on umask outside the container (tor-browser-build#41173)
    
    39
    +  find debian -executable -exec chmod 700 {} \;
    
    40
    +  find debian ! -executable -exec chmod 600 {} \;
    
    37 41
     
    
    38 42
     
    
    39 43
       function extract_src_tar {
    

  • _______________________________________________
    tor-commits mailing list
    tor-commits@xxxxxxxxxxxxxxxxxxxx
    https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits