Download List

Projeto Descrição

safe-rm is intended to prevent the accidental deletion of important files by replacing /bin/rm with a wrapper that checks the given arguments against a configurable blacklist of files and directories that should never be removed. Users who attempt to delete one of these protected files or directories will not be able to do so and will be shown a warning message instead. Protected paths can be set both at the site and user levels.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2013-01-12 07:18
0.9

Esta versão adiciona /lib32 e /lib64 à lista padrão de caminhos protegidos.
Tags: minor feature
This version adds /lib32 and /lib64 to the default list of protected paths.

2009-10-15 20:38
0.8

Esta nova versão elimina uma dependência desnecessária sobre o módulo Perl Inglês. Isso faz com seguro-rm mais robusto durante as atualizações dos pacotes do núcleo do Perl.
Tags: Minor bugfixes
This new version removes an unnecessary dependency on the English Perl module. This makes safe-rm more robust during upgrades of the Perl core packages.

2009-09-23 17:24
0.7

Um problema untainting pequeno foi fixado para as pessoas que têm CDPATH definido no seu ambiente.
Tags: minor bugfix
A small untainting problem was fixed for people who have CDPATH defined in their environment.

2009-05-23 03:13
0.6

Esta versão corrige um bug que fazia com links simbólicos para os arquivos protegidos para ser undeletable. Portanto, se você criar um link simbólico para / usr / lib, você vai ser capaz de eliminá-lo sem ter que usar o rm real explicitamente. Outra melhoria menores incluídas nesta versão é a mudança na mensagem exibida por rm-seguro quando um arquivo protegido é pulado. A nova mensagem deve agora tornar explícito quem é a culpa quando um arquivo não está sendo excluído.
Tags: Stable, Bugfixes
This release fixes a bug that caused symbolic links to protected files to be undeletable. Therefore, if you create a symlink to /usr/lib, you will now be able to delete it without having to use the real rm explicitly. Another minor enhancement included in this release is the change in the message displayed by safe-rm when a protected file is skipped. The new message should now make it explicit who is to blame when a file isn't being deleted.

2009-04-02 20:10
0.5

Além de proteger arquivos e diretórios específicos contra exclusão acidental, esta versão apresenta suporte para curingas nos caminhos protegidos. Pequenas melhorias também foram feitas à documentação e à qualidade geral do código.
In addition to protecting specific files and directories from accidental deletion, this release introduces support for wildcards in protected paths. Minor improvements were also made to the documentation and overall code quality.

Project Resources