From adef197f01b7d9e36fab09ef94a2c1d5307341d6 Mon Sep 17 00:00:00 2001 From: Dan Puttick Date: Tue, 31 Jan 2017 16:44:59 -0500 Subject: [PATCH] Rename fs_filecheck and include it under /circlean as /root_partition --- .../root_partition}/etc/fstab | 0 .../root_partition}/etc/group | 0 .../root_partition}/etc/pam.d/su | 0 .../root_partition}/etc/passwd | 0 .../root_partition}/etc/pmount.allow | 0 .../etc/profile.d/raspi-config.sh | 0 .../root_partition}/etc/rc.local | 0 .../root_partition}/etc/security/limits.conf | 0 .../root_partition}/etc/sudoers | 0 .../etc/systemd/system/rc-local.service | 0 .../etc/udev/rules.d/10-usb.rules | 0 .../etc/udev/rules.d/50-blockhid.rules | 0 .../etc/udev/rules.d/90-qemu.rules | 0 .../root_partition}/opt/groomer/config.sh | 0 .../root_partition}/opt/groomer/groomer.sh | 0 .../root_partition}/opt/groomer/init.sh | 0 .../root_partition}/opt/groomer/mount_dest.sh | 0 .../root_partition}/opt/groomer/music.sh | 0 .../root_partition}/usr/local/bin/pdfid.py | 0 .../usr/local/bin/plugin_embeddedfile.py | 0 .../root_partition}/usr/local/bin/plugin_list | 0 .../usr/local/bin/plugin_nameobfuscation.py | 0 .../usr/local/bin/plugin_triage.py | 0 shell_utils/copy_groomer_to_image.sh | 16 ++++++++-------- 24 files changed, 8 insertions(+), 8 deletions(-) rename {fs_filecheck => circlean/root_partition}/etc/fstab (100%) rename {fs_filecheck => circlean/root_partition}/etc/group (100%) rename {fs_filecheck => circlean/root_partition}/etc/pam.d/su (100%) rename {fs_filecheck => circlean/root_partition}/etc/passwd (100%) rename {fs_filecheck => circlean/root_partition}/etc/pmount.allow (100%) rename {fs_filecheck => circlean/root_partition}/etc/profile.d/raspi-config.sh (100%) rename {fs_filecheck => circlean/root_partition}/etc/rc.local (100%) rename {fs_filecheck => circlean/root_partition}/etc/security/limits.conf (100%) rename {fs_filecheck => circlean/root_partition}/etc/sudoers (100%) rename {fs_filecheck => circlean/root_partition}/etc/systemd/system/rc-local.service (100%) rename {fs_filecheck => circlean/root_partition}/etc/udev/rules.d/10-usb.rules (100%) rename {fs_filecheck => circlean/root_partition}/etc/udev/rules.d/50-blockhid.rules (100%) rename {fs_filecheck => circlean/root_partition}/etc/udev/rules.d/90-qemu.rules (100%) rename {fs_filecheck => circlean/root_partition}/opt/groomer/config.sh (100%) rename {fs_filecheck => circlean/root_partition}/opt/groomer/groomer.sh (100%) rename {fs_filecheck => circlean/root_partition}/opt/groomer/init.sh (100%) rename {fs_filecheck => circlean/root_partition}/opt/groomer/mount_dest.sh (100%) rename {fs_filecheck => circlean/root_partition}/opt/groomer/music.sh (100%) rename {fs_filecheck => circlean/root_partition}/usr/local/bin/pdfid.py (100%) rename {fs_filecheck => circlean/root_partition}/usr/local/bin/plugin_embeddedfile.py (100%) rename {fs_filecheck => circlean/root_partition}/usr/local/bin/plugin_list (100%) rename {fs_filecheck => circlean/root_partition}/usr/local/bin/plugin_nameobfuscation.py (100%) rename {fs_filecheck => circlean/root_partition}/usr/local/bin/plugin_triage.py (100%) diff --git a/fs_filecheck/etc/fstab b/circlean/root_partition/etc/fstab similarity index 100% rename from fs_filecheck/etc/fstab rename to circlean/root_partition/etc/fstab diff --git a/fs_filecheck/etc/group b/circlean/root_partition/etc/group similarity index 100% rename from fs_filecheck/etc/group rename to circlean/root_partition/etc/group diff --git a/fs_filecheck/etc/pam.d/su b/circlean/root_partition/etc/pam.d/su similarity index 100% rename from fs_filecheck/etc/pam.d/su rename to circlean/root_partition/etc/pam.d/su diff --git a/fs_filecheck/etc/passwd b/circlean/root_partition/etc/passwd similarity index 100% rename from fs_filecheck/etc/passwd rename to circlean/root_partition/etc/passwd diff --git a/fs_filecheck/etc/pmount.allow b/circlean/root_partition/etc/pmount.allow similarity index 100% rename from fs_filecheck/etc/pmount.allow rename to circlean/root_partition/etc/pmount.allow diff --git a/fs_filecheck/etc/profile.d/raspi-config.sh b/circlean/root_partition/etc/profile.d/raspi-config.sh similarity index 100% rename from fs_filecheck/etc/profile.d/raspi-config.sh rename to circlean/root_partition/etc/profile.d/raspi-config.sh diff --git a/fs_filecheck/etc/rc.local b/circlean/root_partition/etc/rc.local similarity index 100% rename from fs_filecheck/etc/rc.local rename to circlean/root_partition/etc/rc.local diff --git a/fs_filecheck/etc/security/limits.conf b/circlean/root_partition/etc/security/limits.conf similarity index 100% rename from fs_filecheck/etc/security/limits.conf rename to circlean/root_partition/etc/security/limits.conf diff --git a/fs_filecheck/etc/sudoers b/circlean/root_partition/etc/sudoers similarity index 100% rename from fs_filecheck/etc/sudoers rename to circlean/root_partition/etc/sudoers diff --git a/fs_filecheck/etc/systemd/system/rc-local.service b/circlean/root_partition/etc/systemd/system/rc-local.service similarity index 100% rename from fs_filecheck/etc/systemd/system/rc-local.service rename to circlean/root_partition/etc/systemd/system/rc-local.service diff --git a/fs_filecheck/etc/udev/rules.d/10-usb.rules b/circlean/root_partition/etc/udev/rules.d/10-usb.rules similarity index 100% rename from fs_filecheck/etc/udev/rules.d/10-usb.rules rename to circlean/root_partition/etc/udev/rules.d/10-usb.rules diff --git a/fs_filecheck/etc/udev/rules.d/50-blockhid.rules b/circlean/root_partition/etc/udev/rules.d/50-blockhid.rules similarity index 100% rename from fs_filecheck/etc/udev/rules.d/50-blockhid.rules rename to circlean/root_partition/etc/udev/rules.d/50-blockhid.rules diff --git a/fs_filecheck/etc/udev/rules.d/90-qemu.rules b/circlean/root_partition/etc/udev/rules.d/90-qemu.rules similarity index 100% rename from fs_filecheck/etc/udev/rules.d/90-qemu.rules rename to circlean/root_partition/etc/udev/rules.d/90-qemu.rules diff --git a/fs_filecheck/opt/groomer/config.sh b/circlean/root_partition/opt/groomer/config.sh similarity index 100% rename from fs_filecheck/opt/groomer/config.sh rename to circlean/root_partition/opt/groomer/config.sh diff --git a/fs_filecheck/opt/groomer/groomer.sh b/circlean/root_partition/opt/groomer/groomer.sh similarity index 100% rename from fs_filecheck/opt/groomer/groomer.sh rename to circlean/root_partition/opt/groomer/groomer.sh diff --git a/fs_filecheck/opt/groomer/init.sh b/circlean/root_partition/opt/groomer/init.sh similarity index 100% rename from fs_filecheck/opt/groomer/init.sh rename to circlean/root_partition/opt/groomer/init.sh diff --git a/fs_filecheck/opt/groomer/mount_dest.sh b/circlean/root_partition/opt/groomer/mount_dest.sh similarity index 100% rename from fs_filecheck/opt/groomer/mount_dest.sh rename to circlean/root_partition/opt/groomer/mount_dest.sh diff --git a/fs_filecheck/opt/groomer/music.sh b/circlean/root_partition/opt/groomer/music.sh similarity index 100% rename from fs_filecheck/opt/groomer/music.sh rename to circlean/root_partition/opt/groomer/music.sh diff --git a/fs_filecheck/usr/local/bin/pdfid.py b/circlean/root_partition/usr/local/bin/pdfid.py similarity index 100% rename from fs_filecheck/usr/local/bin/pdfid.py rename to circlean/root_partition/usr/local/bin/pdfid.py diff --git a/fs_filecheck/usr/local/bin/plugin_embeddedfile.py b/circlean/root_partition/usr/local/bin/plugin_embeddedfile.py similarity index 100% rename from fs_filecheck/usr/local/bin/plugin_embeddedfile.py rename to circlean/root_partition/usr/local/bin/plugin_embeddedfile.py diff --git a/fs_filecheck/usr/local/bin/plugin_list b/circlean/root_partition/usr/local/bin/plugin_list similarity index 100% rename from fs_filecheck/usr/local/bin/plugin_list rename to circlean/root_partition/usr/local/bin/plugin_list diff --git a/fs_filecheck/usr/local/bin/plugin_nameobfuscation.py b/circlean/root_partition/usr/local/bin/plugin_nameobfuscation.py similarity index 100% rename from fs_filecheck/usr/local/bin/plugin_nameobfuscation.py rename to circlean/root_partition/usr/local/bin/plugin_nameobfuscation.py diff --git a/fs_filecheck/usr/local/bin/plugin_triage.py b/circlean/root_partition/usr/local/bin/plugin_triage.py similarity index 100% rename from fs_filecheck/usr/local/bin/plugin_triage.py rename to circlean/root_partition/usr/local/bin/plugin_triage.py diff --git a/shell_utils/copy_groomer_to_image.sh b/shell_utils/copy_groomer_to_image.sh index 8529318..636226d 100755 --- a/shell_utils/copy_groomer_to_image.sh +++ b/shell_utils/copy_groomer_to_image.sh @@ -2,11 +2,11 @@ set -x -cp /media/sf_ubuntu-shared/Circlean-Ubuntu/fs_filecheck/opt/groomer/init.sh /mnt/rpi/opt/groomer/init.sh -cp /media/sf_ubuntu-shared/Circlean-Ubuntu/fs_filecheck/opt/groomer/groomer.sh /mnt/rpi/opt/groomer/groomer.sh -cp /media/sf_ubuntu-shared/Circlean-Ubuntu/fs_filecheck/opt/groomer/config.sh /mnt/rpi/opt/groomer/config.sh -cp /media/sf_ubuntu-shared/Circlean-Ubuntu/fs_filecheck/opt/groomer/mount_dest.sh /mnt/rpi/opt/groomer/mount_dest.sh -# cp /media/sf_ubuntu-shared/Circlean-Ubuntu/fs_filecheck/opt/groomer/music.sh /mnt/rpi/opt/groomer/music.sh -cp /media/sf_ubuntu-shared/Circlean-Ubuntu/fs_filecheck/etc/rc.local /mnt/rpi/etc/rc.local -# cp /media/sf_ubuntu-shared/Circlean-Ubuntu/fs_filecheck/etc/pmount.allow /mnt/rpi/etc/pmount.allow -# cp /media/sf_ubuntu-shared/Circlean-Ubuntu/fs_filecheck/etc/udev/rules.d/10-usb.rules /mnt/rpi/etc/udev/rules.d/10-usb.rules +cp circlean/root_partition/opt/groomer/init.sh /mnt/rpi/opt/groomer/init.sh +cp circlean/root_partition/opt/groomer/groomer.sh /mnt/rpi/opt/groomer/groomer.sh +cp circlean/root_partition/opt/groomer/config.sh /mnt/rpi/opt/groomer/config.sh +cp circlean/root_partition/opt/groomer/mount_dest.sh /mnt/rpi/opt/groomer/mount_dest.sh +cp circlean/root_partition/etc/rc.local /mnt/rpi/etc/rc.local +# cp circlean/root_partition/opt/groomer/music.sh /mnt/rpi/opt/groomer/music.sh +# cp circlean/root_partition/etc/pmount.allow /mnt/rpi/etc/pmount.allow +# cp circlean/root_partition/etc/udev/rules.d/10-usb.rules /mnt/rpi/etc/udev/rules.d/10-usb.rules