Expand TUI and package recovery planning
This commit is contained in:
parent
cab60cd633
commit
51d52b5229
10 changed files with 511 additions and 41 deletions
|
|
@ -162,12 +162,15 @@ transaction is the suspicious case.
|
|||
- Identify the owning package and reinstall from a trusted source:
|
||||
|
||||
```bash
|
||||
enodia-sentinel respond plan <incident-id>
|
||||
pacman -Qo /path/to/binary
|
||||
enodia-sentinel pkgdb-verify
|
||||
pacman -S --overwrite '*' <package> # reinstall the verified file
|
||||
enodia-sentinel fim-check --packages # confirm it now matches
|
||||
enodia-sentinel fim-update # re-anchor only after review
|
||||
```
|
||||
|
||||
- Then re-anchor: `enodia-sentinel fim-update` and re-run `pkgdb-check`.
|
||||
- Then re-run `pkgdb-check`.
|
||||
|
||||
**False positives:** a mid-upgrade snapshot can momentarily disagree. Re-run after
|
||||
the transaction completes; a persistent mismatch is the real finding.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue