The following issue has been SUBMITTED. ====================================================================== http://public.kitware.com/Bug/view.php?id=12901 ====================================================================== Reported By: Nikita Krupen'ko Assigned To: ====================================================================== Project: CMake Issue ID: 12901 Category: CPack Reproducibility: always Severity: feature Priority: normal Status: new ====================================================================== Date Submitted: 2012-01-20 07:36 EST Last Modified: 2012-01-20 07:36 EST ====================================================================== Summary: CPack should be able to set owner of files in the archive Description: When I use CPack, it sets the current user as owner of files in the tar.gz archive. It is more advisable and secure, to set the root as owner of this files, so some option is required.
Additional Information: When extracting tar archive with the root as owner of files in the archive, the owner of extracted files will be current user. When the owner of files in the archive is non-root and this archive is extracted by root - if user with same name exists in the system, it will be the owner of extracted files. So when building installation package, it is advisable to set the root as owner of files in the archive. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2012-01-20 07:36 Nikita Krupen'koNew Issue ====================================================================== -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
