aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiƩbaud Weksteen <tweek@google.com>2024-02-16 12:35:37 +1100
committerThiƩbaud Weksteen <tweek@google.com>2024-02-16 20:08:55 +1100
commit43c76146378a311814e57d679c8f7fb4fc595344 (patch)
treef6ba8c7ab3928d1991dfe6c64658ea426224e405
parentb44a374774ba1623ba92dcd822d264e2ef168840 (diff)
downloadtoybox-43c76146378a311814e57d679c8f7fb4fc595344.tar.gz
Add symlinks for getfattr and setfattr
These toys are useful to inspect extended attributes, such as security.sehash. They are already being built, simply add the symlinks. Test: build, boot and `adb shell getfattr` Change-Id: Ie3064ae5b07b37036d6a4ab63825f0f0e1a7c30a
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 158ca33d..590410c3 100644
--- a/Android.bp
+++ b/Android.bp
@@ -293,6 +293,7 @@ toybox_symlinks = [
"fsync",
"getconf",
"getenforce",
+ "getfattr",
"gpiodetect",
"gpiofind",
"gpioget",
@@ -378,6 +379,7 @@ toybox_symlinks = [
"sendevent",
"seq",
"setenforce",
+ "setfattr",
"setsid",
"sha1sum",
"sha224sum",