#1425 closed enhancement (fixed)

JSON and FASTQ files that are stored in the ImportArchive should be changed to read-only

Reported by: Nicklas Nordborg Owned by: Nicklas Nordborg
Priority: major Milestone: Reggie v4.41.1
Component: net.sf.basedb.reggie Keywords:
Cc:

Description

The JSON file is copied by the "Import externally processed samles" wizard and end up being "rw" by the owner, while the FASTQ files are copied by the "Import FASTQ files" wizard and end up being "rw" by the owner and "r" by the group.

In both cases it should be "r" for the owner only.

Change History (3)

comment:1 by Nicklas Nordborg, 20 months ago

In 6941:

References #1425: JSON and FASTQ files that are stored in the ImportArchive should be changed to read-only

The JSON file is now stored as read-only.

comment:2 by Nicklas Nordborg, 20 months ago

In 6942:

References #1425: JSON and FASTQ files that are stored in the ImportArchive should be changed to read-only

The FASTQ files are now copied with umask u=r,g=,o=.

comment:3 by Nicklas Nordborg, 20 months ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.