rev blacklist
This commit is contained in:
parent
a23ce48b92
commit
9a4875bfd0
@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "sys-compare"
|
name = "sys-compare"
|
||||||
description = "Track Filesystem Integrity via 'Snapshots' which contain a HashMap of the files and their corresponding hash signature from a specified directory."
|
description = "Track Filesystem Integrity via 'Snapshots' which contain a HashMap of the files and their corresponding hash signature from a specified directory."
|
||||||
version = "0.2.1"
|
version = "0.2.2"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
authors = ["james@koonts.net"]
|
authors = ["james@koonts.net"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
@ -41,6 +41,7 @@ impl CreateMode {
|
|||||||
"/dev".to_string(),
|
"/dev".to_string(),
|
||||||
"/proc".to_string(),
|
"/proc".to_string(),
|
||||||
"/tmp".to_string(),
|
"/tmp".to_string(),
|
||||||
|
"/sys".to_string(),
|
||||||
])?;
|
])?;
|
||||||
self.snapshot = snapshot.clone();
|
self.snapshot = snapshot.clone();
|
||||||
if let Ok(e) = snapshot.file_hashes.lock() {
|
if let Ok(e) = snapshot.file_hashes.lock() {
|
||||||
|
Loading…
Reference in New Issue
Block a user