forked from Velocidex/velociraptor-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated the references for new functions (Velocidex#794)
Ran the make references command, and put a notice on xattr, that it is not in the current build of Velociraptor.
- Loading branch information
1 parent
f37b70d
commit 5a666bf
Showing
12 changed files
with
147 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
--- | ||
title: xattr | ||
index: true | ||
noTitle: true | ||
no_edit: true | ||
--- | ||
|
||
|
||
|
||
<div class="vql_item"></div> | ||
|
||
|
||
## xattr | ||
<span class='vql_type pull-right page-header'>Function</span> | ||
|
||
|
||
|
||
<div class="vqlargs"></div> | ||
|
||
Arg | Description | Type | ||
----|-------------|----- | ||
filename|Filename to inspect.|OSPath (required) | ||
attribute|Attribute to collect. |list of string | ||
accessor|File accessor|string | ||
|
||
Required Permissions: | ||
<i class="linkcolour label pull-right label-success">FILESYSTEM_READ</i> | ||
|
||
### Description | ||
|
||
Query a file for the specified extended attribute. | ||
|
||
If no attributes are provided, this function will return all extended attributes | ||
for the file. | ||
|
||
Please note: this API is not reliable, so please provided extended attributes | ||
where possible. | ||
|
||
Note: This function only works on Mac and Linux. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters