lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Tue, 1 May 2018 20:03:35 +1200
From:   Tony Wallace <tony@...y.gen.nz>
To:     linux-kernel@...r.kernel.org
Subject: Suggested new user link command

I am suggesting a new command for linking files.  Currently there is no
easy way to link a file with a known inode number to its correct
position in the directory tree.  


int ilink(const int inode, const char *newpath)


The current alternative to this command is to find the file path
associated with an inode using the find command and then once found
using a standard link command.  Obviously this is very inefficient.  I
am certainly willing to give a patch a go, but I would like approval in
principle first.


Tony Wallace




Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ