Package otl: Repocop

Status
Test name
Message
otl-0.54-alt1.qa1x86_64
error
unsafe-tmp-usage-in-scriptsMar 18, 2024, 02:29 AMThe test discovered scripts with errors which may be used by a user for damaging important system files. For example if a script uses in its work a temp file which is created in /tmp directory, then every user can create symlinks with the same name (pattern) in this directory in order to destroy or rewrite some system or another user's files. Scripts _must_ _use_ mktemp/tempfile or must use $TMPDIR. mktemp/tempfile is safest. $TMPDIR is safer than /tmp/ because libpam-tmpdir creates a subdirectory of /tmp that is only accessible by that user, and then sets TMPDIR and other variables to that. Hence, it doesn't matter nearly as much if you create a non-random filename, because nobody but you can access it. Found error in /usr/bin/otl: $ grep /tmp/ /usr/bin/otl #### # # need to rewrite and reread file so that \n's are now processed correctly # and each line ends up as a separate array element # write it to temp file open(FOUT, ">/tmp/tmp.otl"); flock(FOUT,2); print FOUT @linesout; close (FOUT); # now read it @linesout=(); open(INFO,"/tmp/tmp.otl"); @linesout=<INFO>; close(INFO); $lineslength=@linesout; if ($debug) Found error in /usr/bin/otlsub: $ grep -A5 -B5 /tmp/ /usr/bin/otlsub ################################### # need to rewrite and reread file so that \n's are now processed correctly # and each line ends up as a separate array element # -- write it to temp file unlink("/tmp/tmp.otl"); open(FOUT, ">/tmp/tmp.otl"); flock(FOUT,2); print FOUT @linesout; close (FOUT); # now read it @linesout=(); open(INFO,"/tmp/tmp.otl"); @linesout=<INFO>; close(INFO); # # $llength is length of linesout;
otl-0.54-alt1.qa1x86_64
ok
sisyphus_checkMar 18, 2024, 02:29 AM-
otl-0.54-alt1.qa1x86_64
ok
buildrootMar 18, 2024, 02:29 AM-
otl-0.54-alt1.qa1x86_64
skip
init-condrestartMar 18, 2024, 02:29 AM-
otl-0.54-alt1.qa1x86_64
ok
checkbashismsMar 18, 2024, 02:29 AM-
otl-0.54-alt1.qa1x86_64
skip
iconsdirMar 18, 2024, 02:29 AM-