#!/bin/ash
# 
# post-install-script:
# This script is run at the end of  RLM's FW update. 
# After all the files are installed, permissions and uid/gid's are set 
# using this script.
#
# Usage: 
# post-install-script <mount point for primary or backup>
# 
# Kiran Kamity, 11/02/2004
#

echo "Running post-install-script"

if ! [ $# -eq 1 ] ; then
  echo "Incorrect usage"
  exit 1;
fi

chown root:root  $1/dev
chmod 755  $1/dev
chown root:root  $1/dev/pts
chmod 755  $1/dev/pts
chown root:root  $1/dev/shm
chmod 755  $1/dev/shm
chown root:root  $1/dev/root
chmod 755  $1/dev/root
chown root:root  $1/dev/input
chmod 755  $1/dev/input
chown root:root  $1/dev/net
chmod 755  $1/dev/net
chown root:root  $1/etc
chmod 755  $1/etc
chown root:root  $1/etc/profile.d
chmod 755  $1/etc/profile.d
chown root:root  $1/etc/cron.d
chmod 755  $1/etc/cron.d
chown root:root  $1/etc/cron.daily
chmod 755  $1/etc/cron.daily
chown root:root  $1/etc/cron.hourly
chmod 755  $1/etc/cron.hourly
chown root:root  $1/etc/cron.monthly
chmod 755  $1/etc/cron.monthly
chown root:root  $1/etc/cron.weekly
chmod 755  $1/etc/cron.weekly
chown root:root  $1/etc/init.d
chmod 755  $1/etc/init.d
chown root:root  $1/etc/ssl
chmod 755  $1/etc/ssl
chown root:root  $1/etc/iproute2
chmod 755  $1/etc/iproute2
chown root:root  $1/etc/network
chmod 755  $1/etc/network
chown root:root  $1/etc/network/if-down.d
chmod 755  $1/etc/network/if-down.d
chown root:root  $1/etc/network/if-post-down.d
chmod 755  $1/etc/network/if-post-down.d
chown root:root  $1/etc/network/if-pre-up.d
chmod 755  $1/etc/network/if-pre-up.d
chown root:root  $1/etc/network/if-up.d
chmod 755  $1/etc/network/if-up.d
chown root:root  $1/etc/lighttpd
chmod 755  $1/etc/lighttpd
chown root:root  $1/etc/lighttpd/conf.d
chmod 755  $1/etc/lighttpd/conf.d
chown root:root  $1/etc/logrotate.d
chmod 755  $1/etc/logrotate.d
chown root:root  $1/etc/defconfig
chmod 755  $1/etc/defconfig
chown root:root  $1/etc/defconfig/etc
chmod 777  $1/etc/defconfig/etc
chown root:root  $1/etc/defconfig/etc/network
chmod 777  $1/etc/defconfig/etc/network
chown root:root  $1/etc/environ
chmod 755  $1/etc/environ
chown root:root  $1/etc/ssh
chmod 755  $1/etc/ssh
chown root:root  $1/etc/rlm_install
chmod 755  $1/etc/rlm_install
chown root:root  $1/media
chmod 755  $1/media
chown root:root  $1/mnt
chmod 755  $1/mnt
chown root:root  $1/mnt/logs
chmod 755  $1/mnt/logs
chown root:root  $1/mnt/logs/forensics
chmod 755  $1/mnt/logs/forensics
chown root:root  $1/mnt/logs/etc
chmod 755  $1/mnt/logs/etc
chown root:root  $1/mnt/logs/etc/ipmi
chmod 755  $1/mnt/logs/etc/ipmi
chown root:root  $1/mnt/logs/ipmi
chmod 755  $1/mnt/logs/ipmi
chown root:root  $1/mnt/logs/conf
chmod 755  $1/mnt/logs/conf
chown root:root  $1/mnt/logs/conf/BMC1
chmod 755  $1/mnt/logs/conf/BMC1
chown root:root  $1/mnt/nfsxfer
chmod 755  $1/mnt/nfsxfer
chown root:root  $1/mnt/ext4_rootfs_primary
chmod 755  $1/mnt/ext4_rootfs_primary
chown root:root  $1/mnt/ext4_rootfs_backup
chmod 755  $1/mnt/ext4_rootfs_backup
chown root:root  $1/mnt/sapps
chmod 755  $1/mnt/sapps
chown root:root  $1/opt
chmod 755  $1/opt
chown root:root  $1/proc
chmod 755  $1/proc
chown root:root  $1/root
chmod 755  $1/root
chown root:root  $1/run
chmod 755  $1/run
chown root:root  $1/sys
chmod 755  $1/sys
chown root:root  $1/tmp
chmod 1777  $1/tmp
chown root:root  $1/tmp/cron
chmod 755  $1/tmp/cron
chown root:root  $1/tmp/cron/crontabs
chmod 755  $1/tmp/cron/crontabs
chown root:root  $1/tmp/oem
chmod 777  $1/tmp/oem
chown root:root  $1/tmp/auth
chmod 755  $1/tmp/auth
chown root:root  $1/tmp/firmware
chmod 777  $1/tmp/firmware
chown root:root  $1/tmp/firmware/battery
chmod 777  $1/tmp/firmware/battery
chown root:root  $1/usr
chmod 755  $1/usr
chown root:root  $1/usr/bin
chmod 755  $1/usr/bin
chown root:root  $1/usr/lib
chmod 755  $1/usr/lib
chown root:root  $1/usr/lib/engines-3
chmod 755  $1/usr/lib/engines-3
chown root:root  $1/usr/lib/ossl-modules
chmod 755  $1/usr/lib/ossl-modules
chown root:root  $1/usr/lib/python3.9
chmod 755  $1/usr/lib/python3.9
chown root:root  $1/usr/lib/python3.9/lib-dynload
chmod 755  $1/usr/lib/python3.9/lib-dynload
chown root:root  $1/usr/lib/python3.9/config-3.9-arm-linux-gnueabi
chmod 755  $1/usr/lib/python3.9/config-3.9-arm-linux-gnueabi
chown root:root  $1/usr/lib/python3.9/site-packages
chmod 755  $1/usr/lib/python3.9/site-packages
chown root:root  $1/usr/lib/python3.9/site-packages/libmount
chmod 755  $1/usr/lib/python3.9/site-packages/libmount
chown root:root  $1/usr/lib/python3.9/site-packages/aenum
chmod 755  $1/usr/lib/python3.9/site-packages/aenum
chown root:root  $1/usr/lib/python3.9/site-packages/aenum/doc
chmod 755  $1/usr/lib/python3.9/site-packages/aenum/doc
chown root:root  $1/usr/lib/python3.9/site-packages/aenum-2.2.3-py3.9.egg-info
chmod 755  $1/usr/lib/python3.9/site-packages/aenum-2.2.3-py3.9.egg-info
chown root:root  $1/usr/lib/python3.9/site-packages/can
chmod 755  $1/usr/lib/python3.9/site-packages/can
chown root:root  $1/usr/lib/python3.9/site-packages/can/interfaces
chmod 755  $1/usr/lib/python3.9/site-packages/can/interfaces
chown root:root  $1/usr/lib/python3.9/site-packages/can/interfaces/ics_neovi
chmod 755  $1/usr/lib/python3.9/site-packages/can/interfaces/ics_neovi
chown root:root  $1/usr/lib/python3.9/site-packages/can/interfaces/ixxat
chmod 755  $1/usr/lib/python3.9/site-packages/can/interfaces/ixxat
chown root:root  $1/usr/lib/python3.9/site-packages/can/interfaces/kvaser
chmod 755  $1/usr/lib/python3.9/site-packages/can/interfaces/kvaser
chown root:root  $1/usr/lib/python3.9/site-packages/can/interfaces/pcan
chmod 755  $1/usr/lib/python3.9/site-packages/can/interfaces/pcan
chown root:root  $1/usr/lib/python3.9/site-packages/can/interfaces/serial
chmod 755  $1/usr/lib/python3.9/site-packages/can/interfaces/serial
chown root:root  $1/usr/lib/python3.9/site-packages/can/interfaces/socketcan
chmod 755  $1/usr/lib/python3.9/site-packages/can/interfaces/socketcan
chown root:root  $1/usr/lib/python3.9/site-packages/can/interfaces/systec
chmod 755  $1/usr/lib/python3.9/site-packages/can/interfaces/systec
chown root:root  $1/usr/lib/python3.9/site-packages/can/interfaces/usb2can
chmod 755  $1/usr/lib/python3.9/site-packages/can/interfaces/usb2can
chown root:root  $1/usr/lib/python3.9/site-packages/can/interfaces/vector
chmod 755  $1/usr/lib/python3.9/site-packages/can/interfaces/vector
chown root:root  $1/usr/lib/python3.9/site-packages/can/io
chmod 755  $1/usr/lib/python3.9/site-packages/can/io
chown root:root  $1/usr/lib/python3.9/site-packages/python_can-3.3.4-py3.9.egg-info
chmod 755  $1/usr/lib/python3.9/site-packages/python_can-3.3.4-py3.9.egg-info
chown root:root  $1/usr/lib/python3.9/site-packages/cffi
chmod 755  $1/usr/lib/python3.9/site-packages/cffi
chown root:root  $1/usr/lib/python3.9/site-packages/cffi-1.14.6-py3.9.egg-info
chmod 755  $1/usr/lib/python3.9/site-packages/cffi-1.14.6-py3.9.egg-info
chown root:root  $1/usr/lib/python3.9/site-packages/cli
chmod 755  $1/usr/lib/python3.9/site-packages/cli
chown root:root  $1/usr/lib/python3.9/site-packages/cli/_ext
chmod 755  $1/usr/lib/python3.9/site-packages/cli/_ext
chown root:root  $1/usr/lib/python3.9/site-packages/cli/tests
chmod 755  $1/usr/lib/python3.9/site-packages/cli/tests
chown root:root  $1/usr/lib/python3.9/site-packages/cli/tests/functional
chmod 755  $1/usr/lib/python3.9/site-packages/cli/tests/functional
chown root:root  $1/usr/lib/python3.9/site-packages/pyCLI-2.0.3-py3.9.egg-info
chmod 755  $1/usr/lib/python3.9/site-packages/pyCLI-2.0.3-py3.9.egg-info
chown root:root  $1/usr/lib/python3.9/site-packages/pycparser
chmod 755  $1/usr/lib/python3.9/site-packages/pycparser
chown root:root  $1/usr/lib/python3.9/site-packages/pycparser/ply
chmod 755  $1/usr/lib/python3.9/site-packages/pycparser/ply
chown root:root  $1/usr/lib/python3.9/site-packages/pycparser-2.20-py3.9.egg-info
chmod 755  $1/usr/lib/python3.9/site-packages/pycparser-2.20-py3.9.egg-info
chown root:root  $1/usr/lib/python3.9/site-packages/pkg_resources
chmod 755  $1/usr/lib/python3.9/site-packages/pkg_resources
chown root:root  $1/usr/lib/python3.9/site-packages/pkg_resources/extern
chmod 755  $1/usr/lib/python3.9/site-packages/pkg_resources/extern
chown root:root  $1/usr/lib/python3.9/site-packages/pkg_resources/_vendor
chmod 755  $1/usr/lib/python3.9/site-packages/pkg_resources/_vendor
chown root:root  $1/usr/lib/python3.9/site-packages/pkg_resources/_vendor/packaging
chmod 755  $1/usr/lib/python3.9/site-packages/pkg_resources/_vendor/packaging
chown root:root  $1/usr/lib/python3.9/site-packages/setuptools
chmod 755  $1/usr/lib/python3.9/site-packages/setuptools
chown root:root  $1/usr/lib/python3.9/site-packages/setuptools/command
chmod 755  $1/usr/lib/python3.9/site-packages/setuptools/command
chown root:root  $1/usr/lib/python3.9/site-packages/setuptools/extern
chmod 755  $1/usr/lib/python3.9/site-packages/setuptools/extern
chown root:root  $1/usr/lib/python3.9/site-packages/setuptools/_vendor
chmod 755  $1/usr/lib/python3.9/site-packages/setuptools/_vendor
chown root:root  $1/usr/lib/python3.9/site-packages/setuptools/_vendor/packaging
chmod 755  $1/usr/lib/python3.9/site-packages/setuptools/_vendor/packaging
chown root:root  $1/usr/lib/python3.9/site-packages/setuptools-44.0.0-py3.9.egg-info
chmod 755  $1/usr/lib/python3.9/site-packages/setuptools-44.0.0-py3.9.egg-info
chown root:root  $1/usr/lib/python3.9/site-packages/spidev-3.5-py3.9.egg-info
chmod 755  $1/usr/lib/python3.9/site-packages/spidev-3.5-py3.9.egg-info
chown root:root  $1/usr/lib/python3.9/site-packages/wrapt
chmod 755  $1/usr/lib/python3.9/site-packages/wrapt
chown root:root  $1/usr/lib/python3.9/asyncio
chmod 755  $1/usr/lib/python3.9/asyncio
chown root:root  $1/usr/lib/python3.9/collections
chmod 755  $1/usr/lib/python3.9/collections
chown root:root  $1/usr/lib/python3.9/concurrent
chmod 755  $1/usr/lib/python3.9/concurrent
chown root:root  $1/usr/lib/python3.9/concurrent/futures
chmod 755  $1/usr/lib/python3.9/concurrent/futures
chown root:root  $1/usr/lib/python3.9/encodings
chmod 755  $1/usr/lib/python3.9/encodings
chown root:root  $1/usr/lib/python3.9/email
chmod 755  $1/usr/lib/python3.9/email
chown root:root  $1/usr/lib/python3.9/email/mime
chmod 755  $1/usr/lib/python3.9/email/mime
chown root:root  $1/usr/lib/python3.9/ensurepip
chmod 755  $1/usr/lib/python3.9/ensurepip
chown root:root  $1/usr/lib/python3.9/ensurepip/_bundled
chmod 755  $1/usr/lib/python3.9/ensurepip/_bundled
chown root:root  $1/usr/lib/python3.9/html
chmod 755  $1/usr/lib/python3.9/html
chown root:root  $1/usr/lib/python3.9/json
chmod 755  $1/usr/lib/python3.9/json
chown root:root  $1/usr/lib/python3.9/http
chmod 755  $1/usr/lib/python3.9/http
chown root:root  $1/usr/lib/python3.9/dbm
chmod 755  $1/usr/lib/python3.9/dbm
chown root:root  $1/usr/lib/python3.9/xmlrpc
chmod 755  $1/usr/lib/python3.9/xmlrpc
chown root:root  $1/usr/lib/python3.9/logging
chmod 755  $1/usr/lib/python3.9/logging
chown root:root  $1/usr/lib/python3.9/wsgiref
chmod 755  $1/usr/lib/python3.9/wsgiref
chown root:root  $1/usr/lib/python3.9/urllib
chmod 755  $1/usr/lib/python3.9/urllib
chown root:root  $1/usr/lib/python3.9/ctypes
chmod 755  $1/usr/lib/python3.9/ctypes
chown root:root  $1/usr/lib/python3.9/ctypes/macholib
chmod 755  $1/usr/lib/python3.9/ctypes/macholib
chown root:root  $1/usr/lib/python3.9/distutils
chmod 755  $1/usr/lib/python3.9/distutils
chown root:root  $1/usr/lib/python3.9/distutils/command
chmod 755  $1/usr/lib/python3.9/distutils/command
chown root:root  $1/usr/lib/python3.9/importlib
chmod 755  $1/usr/lib/python3.9/importlib
chown root:root  $1/usr/lib/python3.9/turtledemo
chmod 755  $1/usr/lib/python3.9/turtledemo
chown root:root  $1/usr/lib/python3.9/multiprocessing
chmod 755  $1/usr/lib/python3.9/multiprocessing
chown root:root  $1/usr/lib/python3.9/multiprocessing/dummy
chmod 755  $1/usr/lib/python3.9/multiprocessing/dummy
chown root:root  $1/usr/lib/python3.9/unittest
chmod 755  $1/usr/lib/python3.9/unittest
chown root:root  $1/usr/lib/python3.9/venv
chmod 755  $1/usr/lib/python3.9/venv
chown root:root  $1/usr/lib/python3.9/venv/scripts
chmod 755  $1/usr/lib/python3.9/venv/scripts
chown root:root  $1/usr/lib/python3.9/venv/scripts/common
chmod 755  $1/usr/lib/python3.9/venv/scripts/common
chown root:root  $1/usr/lib/python3.9/venv/scripts/posix
chmod 755  $1/usr/lib/python3.9/venv/scripts/posix
chown root:root  $1/usr/lib/python3.9/zoneinfo
chmod 755  $1/usr/lib/python3.9/zoneinfo
chown root:root  $1/usr/lib/python3.9/xml
chmod 755  $1/usr/lib/python3.9/xml
chown root:root  $1/usr/lib/python3.9/xml/dom
chmod 755  $1/usr/lib/python3.9/xml/dom
chown root:root  $1/usr/lib/python3.9/xml/etree
chmod 755  $1/usr/lib/python3.9/xml/etree
chown root:root  $1/usr/lib/python3.9/xml/parsers
chmod 755  $1/usr/lib/python3.9/xml/parsers
chown root:root  $1/usr/lib/python3.9/xml/sax
chmod 755  $1/usr/lib/python3.9/xml/sax
chown root:root  $1/usr/lib/python3.9/sqlite3
chmod 755  $1/usr/lib/python3.9/sqlite3
chown root:root  $1/usr/lib/e2fsprogs
chmod 755  $1/usr/lib/e2fsprogs
chown root:root  $1/usr/lib/gawk
chmod 755  $1/usr/lib/gawk
chown root:root  $1/usr/lib/xtables
chmod 755  $1/usr/lib/xtables
chown root:root  $1/usr/lib/tc
chmod 755  $1/usr/lib/tc
chown root:root  $1/usr/lib/lighttpd
chmod 755  $1/usr/lib/lighttpd
chown root:root  $1/usr/sbin
chmod 755  $1/usr/sbin
chown root:root  $1/usr/share
chmod 755  $1/usr/share
chown root:root  $1/usr/share/misc
chmod 755  $1/usr/share/misc
chown root:root  $1/usr/share/terminfo
chmod 755  $1/usr/share/terminfo
chown root:root  $1/usr/share/terminfo/a
chmod 755  $1/usr/share/terminfo/a
chown root:root  $1/usr/share/terminfo/d
chmod 755  $1/usr/share/terminfo/d
chown root:root  $1/usr/share/terminfo/l
chmod 755  $1/usr/share/terminfo/l
chown root:root  $1/usr/share/terminfo/p
chmod 755  $1/usr/share/terminfo/p
chown root:root  $1/usr/share/terminfo/s
chmod 755  $1/usr/share/terminfo/s
chown root:root  $1/usr/share/terminfo/v
chmod 755  $1/usr/share/terminfo/v
chown root:root  $1/usr/share/terminfo/x
chmod 755  $1/usr/share/terminfo/x
chown root:root  $1/usr/share/et
chmod 755  $1/usr/share/et
chown root:root  $1/usr/share/ss
chmod 755  $1/usr/share/ss
chown root:root  $1/usr/share/awk
chmod 755  $1/usr/share/awk
chown root:root  $1/usr/share/udhcpc
chmod 755  $1/usr/share/udhcpc
chown root:root  $1/usr/share/udhcpc/default.script.d
chmod 755  $1/usr/share/udhcpc/default.script.d
chown root:root  $1/usr/share/dhcpcd
chmod 755  $1/usr/share/dhcpcd
chown root:root  $1/usr/share/dhcpcd/hooks
chmod 755  $1/usr/share/dhcpcd/hooks
chown root:root  $1/usr/share/glib-2.0
chmod 755  $1/usr/share/glib-2.0
chown root:root  $1/usr/share/glib-2.0/schemas
chmod 755  $1/usr/share/glib-2.0/schemas
chown root:root  $1/usr/share/glib-2.0/valgrind
chmod 755  $1/usr/share/glib-2.0/valgrind
chown root:root  $1/usr/share/gettext
chmod 755  $1/usr/share/gettext
chown root:root  $1/usr/share/gettext/its
chmod 755  $1/usr/share/gettext/its
chown root:root  $1/usr/share/locale
chmod 755  $1/usr/share/locale
chown root:root  $1/usr/share/ipmitool
chmod 755  $1/usr/share/ipmitool
chown root:root  $1/usr/libexec
chmod 755  $1/usr/libexec
chown root:root  $1/usr/libexec/awk
chmod 755  $1/usr/libexec/awk
chown root:root  $1/usr/libexec/sudo
chmod 755  $1/usr/libexec/sudo
chown root:root  $1/usr/local
chmod 755  $1/usr/local
chown root:root  $1/usr/local/lib
chmod 755  $1/usr/local/lib
chown root:root  $1/usr/local/lib/email
chmod 755  $1/usr/local/lib/email
chown root:root  $1/usr/local/lib/ipmi
chmod 755  $1/usr/local/lib/ipmi
chown root:root  $1/usr/local/lib/ipmi/bowie
chmod 755  $1/usr/local/lib/ipmi/bowie
chown root:root  $1/usr/local/bin
chmod 755  $1/usr/local/bin
chown root:root  $1/usr/local/acp
chmod 755  $1/usr/local/acp
chown root:root  $1/usr/local/acp/etc
chmod 755  $1/usr/local/acp/etc
chown root:root  $1/usr/local/acp/etc/init.d
chmod 755  $1/usr/local/acp/etc/init.d
chown root:root  $1/usr/local/acp/bin
chmod 755  $1/usr/local/acp/bin
chown root:root  $1/usr/local/acp/bin/acp_toolbox
chmod 755  $1/usr/local/acp/bin/acp_toolbox
chown root:root  $1/usr/local/acp/lib
chmod 755  $1/usr/local/acp/lib
chown root:root  $1/bin
chmod 755  $1/bin
chown root:root  $1/sbin
chmod 755  $1/sbin
chown root:root  $1/lib
chmod 755  $1/lib
chown root:root  $1/lib/dhcpcd
chmod 755  $1/lib/dhcpcd
chown root:root  $1/lib/dhcpcd/dhcpcd-hooks
chmod 755  $1/lib/dhcpcd/dhcpcd-hooks
chown root:root  $1/lib/modules
chmod 755  $1/lib/modules
chown root:root  $1/lib/modules/5.4.41-ami
chmod 755  $1/lib/modules/5.4.41-ami
chown root:root  $1/lib/modules/5.4.41-ami/kernel
chmod 755  $1/lib/modules/5.4.41-ami/kernel
chown root:root  $1/lib/modules/5.4.41-ami/kernel/fs
chmod 755  $1/lib/modules/5.4.41-ami/kernel/fs
chown root:root  $1/lib/modules/5.4.41-ami/kernel/fs/nfs
chmod 755  $1/lib/modules/5.4.41-ami/kernel/fs/nfs
chown root:root  $1/lib/modules/5.4.41-ami/kernel/fs/nfs/flexfilelayout
chmod 755  $1/lib/modules/5.4.41-ami/kernel/fs/nfs/flexfilelayout
chown root:root  $1/lib/modules/5.4.41-ami/extra
chmod 755  $1/lib/modules/5.4.41-ami/extra
chown root:root  $1/var
chmod 755  $1/var
chown root:root  $1/var/lock
chmod 755  $1/var/lock
chown root:root  $1/var/lock/etc
chmod 755  $1/var/lock/etc
chown root:root  $1/var/log
chmod 755  $1/var/log
chown root:root  $1/var/run
chmod 755  $1/var/run
chown root:root  $1/var/spool
chmod 755  $1/var/spool
chown root:root  $1/var/spool/cron
chmod 755  $1/var/spool/cron
chown root:root  $1/var/spool/cron/crontabs
chmod 755  $1/var/spool/cron/crontabs
chown root:root  $1/var/lib
chmod 755  $1/var/lib
chown root:root  $1/var/lib/arpd
chmod 755  $1/var/lib/arpd
chown root:root  $1/var/lib/logrotate
chmod 755  $1/var/lib/logrotate
chown root:root  $1/var/db
chmod 755  $1/var/db
chown root:root  $1/var/db/dhcpcd
chmod 750  $1/var/db/dhcpcd
chown root:root  $1/var/www
chmod 755  $1/var/www
chown root:root  $1/var/dhcp
chmod 755  $1/var/dhcp
chown root:root  $1/var/empty
chmod 755  $1/var/empty
chown root:root  $1/var/empty/sshd
chmod 755  $1/var/empty/sshd
chown root:root  $1/var/pipe
chmod 755  $1/var/pipe
chown root:root  $1/var/etc
chmod 755  $1/var/etc
chown root:root  $1/conf
chmod 755  $1/conf
chown root:root  $1/conf/BMC1
chmod 755  $1/conf/BMC1
chown root:root  $1/conf/BMC1/bowie
chmod 755  $1/conf/BMC1/bowie
chown root:root  $1/firmware
chmod 755  $1/firmware
chown root:root  $1/firmware/Bowie
chmod 755  $1/firmware/Bowie
chown root:root  $1/firmware/Bowie/battery
chmod 755  $1/firmware/Bowie/battery
chown root:root  $1/firmware/Bowie/bundled_fw
chmod 755  $1/firmware/Bowie/bundled_fw
chown root:root  $1/firmware/Bowie/ebod
chmod 755  $1/firmware/Bowie/ebod
chown root:root  $1/firmware/Bowie/fpga
chmod 755  $1/firmware/Bowie/fpga
chown root:root  $1/firmware/Bowie/pcieswitch
chmod 755  $1/firmware/Bowie/pcieswitch
chown root:root  $1/firmware/Bowie/switch
chmod 755  $1/firmware/Bowie/switch
chown root:root  $1/newroot
chmod 755  $1/newroot
chown root:root  $1/install
chmod 755  $1/install
chown root:root  $1/install/linux_tmp_mnt
chmod 777  $1/install/linux_tmp_mnt
chown root:root  $1/netapp
chmod 777  $1/netapp
chown root:root  $1/netapp/run
chmod 777  $1/netapp/run
chown root:root  $1/home
chmod 755  $1/home
chown root:root  $1/dev/mem
chmod 640  $1/dev/mem
chown root:root  $1/dev/kmem
chmod 640  $1/dev/kmem
chown root:root  $1/dev/null
chmod 666  $1/dev/null
chown root:root  $1/dev/zero
chmod 666  $1/dev/zero
chown root:root  $1/dev/random
chmod 666  $1/dev/random
chown root:root  $1/dev/urandom
chmod 666  $1/dev/urandom
chown root:root  $1/dev/ram
chmod 640  $1/dev/ram
chown root:root  $1/dev/ram0
chmod 640  $1/dev/ram0
chown root:root  $1/dev/ram1
chmod 640  $1/dev/ram1
chown root:root  $1/dev/ram2
chmod 640  $1/dev/ram2
chown root:root  $1/dev/ram3
chmod 640  $1/dev/ram3
chown root:root  $1/dev/loop0
chmod 640  $1/dev/loop0
chown root:root  $1/dev/loop1
chmod 640  $1/dev/loop1
chown root:root  $1/dev/rtc
chmod 640  $1/dev/rtc
chown root:root  $1/dev/console
chmod 666  $1/dev/console
chown root:root  $1/dev/tty
chmod 666  $1/dev/tty
chown root:root  $1/dev/tty0
chmod 666  $1/dev/tty0
chown root:root  $1/dev/tty1
chmod 666  $1/dev/tty1
chown root:root  $1/dev/tty2
chmod 666  $1/dev/tty2
chown root:root  $1/dev/tty3
chmod 666  $1/dev/tty3
chown root:root  $1/dev/tty4
chmod 666  $1/dev/tty4
chown root:root  $1/dev/tty5
chmod 666  $1/dev/tty5
chown root:root  $1/dev/tty6
chmod 666  $1/dev/tty6
chown root:root  $1/dev/tty7
chmod 666  $1/dev/tty7
chown root:root  $1/dev/ttyp0
chmod 666  $1/dev/ttyp0
chown root:root  $1/dev/ttyp1
chmod 666  $1/dev/ttyp1
chown root:root  $1/dev/ttyp2
chmod 666  $1/dev/ttyp2
chown root:root  $1/dev/ttyp3
chmod 666  $1/dev/ttyp3
chown root:root  $1/dev/ttyp4
chmod 666  $1/dev/ttyp4
chown root:root  $1/dev/ttyp5
chmod 666  $1/dev/ttyp5
chown root:root  $1/dev/ttyp6
chmod 666  $1/dev/ttyp6
chown root:root  $1/dev/ttyp7
chmod 666  $1/dev/ttyp7
chown root:root  $1/dev/ttyp8
chmod 666  $1/dev/ttyp8
chown root:root  $1/dev/ttyp9
chmod 666  $1/dev/ttyp9
chown root:root  $1/dev/ptyp0
chmod 666  $1/dev/ptyp0
chown root:root  $1/dev/ptyp1
chmod 666  $1/dev/ptyp1
chown root:root  $1/dev/ptyp2
chmod 666  $1/dev/ptyp2
chown root:root  $1/dev/ptyp3
chmod 666  $1/dev/ptyp3
chown root:root  $1/dev/ptyp4
chmod 666  $1/dev/ptyp4
chown root:root  $1/dev/ptyp5
chmod 666  $1/dev/ptyp5
chown root:root  $1/dev/ptyp6
chmod 666  $1/dev/ptyp6
chown root:root  $1/dev/ptyp7
chmod 666  $1/dev/ptyp7
chown root:root  $1/dev/ptyp8
chmod 666  $1/dev/ptyp8
chown root:root  $1/dev/ptyp9
chmod 666  $1/dev/ptyp9
chown root:root  $1/dev/ptmx
chmod 666  $1/dev/ptmx
chown root:root  $1/dev/ttyP0
chmod 666  $1/dev/ttyP0
chown root:root  $1/dev/ttyP1
chmod 666  $1/dev/ttyP1
chown root:root  $1/dev/ttyP2
chmod 666  $1/dev/ttyP2
chown root:root  $1/dev/ttyP3
chmod 666  $1/dev/ttyP3
chown root:root  $1/dev/ttyS0
chmod 666  $1/dev/ttyS0
chown root:root  $1/dev/ttyS1
chmod 666  $1/dev/ttyS1
chown root:root  $1/dev/ttyS2
chmod 666  $1/dev/ttyS2
chown root:root  $1/dev/ttyS3
chmod 666  $1/dev/ttyS3
chown root:root  $1/dev/ttyS4
chmod 666  $1/dev/ttyS4
chown root:root  $1/dev/fb0
chmod 640  $1/dev/fb0
chown root:root  $1/dev/fb1
chmod 640  $1/dev/fb1
chown root:root  $1/dev/fb2
chmod 640  $1/dev/fb2
chown root:root  $1/dev/fb3
chmod 640  $1/dev/fb3
chown root:root  $1/dev/hvc0
chmod 640  $1/dev/hvc0
chown root:root  $1/dev/hvc1
chmod 640  $1/dev/hvc1
chown root:root  $1/dev/hvc2
chmod 640  $1/dev/hvc2
chown root:root  $1/dev/hvc3
chmod 640  $1/dev/hvc3
chown root:root  $1/dev/watchdog
chmod 666  $1/dev/watchdog
chown root:root  $1/dev/adc
chmod 666  $1/dev/adc
chown root:root  $1/dev/POS
chmod 666  $1/dev/POS
chown root:root  $1/dev/sfpga
chmod 666  $1/dev/sfpga
chown root:root  $1/dev/snoop
chmod 666  $1/dev/snoop
chown root:root  $1/dev/kcs0
chmod 666  $1/dev/kcs0
chown root:root  $1/dev/kcs1
chmod 666  $1/dev/kcs1
chown root:root  $1/dev/kcs2
chmod 666  $1/dev/kcs2
chown root:root  $1/dev/gpio
chmod 666  $1/dev/gpio
chown root:root  $1/dev/bt
chmod 666  $1/dev/bt
chown root:root  $1/dev/jtag
chmod 666  $1/dev/jtag
chown root:root  $1/dev/mdcio
chmod 666  $1/dev/mdcio
chown root:root  $1/dev/enet_switch
chmod 666  $1/dev/enet_switch
chown root:root  $1/dev/peci0
chmod 666  $1/dev/peci0
chown root:root  $1/dev/ECC
chmod 666  $1/dev/ECC
chown root:root  $1/dev/input/mice
chmod 640  $1/dev/input/mice
chown root:root  $1/dev/input/mouse0
chmod 660  $1/dev/input/mouse0
chown root:root  $1/dev/input/mouse1
chmod 660  $1/dev/input/mouse1
chown root:root  $1/dev/input/mouse2
chmod 660  $1/dev/input/mouse2
chown root:root  $1/dev/input/mouse3
chmod 660  $1/dev/input/mouse3
chown root:root  $1/dev/input/event0
chmod 660  $1/dev/input/event0
chown root:root  $1/dev/input/event1
chmod 660  $1/dev/input/event1
chown root:root  $1/dev/input/event2
chmod 660  $1/dev/input/event2
chown root:root  $1/dev/input/event3
chmod 660  $1/dev/input/event3
chown root:root  $1/dev/mtd0
chmod 640  $1/dev/mtd0
chown root:root  $1/dev/mtd1
chmod 640  $1/dev/mtd1
chown root:root  $1/dev/mtd2
chmod 640  $1/dev/mtd2
chown root:root  $1/dev/mtd3
chmod 640  $1/dev/mtd3
chown root:root  $1/dev/mtd4
chmod 640  $1/dev/mtd4
chown root:root  $1/dev/mtd5
chmod 640  $1/dev/mtd5
chown root:root  $1/dev/mtd6
chmod 640  $1/dev/mtd6
chown root:root  $1/dev/mtd7
chmod 640  $1/dev/mtd7
chown root:root  $1/dev/mtd8
chmod 640  $1/dev/mtd8
chown root:root  $1/dev/mtd9
chmod 640  $1/dev/mtd9
chown root:root  $1/dev/mtd10
chmod 640  $1/dev/mtd10
chown root:root  $1/dev/mtd11
chmod 640  $1/dev/mtd11
chown root:root  $1/dev/mtdblock0
chmod 640  $1/dev/mtdblock0
chown root:root  $1/dev/mtdblock1
chmod 640  $1/dev/mtdblock1
chown root:root  $1/dev/mtdblock2
chmod 640  $1/dev/mtdblock2
chown root:root  $1/dev/mtdblock3
chmod 640  $1/dev/mtdblock3
chown root:root  $1/dev/mtdblock4
chmod 640  $1/dev/mtdblock4
chown root:root  $1/dev/mtdblock5
chmod 640  $1/dev/mtdblock5
chown root:root  $1/dev/mtdblock6
chmod 640  $1/dev/mtdblock6
chown root:root  $1/dev/mtdblock7
chmod 640  $1/dev/mtdblock7
chown root:root  $1/dev/mtdblock8
chmod 640  $1/dev/mtdblock8
chown root:root  $1/dev/mtdblock9
chmod 640  $1/dev/mtdblock9
chown root:root  $1/dev/mtdblock10
chmod 640  $1/dev/mtdblock10
chown root:root  $1/dev/mtdblock11
chmod 640  $1/dev/mtdblock11
chown root:root  $1/dev/net/tun
chmod 660  $1/dev/net/tun
chown root:root  $1/dev/uba
chmod 640  $1/dev/uba
chown root:root  $1/dev/uba1
chmod 640  $1/dev/uba1
chown root:root  $1/dev/uba2
chmod 640  $1/dev/uba2
chown root:root  $1/dev/uba3
chmod 640  $1/dev/uba3
chown root:root  $1/dev/uba4
chmod 640  $1/dev/uba4
chown root:root  $1/dev/uba5
chmod 640  $1/dev/uba5
chown root:root  $1/dev/uba6
chmod 640  $1/dev/uba6
chown root:root  $1/dev/ubb
chmod 640  $1/dev/ubb
chown root:root  $1/dev/ubb1
chmod 640  $1/dev/ubb1
chown root:root  $1/dev/ubb2
chmod 640  $1/dev/ubb2
chown root:root  $1/dev/ubb3
chmod 640  $1/dev/ubb3
chown root:root  $1/dev/ubb4
chmod 640  $1/dev/ubb4
chown root:root  $1/dev/ubb5
chmod 640  $1/dev/ubb5
chown root:root  $1/dev/ubb6
chmod 640  $1/dev/ubb6
chown root:root  $1/dev/i2c0
chmod 666  $1/dev/i2c0
chown root:root  $1/dev/i2c1
chmod 666  $1/dev/i2c1
chown root:root  $1/dev/i2c2
chmod 666  $1/dev/i2c2
chown root:root  $1/dev/i2c3
chmod 666  $1/dev/i2c3
chown root:root  $1/dev/i2c4
chmod 666  $1/dev/i2c4
chown root:root  $1/dev/i2c5
chmod 666  $1/dev/i2c5
chown root:root  $1/dev/i2c6
chmod 666  $1/dev/i2c6
chown root:root  $1/dev/i2c7
chmod 666  $1/dev/i2c7
chown root:root  $1/dev/i2c8
chmod 666  $1/dev/i2c8
chown root:root  $1/dev/i2c9
chmod 666  $1/dev/i2c9
chown root:root  $1/dev/i2c-0
chmod 666  $1/dev/i2c-0
chown root:root  $1/dev/i2c-1
chmod 666  $1/dev/i2c-1
chown root:root  $1/dev/i2c-2
chmod 666  $1/dev/i2c-2
chown root:root  $1/dev/i2c-3
chmod 666  $1/dev/i2c-3
chown root:root  $1/dev/i2c-4
chmod 666  $1/dev/i2c-4
chown root:root  $1/dev/i2c-5
chmod 666  $1/dev/i2c-5
chown root:root  $1/dev/i2c-6
chmod 666  $1/dev/i2c-6
chown root:root  $1/dev/i2c-7
chmod 666  $1/dev/i2c-7
chown root:root  $1/dev/i2c-8
chmod 666  $1/dev/i2c-8
chown root:root  $1/dev/i2c-9
chmod 666  $1/dev/i2c-9
chown root:root  $1/dev/video0
chmod 666  $1/dev/video0
chown root:root  $1/dev/video1
chmod 666  $1/dev/video1
chown root:root  $1/dev/video2
chmod 666  $1/dev/video2
chown root:root  $1/dev/video3
chmod 666  $1/dev/video3
chown root:root  $1/dev/mmcblk
chmod 666  $1/dev/mmcblk
chown root:root  $1/dev/mmcblk0p1
chmod 666  $1/dev/mmcblk0p1
chown root:root  $1/dev/mmcblk0p2
chmod 666  $1/dev/mmcblk0p2
chown root:root  $1/dev/mmcblk0p3
chmod 666  $1/dev/mmcblk0p3
chown root:root  $1/dev/mmcblk0p4
chmod 666  $1/dev/mmcblk0p4
chown root:root  $1/dev/mmcblk0p5
chmod 666  $1/dev/mmcblk0p5
chown root:root  $1/dev/mmcblk0p6
chmod 666  $1/dev/mmcblk0p6
chown root:root  $1/dev/mmcblk0p7
chmod 666  $1/dev/mmcblk0p7
chown root:root  $1/dev/asram
chmod 666  $1/dev/asram
chown root:root  $1/etc/profile.d/umask.sh
chmod 755  $1/etc/profile.d/umask.sh
chown root:root  $1/etc/profile.d/gawk.sh
chmod 644  $1/etc/profile.d/gawk.sh
chown root:root  $1/etc/profile.d/gawk.csh
chmod 644  $1/etc/profile.d/gawk.csh
chown root:root  $1/etc/nsswitch.conf
chmod 644  $1/etc/nsswitch.conf
chown root:root  $1/etc/group
chmod 755  $1/etc/group
chown root:root  $1/etc/hosts
chmod 755  $1/etc/hosts
chown root:root  $1/etc/passwd
chmod 755  $1/etc/passwd
chown root:root  $1/etc/profile
chmod 755  $1/etc/profile
chown root:root  $1/etc/protocols
chmod 755  $1/etc/protocols
chown root:root  $1/etc/services
chmod 755  $1/etc/services
chown root:root  $1/etc/shadow
chmod 755  $1/etc/shadow
chown root:root  $1/etc/fstab
chmod 755  $1/etc/fstab
chown root:root  $1/etc/cron.d/system
chmod 644  $1/etc/cron.d/system
chown root:root  $1/etc/cron.d/e2scrub_all
chmod 644  $1/etc/cron.d/e2scrub_all
chown root:root  $1/etc/cron.daily/logrotate
chmod 755  $1/etc/cron.daily/logrotate
chown root:root  $1/etc/init.d/S90dcron
chmod 755  $1/etc/init.d/S90dcron
chown root:root  $1/etc/init.d/S40network
chmod 755  $1/etc/init.d/S40network
chown root:root  $1/etc/init.d/rcK
chmod 755  $1/etc/init.d/rcK
chown root:root  $1/etc/init.d/rcS
chmod 755  $1/etc/init.d/rcS
chown root:root  $1/etc/init.d/S13irqbalance
chmod 755  $1/etc/init.d/S13irqbalance
chown root:root  $1/etc/init.d/S50lighttpd
chmod 755  $1/etc/init.d/S50lighttpd
chown root:root  $1/etc/init.d/S20urandom
chmod 755  $1/etc/init.d/S20urandom
chown root:root  $1/etc/init.d/netapp_initial_initscript
chmod 755  $1/etc/init.d/netapp_initial_initscript
chown root:root  $1/etc/init.d/S00_netapp_init.local
chmod 755  $1/etc/init.d/S00_netapp_init.local
chown root:root  $1/etc/init.d/S01logging
chmod 755  $1/etc/init.d/S01logging
chown root:root  $1/etc/init.d/bootcount
chmod 755  $1/etc/init.d/bootcount
chown root:root  $1/etc/init.d/bootmisc.sh
chmod 755  $1/etc/init.d/bootmisc.sh
chown root:root  $1/etc/init.d/create-i2cstat-sysfile
chmod 755  $1/etc/init.d/create-i2cstat-sysfile
chown root:root  $1/etc/init.d/create_fru_dirs
chmod 755  $1/etc/init.d/create_fru_dirs
chown root:root  $1/etc/init.d/cron
chmod 755  $1/etc/init.d/cron
chown root:root  $1/etc/init.d/devshm.sh
chmod 755  $1/etc/init.d/devshm.sh
chown root:root  $1/etc/init.d/firewall
chmod 755  $1/etc/init.d/firewall
chown root:root  $1/etc/init.d/flashid
chmod 755  $1/etc/init.d/flashid
chown root:root  $1/etc/init.d/fru_cache.sh
chmod 755  $1/etc/init.d/fru_cache.sh
chown root:root  $1/etc/init.d/fru_rescan.sh
chmod 755  $1/etc/init.d/fru_rescan.sh
chown root:root  $1/etc/init.d/hostname.sh
chmod 755  $1/etc/init.d/hostname.sh
chown root:root  $1/etc/init.d/ifupdown
chmod 755  $1/etc/init.d/ifupdown
chown root:root  $1/etc/init.d/ipmistack
chmod 755  $1/etc/init.d/ipmistack
chown root:root  $1/etc/init.d/klogd
chmod 755  $1/etc/init.d/klogd
chown root:root  $1/etc/init.d/module-init-tools
chmod 755  $1/etc/init.d/module-init-tools
chown root:root  $1/etc/init.d/mutex_pid_monitor
chmod 755  $1/etc/init.d/mutex_pid_monitor
chown root:root  $1/etc/init.d/portmap
chmod 755  $1/etc/init.d/portmap
chown root:root  $1/etc/init.d/ssh
chmod 755  $1/etc/init.d/ssh
chown root:root  $1/etc/init.d/ssh_bg
chmod 755  $1/etc/init.d/ssh_bg
chown root:root  $1/etc/init.d/tap
chmod 755  $1/etc/init.d/tap
chown root:root  $1/etc/init.d/S98rc.local
chmod 755  $1/etc/init.d/S98rc.local
chown root:root  $1/etc/init.d/do_eth032_networking.sh
chmod 755  $1/etc/init.d/do_eth032_networking.sh
chown root:root  $1/etc/init.d/netapp_final_initscript
chmod 755  $1/etc/init.d/netapp_final_initscript
chown root:root  $1/etc/init.d/syslog
chmod 755  $1/etc/init.d/syslog
chown root:root  $1/etc/init.d/networking
chmod 755  $1/etc/init.d/networking
chown root:root  $1/etc/init.d/platform
chmod 755  $1/etc/init.d/platform
chown root:root  $1/etc/init.d/urandom
chmod 755  $1/etc/init.d/urandom
chown root:root  $1/etc/ssl/fipsmodule.cnf
chmod 644  $1/etc/ssl/fipsmodule.cnf
chown root:root  $1/etc/ssl/openssl.cnf
chmod 644  $1/etc/ssl/openssl.cnf
chown root:root  $1/etc/inputrc
chmod 644  $1/etc/inputrc
chown root:root  $1/etc/mke2fs.conf
chmod 644  $1/etc/mke2fs.conf
chown root:root  $1/etc/e2scrub.conf
chmod 644  $1/etc/e2scrub.conf
chown root:root  $1/etc/iproute2/bpf_pinning
chmod 644  $1/etc/iproute2/bpf_pinning
chown root:root  $1/etc/iproute2/ematch_map
chmod 644  $1/etc/iproute2/ematch_map
chown root:root  $1/etc/iproute2/group
chmod 644  $1/etc/iproute2/group
chown root:root  $1/etc/iproute2/nl_protos
chmod 644  $1/etc/iproute2/nl_protos
chown root:root  $1/etc/iproute2/rt_dsfield
chmod 644  $1/etc/iproute2/rt_dsfield
chown root:root  $1/etc/iproute2/rt_protos
chmod 644  $1/etc/iproute2/rt_protos
chown root:root  $1/etc/iproute2/rt_realms
chmod 644  $1/etc/iproute2/rt_realms
chown root:root  $1/etc/iproute2/rt_scopes
chmod 644  $1/etc/iproute2/rt_scopes
chown root:root  $1/etc/iproute2/rt_tables
chmod 644  $1/etc/iproute2/rt_tables
chown root:root  $1/etc/syslog.conf
chmod 755  $1/etc/syslog.conf
chown root:root  $1/etc/inittab
chmod 755  $1/etc/inittab
chown root:root  $1/etc/dhcpcd.conf
chmod 644  $1/etc/dhcpcd.conf
chown root:root  $1/etc/network/nfs_check
chmod 755  $1/etc/network/nfs_check
chown root:root  $1/etc/network/if-pre-up.d/wait_iface
chmod 755  $1/etc/network/if-pre-up.d/wait_iface
chown root:root  $1/etc/network/interfaces
chmod 644  $1/etc/network/interfaces
chown root:root  $1/etc/network/updatearpgwip.sh
chmod 755  $1/etc/network/updatearpgwip.sh
chown root:root  $1/etc/network/ipmi.interfaces
chmod 755  $1/etc/network/ipmi.interfaces
chown root:root  $1/etc/lighttpd/conf.d/access_log.conf
chmod 644  $1/etc/lighttpd/conf.d/access_log.conf
chown root:root  $1/etc/lighttpd/conf.d/debug.conf
chmod 644  $1/etc/lighttpd/conf.d/debug.conf
chown root:root  $1/etc/lighttpd/conf.d/dirlisting.conf
chmod 644  $1/etc/lighttpd/conf.d/dirlisting.conf
chown root:root  $1/etc/lighttpd/conf.d/mime.conf
chmod 644  $1/etc/lighttpd/conf.d/mime.conf
chown root:root  $1/etc/lighttpd/lighttpd.conf
chmod 644  $1/etc/lighttpd/lighttpd.conf
chown root:root  $1/etc/lighttpd/modules.conf
chmod 644  $1/etc/lighttpd/modules.conf
chown root:root  $1/etc/logrotate.conf
chmod 644  $1/etc/logrotate.conf
chown root:root  $1/etc/defconfig/BMC.conf
chmod 755  $1/etc/defconfig/BMC.conf
chown root:root  $1/etc/defconfig/dcmi.conf
chmod 755  $1/etc/defconfig/dcmi.conf
chown root:root  $1/etc/defconfig/etc/network/interfaces.BowieSW
chmod 755  $1/etc/defconfig/etc/network/interfaces.BowieSW
chown root:root  $1/etc/core_macros
chmod 644  $1/etc/core_macros
chown root:root  $1/etc/core_features
chmod 644  $1/etc/core_features
chown root:root  $1/etc/environ/env_bowie_policy.rc
chmod 755  $1/etc/environ/env_bowie_policy.rc
chown root:root  $1/etc/watcher.conf
chmod 755  $1/etc/watcher.conf
chown root:root  $1/etc/shells
chmod 644  $1/etc/shells
chown root:root  $1/etc/hostname
chmod 644  $1/etc/hostname
chown root:root  $1/etc/issue
chmod 644  $1/etc/issue
chown root:root  $1/etc/ssh/sshd_config
chmod 755  $1/etc/ssh/sshd_config
chown root:root  $1/etc/ssh/sshd_config.debug
chmod 755  $1/etc/ssh/sshd_config.debug
chown root:root  $1/etc/ssh/sshd_config.default
chmod 644  $1/etc/ssh/sshd_config.default
chown root:root  $1/etc/build.ident
chmod 644  $1/etc/build.ident
chown root:root  $1/etc/busybox.conf
chmod 600  $1/etc/busybox.conf
chown root:root  $1/etc/crontab
chmod 644  $1/etc/crontab
chown root:root  $1/etc/reservedusers
chmod 755  $1/etc/reservedusers
chown root:root  $1/etc/sudoers
chmod 440  $1/etc/sudoers
chown root:root  $1/etc/emmclayout
chmod 755  $1/etc/emmclayout
chown root:root  $1/usr/bin/ldd
chmod 755  $1/usr/bin/ldd
chown root:root  $1/usr/bin/crontab
chmod 4755  $1/usr/bin/crontab
chown root:root  $1/usr/bin/bzip2
chmod 755  $1/usr/bin/bzip2
chown root:root  $1/usr/bin/bunzip2
chmod 755  $1/usr/bin/bunzip2
chown root:root  $1/usr/bin/bzcat
chmod 755  $1/usr/bin/bzcat
chown root:root  $1/usr/bin/bzip2recover
chmod 755  $1/usr/bin/bzip2recover
chown root:root  $1/usr/bin/bzgrep
chmod 755  $1/usr/bin/bzgrep
chown root:root  $1/usr/bin/bzmore
chmod 755  $1/usr/bin/bzmore
chown root:root  $1/usr/bin/bzdiff
chmod 755  $1/usr/bin/bzdiff
chown root:root  $1/usr/bin/file
chmod 755  $1/usr/bin/file
chown root:root  $1/usr/bin/pscap
chmod 755  $1/usr/bin/pscap
chown root:root  $1/usr/bin/netcap
chmod 755  $1/usr/bin/netcap
chown root:root  $1/usr/bin/filecap
chmod 755  $1/usr/bin/filecap
chown root:root  $1/usr/bin/captest
chmod 755  $1/usr/bin/captest
chown root:root  $1/usr/bin/xmlwf
chmod 755  $1/usr/bin/xmlwf
chown root:root  $1/usr/bin/sqlite3
chmod 755  $1/usr/bin/sqlite3
chown root:root  $1/usr/bin/openssl
chmod 755  $1/usr/bin/openssl
chown root:root  $1/usr/bin/python3.9
chmod 755  $1/usr/bin/python3.9
chown root:root  $1/usr/bin/chrt
chmod 755  $1/usr/bin/chrt
chown root:root  $1/usr/bin/ionice
chmod 755  $1/usr/bin/ionice
chown root:root  $1/usr/bin/smtpd.py.9
chmod 755  $1/usr/bin/smtpd.py.9
chown root:root  $1/usr/bin/taskset
chmod 755  $1/usr/bin/taskset
chown root:root  $1/usr/bin/col
chmod 755  $1/usr/bin/col
chown root:root  $1/usr/bin/colcrt
chmod 755  $1/usr/bin/colcrt
chown root:root  $1/usr/bin/colrm
chmod 755  $1/usr/bin/colrm
chown root:root  $1/usr/bin/column
chmod 755  $1/usr/bin/column
chown root:root  $1/usr/bin/hexdump
chmod 755  $1/usr/bin/hexdump
chown root:root  $1/usr/bin/rev
chmod 755  $1/usr/bin/rev
chown root:root  $1/usr/bin/pg
chmod 755  $1/usr/bin/pg
chown root:root  $1/usr/bin/script
chmod 755  $1/usr/bin/script
chown root:root  $1/usr/bin/scriptreplay
chmod 755  $1/usr/bin/scriptreplay
chown root:root  $1/usr/bin/scriptlive
chmod 755  $1/usr/bin/scriptlive
chown root:root  $1/usr/bin/lslogins
chmod 755  $1/usr/bin/lslogins
chown root:root  $1/usr/bin/flock
chmod 755  $1/usr/bin/flock
chown root:root  $1/usr/bin/choom
chmod 755  $1/usr/bin/choom
chown root:root  $1/usr/bin/ipcmk
chmod 755  $1/usr/bin/ipcmk
chown root:root  $1/usr/bin/ipcrm
chmod 755  $1/usr/bin/ipcrm
chown root:root  $1/usr/bin/ipcs
chmod 755  $1/usr/bin/ipcs
chown root:root  $1/usr/bin/irqtop
chmod 755  $1/usr/bin/irqtop
chown root:root  $1/usr/bin/lsirq
chmod 755  $1/usr/bin/lsirq
chown root:root  $1/usr/bin/lsipc
chmod 755  $1/usr/bin/lsipc
chown root:root  $1/usr/bin/renice
chmod 755  $1/usr/bin/renice
chown root:root  $1/usr/bin/setsid
chmod 755  $1/usr/bin/setsid
chown root:root  $1/usr/bin/setarch
chmod 755  $1/usr/bin/setarch
chown root:root  $1/usr/bin/prlimit
chmod 755  $1/usr/bin/prlimit
chown root:root  $1/usr/bin/lsns
chmod 755  $1/usr/bin/lsns
chown root:root  $1/usr/bin/lscpu
chmod 755  $1/usr/bin/lscpu
chown root:root  $1/usr/bin/setpriv
chmod 755  $1/usr/bin/setpriv
chown root:root  $1/usr/bin/cal
chmod 755  $1/usr/bin/cal
chown root:root  $1/usr/bin/logger
chmod 755  $1/usr/bin/logger
chown root:root  $1/usr/bin/look
chmod 755  $1/usr/bin/look
chown root:root  $1/usr/bin/mcookie
chmod 755  $1/usr/bin/mcookie
chown root:root  $1/usr/bin/namei
chmod 755  $1/usr/bin/namei
chown root:root  $1/usr/bin/whereis
chmod 755  $1/usr/bin/whereis
chown root:root  $1/usr/bin/lslocks
chmod 755  $1/usr/bin/lslocks
chown root:root  $1/usr/bin/uuidgen
chmod 755  $1/usr/bin/uuidgen
chown root:root  $1/usr/bin/uuidparse
chmod 755  $1/usr/bin/uuidparse
chown root:root  $1/usr/bin/getopt
chmod 755  $1/usr/bin/getopt
chown root:root  $1/usr/bin/fincore
chmod 755  $1/usr/bin/fincore
chown root:root  $1/usr/bin/isosize
chmod 755  $1/usr/bin/isosize
chown root:root  $1/usr/bin/gawk
chmod 755  $1/usr/bin/gawk
chown root:root  $1/usr/bin/decode-dimms
chmod 755  $1/usr/bin/decode-dimms
chown root:root  $1/usr/bin/pcretest
chmod 755  $1/usr/bin/pcretest
chown root:root  $1/usr/bin/pcregrep
chmod 755  $1/usr/bin/pcregrep
chown root:root  $1/usr/bin/decode-vaio
chmod 755  $1/usr/bin/decode-vaio
chown root:root  $1/usr/bin/ddcmon
chmod 755  $1/usr/bin/ddcmon
chown root:root  $1/usr/bin/decode-edid
chmod 755  $1/usr/bin/decode-edid
chown root:root  $1/usr/bin/ps
chmod 755  $1/usr/bin/ps
chown root:root  $1/usr/bin/free
chmod 755  $1/usr/bin/free
chown root:root  $1/usr/bin/pgrep
chmod 755  $1/usr/bin/pgrep
chown root:root  $1/usr/bin/pkill
chmod 755  $1/usr/bin/pkill
chown root:root  $1/usr/bin/pmap
chmod 755  $1/usr/bin/pmap
chown root:root  $1/usr/bin/pwdx
chmod 755  $1/usr/bin/pwdx
chown root:root  $1/usr/bin/tload
chmod 755  $1/usr/bin/tload
chown root:root  $1/usr/bin/uptime
chmod 755  $1/usr/bin/uptime
chown root:root  $1/usr/bin/vmstat
chmod 755  $1/usr/bin/vmstat
chown root:root  $1/usr/bin/w
chmod 755  $1/usr/bin/w
chown root:root  $1/usr/bin/pidof
chmod 755  $1/usr/bin/pidof
chown root:root  $1/usr/bin/kill
chmod 755  $1/usr/bin/kill
chown root:root  $1/usr/bin/slabtop
chmod 755  $1/usr/bin/slabtop
chown root:root  $1/usr/bin/watch
chmod 755  $1/usr/bin/watch
chown root:root  $1/usr/bin/top
chmod 755  $1/usr/bin/top
chown root:root  $1/usr/bin/find
chmod 755  $1/usr/bin/find
chown root:root  $1/usr/bin/xargs
chmod 755  $1/usr/bin/xargs
chown root:root  $1/usr/bin/updatedb
chmod 755  $1/usr/bin/updatedb
chown root:root  $1/usr/bin/locate
chmod 755  $1/usr/bin/locate
chown root:root  $1/usr/bin/event_rpcgen.py
chmod 755  $1/usr/bin/event_rpcgen.py
chown root:root  $1/usr/bin/can_logger.py
chmod 755  $1/usr/bin/can_logger.py
chown root:root  $1/usr/bin/gio
chmod 755  $1/usr/bin/gio
chown root:root  $1/usr/bin/gresource
chmod 755  $1/usr/bin/gresource
chown root:root  $1/usr/bin/gio-querymodules
chmod 755  $1/usr/bin/gio-querymodules
chown root:root  $1/usr/bin/can_player.py
chmod 755  $1/usr/bin/can_player.py
chown root:root  $1/usr/bin/can_viewer.py
chmod 755  $1/usr/bin/can_viewer.py
chown root:root  $1/usr/bin/gsettings
chmod 755  $1/usr/bin/gsettings
chown root:root  $1/usr/bin/gdbus
chmod 755  $1/usr/bin/gdbus
chown root:root  $1/usr/bin/gapplication
chmod 755  $1/usr/bin/gapplication
chown root:root  $1/usr/bin/easy_install
chmod 755  $1/usr/bin/easy_install
chown root:root  $1/usr/bin/easy_install-3.9
chmod 755  $1/usr/bin/easy_install-3.9
chown root:root  $1/usr/bin/tcpdump
chmod 755  $1/usr/bin/tcpdump
chown root:root  $1/usr/bin/mkenvimage
chmod 755  $1/usr/bin/mkenvimage
chown root:root  $1/usr/bin/ipmitool
chmod 755  $1/usr/bin/ipmitool
chown root:root  $1/usr/bin/scp
chmod 755  $1/usr/bin/scp
chown root:root  $1/usr/bin/ssh-keygen
chmod 755  $1/usr/bin/ssh-keygen
chown root:root  $1/usr/bin/ssh
chmod 4755  $1/usr/bin/ssh
chown root:root  $1/usr/bin/sudo
chmod 511  $1/usr/bin/sudo
chown root:root  $1/usr/lib/libstdc++.so.6.0.25
chmod 755  $1/usr/lib/libstdc++.so.6.0.25
chown root:root  $1/usr/lib/libstdc++.so.6.0.25-gdb.py
chmod 755  $1/usr/lib/libstdc++.so.6.0.25-gdb.py
chown root:root  $1/usr/lib/os-release
chmod 644  $1/usr/lib/os-release
chown root:root  $1/usr/lib/libbz2.so.1.0.8
chmod 755  $1/usr/lib/libbz2.so.1.0.8
chown root:root  $1/usr/lib/libz.so.1.2.11
chmod 755  $1/usr/lib/libz.so.1.2.11
chown root:root  $1/usr/lib/libmagic.so.1.0.0
chmod 755  $1/usr/lib/libmagic.so.1.0.0
chown root:root  $1/usr/lib/libcap-ng.so.0.0.0
chmod 755  $1/usr/lib/libcap-ng.so.0.0.0
chown root:root  $1/usr/lib/libdrop_ambient.so.0.0.0
chmod 755  $1/usr/lib/libdrop_ambient.so.0.0.0
chown root:root  $1/usr/lib/libncurses.so.6.1
chmod 755  $1/usr/lib/libncurses.so.6.1
chown root:root  $1/usr/lib/libpanel.so.6.1
chmod 755  $1/usr/lib/libpanel.so.6.1
chown root:root  $1/usr/lib/libmenu.so.6.1
chmod 755  $1/usr/lib/libmenu.so.6.1
chown root:root  $1/usr/lib/libform.so.6.1
chmod 755  $1/usr/lib/libform.so.6.1
chown root:root  $1/usr/lib/libexpat.so.1.8.1
chmod 755  $1/usr/lib/libexpat.so.1.8.1
chown root:root  $1/usr/lib/libffi.so.7.1.0
chmod 755  $1/usr/lib/libffi.so.7.1.0
chown root:root  $1/usr/lib/libcrypto.so.3
chmod 755  $1/usr/lib/libcrypto.so.3
chown root:root  $1/usr/lib/libssl.so.3
chmod 755  $1/usr/lib/libssl.so.3
chown root:root  $1/usr/lib/engines-3/afalg.so
chmod 755  $1/usr/lib/engines-3/afalg.so
chown root:root  $1/usr/lib/engines-3/capi.so
chmod 755  $1/usr/lib/engines-3/capi.so
chown root:root  $1/usr/lib/engines-3/loader_attic.so
chmod 755  $1/usr/lib/engines-3/loader_attic.so
chown root:root  $1/usr/lib/engines-3/padlock.so
chmod 755  $1/usr/lib/engines-3/padlock.so
chown root:root  $1/usr/lib/ossl-modules/legacy.so
chmod 755  $1/usr/lib/ossl-modules/legacy.so
chown root:root  $1/usr/lib/ossl-modules/fips.so
chmod 755  $1/usr/lib/ossl-modules/fips.so
chown root:root  $1/usr/lib/libhistory.so.8.1
chmod 755  $1/usr/lib/libhistory.so.8.1
chown root:root  $1/usr/lib/libreadline.so.8.1
chmod 755  $1/usr/lib/libreadline.so.8.1
chown root:root  $1/usr/lib/libsqlite3.so.0.8.6
chmod 755  $1/usr/lib/libsqlite3.so.0.8.6
chown root:root  $1/usr/lib/libpython3.9.so.1.0
chmod 755  $1/usr/lib/libpython3.9.so.1.0
chown root:root  $1/usr/lib/python3.9/lib-dynload/_contextvars.cpython-39-arm-linux-gnueabi.so
chmod 755  $1/usr/lib/python3.9/lib-dynload/_contextvars.cpython-39-arm-linux-gnueabi.so
chown root:root  $1/usr/lib/python3.9/lib-dynload/_sysconfigdata__linux_arm-linux-gnueabi.pyc
chmod 644  $1/usr/lib/python3.9/lib-dynload/_sysconfigdata__linux_arm-linux-gnueabi.pyc
chown root:root  $1/usr/lib/python3.9/lib-dynload/_bisect.cpython-39-arm-linux-gnueabi.so
chmod 755  $1/usr/lib/python3.9/lib-dynload/_bisect.cpython-39-arm-linux-gnueabi.so
chown root:root  $1/usr/lib/python3.9/lib-dynload/_heapq.cpython-39-arm-linux-gnueabi.so
chmod 755  $1/usr/lib/python3.9/lib-dynload/_heapq.cpython-39-arm-linux-gnueabi.so
chown root:root  $1/usr/lib/python3.9/lib-dynload/_random.cpython-39-arm-linux-gnueabi.so
chmod 755  $1/usr/lib/python3.9/lib-dynload/_random.cpython-39-arm-linux-gnueabi.so
chown root:root  $1/usr/lib/python3.9/lib-dynload/_zoneinfo.cpython-39-arm-linux-gnueabi.so
chmod 755  $1/usr/lib/python3.9/lib-dynload/_zoneinfo.cpython-39-arm-linux-gnueabi.so
chown root:root  $1/usr/lib/python3.9/lib-dynload/_struct.cpython-39-arm-linux-gnueabi.so
chmod 755  $1/usr/lib/python3.9/lib-dynload/_struct.cpython-39-arm-linux-gnueabi.so
chown root:root  $1/usr/lib/python3.9/lib-dynload/_opcode.cpython-39-arm-linux-gnueabi.so
chmod 755  $1/usr/lib/python3.9/lib-dynload/_opcode.cpython-39-arm-linux-gnueabi.so
chown root:root  $1/usr/lib/python3.9/lib-dynload/_json.cpython-39-arm-linux-gnueabi.so
chmod 755  $1/usr/lib/python3.9/lib-dynload/_json.cpython-39-arm-linux-gnueabi.so
chown root:root  $1/usr/lib/python3.9/lib-dynload/_lsprof.cpython-39-arm-linux-gnueabi.so
chmod 755  $1/usr/lib/python3.9/lib-dynload/_lsprof.cpython-39-arm-linux-gnueabi.so
chown root:root  $1/usr/lib/python3.9/lib-dynload/array.cpython-39-arm-linux-gnueabi.so
chmod 755  $1/usr/lib/python3.9/lib-dynload/array.cpython-39-arm-linux-gnueabi.so
chown root:root  $1/usr/lib/python3.9/lib-dynload/math.cpython-39-arm-linux-gnueabi.so
chmod 755  $1/usr/lib/python3.9/lib-dynload/math.cpython-39-arm-linux-gnueabi.so
chown root:root  $1/usr/lib/python3.9/lib-dynload/_queue.cpython-39-arm-linux-gnueabi.so
chmod 755  $1/usr/lib/python3.9/lib-dynload/_queue.cpython-39-arm-linux-gnueabi.so
chown root:root  $1/usr/lib/python3.9/lib-dynload/_statistics.cpython-39-arm-linux-gnueabi.so
chmod 755  $1/usr/lib/python3.9/lib-dynload/_statistics.cpython-39-arm-linux-gnueabi.so
chown root:root  $1/usr/lib/python3.9/lib-dynload/grp.cpython-39-arm-linux-gnueabi.so
chmod 755  $1/usr/lib/python3.9/lib-dynload/grp.cpython-39-arm-linux-gnueabi.so
chown root:root  $1/usr/lib/python3.9/lib-dynload/spwd.cpython-39-arm-linux-gnueabi.so
chmod 755  $1/usr/lib/python3.9/lib-dynload/spwd.cpython-39-arm-linux-gnueabi.so
chown root:root  $1/usr/lib/python3.9/lib-dynload/fcntl.cpython-39-arm-linux-gnueabi.so
chmod 755  $1/usr/lib/python3.9/lib-dynload/fcntl.cpython-39-arm-linux-gnueabi.so
chown root:root  $1/usr/lib/python3.9/lib-dynload/_asyncio.cpython-39-arm-linux-gnueabi.so
chmod 755  $1/usr/lib/python3.9/lib-dynload/_asyncio.cpython-39-arm-linux-gnueabi.so
chown root:root  $1/usr/lib/python3.9/lib-dynload/parser.cpython-39-arm-linux-gnueabi.so
chmod 755  $1/usr/lib/python3.9/lib-dynload/parser.cpython-39-arm-linux-gnueabi.so
chown root:root  $1/usr/lib/python3.9/lib-dynload/select.cpython-39-arm-linux-gnueabi.so
chmod 755  $1/usr/lib/python3.9/lib-dynload/select.cpython-39-arm-linux-gnueabi.so
chown root:root  $1/usr/lib/python3.9/lib-dynload/syslog.cpython-39-arm-linux-gnueabi.so
chmod 755  $1/usr/lib/python3.9/lib-dynload/syslog.cpython-39-arm-linux-gnueabi.so
chown root:root  $1/usr/lib/python3.9/lib-dynload/_datetime.cpython-39-arm-linux-gnueabi.so
chmod 755  $1/usr/lib/python3.9/lib-dynload/_datetime.cpython-39-arm-linux-gnueabi.so
chown root:root  $1/usr/lib/python3.9/lib-dynload/mmap.cpython-39-arm-linux-gnueabi.so
chmod 755  $1/usr/lib/python3.9/lib-dynload/mmap.cpython-39-arm-linux-gnueabi.so
chown root:root  $1/usr/lib/python3.9/lib-dynload/_pickle.cpython-39-arm-linux-gnueabi.so
chmod 755  $1/usr/lib/python3.9/lib-dynload/_pickle.cpython-39-arm-linux-gnueabi.so
chown root:root  $1/usr/lib/python3.9/lib-dynload/_csv.cpython-39-arm-linux-gnueabi.so
chmod 755  $1/usr/lib/python3.9/lib-dynload/_csv.cpython-39-arm-linux-gnueabi.so
chown root:root  $1/usr/lib/python3.9/lib-dynload/_testinternalcapi.cpython-39-arm-linux-gnueabi.so
chmod 755  $1/usr/lib/python3.9/lib-dynload/_testinternalcapi.cpython-39-arm-linux-gnueabi.so
chown root:root  $1/usr/lib/python3.9/lib-dynload/_testimportmultiple.cpython-39-arm-linux-gnueabi.so
chmod 755  $1/usr/lib/python3.9/lib-dynload/_testimportmultiple.cpython-39-arm-linux-gnueabi.so
chown root:root  $1/usr/lib/python3.9/lib-dynload/_xxsubinterpreters.cpython-39-arm-linux-gnueabi.so
chmod 755  $1/usr/lib/python3.9/lib-dynload/_xxsubinterpreters.cpython-39-arm-linux-gnueabi.so
chown root:root  $1/usr/lib/python3.9/lib-dynload/_posixsubprocess.cpython-39-arm-linux-gnueabi.so
chmod 755  $1/usr/lib/python3.9/lib-dynload/_posixsubprocess.cpython-39-arm-linux-gnueabi.so
chown root:root  $1/usr/lib/python3.9/lib-dynload/unicodedata.cpython-39-arm-linux-gnueabi.so
chmod 755  $1/usr/lib/python3.9/lib-dynload/unicodedata.cpython-39-arm-linux-gnueabi.so
chown root:root  $1/usr/lib/python3.9/lib-dynload/_testmultiphase.cpython-39-arm-linux-gnueabi.so
chmod 755  $1/usr/lib/python3.9/lib-dynload/_testmultiphase.cpython-39-arm-linux-gnueabi.so
chown root:root  $1/usr/lib/python3.9/lib-dynload/_crypt.cpython-39-arm-linux-gnueabi.so
chmod 755  $1/usr/lib/python3.9/lib-dynload/_crypt.cpython-39-arm-linux-gnueabi.so
chown root:root  $1/usr/lib/python3.9/lib-dynload/audioop.cpython-39-arm-linux-gnueabi.so
chmod 755  $1/usr/lib/python3.9/lib-dynload/audioop.cpython-39-arm-linux-gnueabi.so
chown root:root  $1/usr/lib/python3.9/lib-dynload/_testbuffer.cpython-39-arm-linux-gnueabi.so
chmod 755  $1/usr/lib/python3.9/lib-dynload/_testbuffer.cpython-39-arm-linux-gnueabi.so
chown root:root  $1/usr/lib/python3.9/lib-dynload/_xxtestfuzz.cpython-39-arm-linux-gnueabi.so
chmod 755  $1/usr/lib/python3.9/lib-dynload/_xxtestfuzz.cpython-39-arm-linux-gnueabi.so
chown root:root  $1/usr/lib/python3.9/lib-dynload/readline.cpython-39-arm-linux-gnueabi.so
chmod 755  $1/usr/lib/python3.9/lib-dynload/readline.cpython-39-arm-linux-gnueabi.so
chown root:root  $1/usr/lib/python3.9/lib-dynload/_sha256.cpython-39-arm-linux-gnueabi.so
chmod 755  $1/usr/lib/python3.9/lib-dynload/_sha256.cpython-39-arm-linux-gnueabi.so
chown root:root  $1/usr/lib/python3.9/lib-dynload/_md5.cpython-39-arm-linux-gnueabi.so
chmod 755  $1/usr/lib/python3.9/lib-dynload/_md5.cpython-39-arm-linux-gnueabi.so
chown root:root  $1/usr/lib/python3.9/lib-dynload/_sha1.cpython-39-arm-linux-gnueabi.so
chmod 755  $1/usr/lib/python3.9/lib-dynload/_sha1.cpython-39-arm-linux-gnueabi.so
chown root:root  $1/usr/lib/python3.9/lib-dynload/_hashlib.cpython-39-arm-linux-gnueabi.so
chmod 755  $1/usr/lib/python3.9/lib-dynload/_hashlib.cpython-39-arm-linux-gnueabi.so
chown root:root  $1/usr/lib/python3.9/lib-dynload/resource.cpython-39-arm-linux-gnueabi.so
chmod 755  $1/usr/lib/python3.9/lib-dynload/resource.cpython-39-arm-linux-gnueabi.so
chown root:root  $1/usr/lib/python3.9/lib-dynload/cmath.cpython-39-arm-linux-gnueabi.so
chmod 755  $1/usr/lib/python3.9/lib-dynload/cmath.cpython-39-arm-linux-gnueabi.so
chown root:root  $1/usr/lib/python3.9/lib-dynload/termios.cpython-39-arm-linux-gnueabi.so
chmod 755  $1/usr/lib/python3.9/lib-dynload/termios.cpython-39-arm-linux-gnueabi.so
chown root:root  $1/usr/lib/python3.9/lib-dynload/_sha512.cpython-39-arm-linux-gnueabi.so
chmod 755  $1/usr/lib/python3.9/lib-dynload/_sha512.cpython-39-arm-linux-gnueabi.so
chown root:root  $1/usr/lib/python3.9/lib-dynload/_socket.cpython-39-arm-linux-gnueabi.so
chmod 755  $1/usr/lib/python3.9/lib-dynload/_socket.cpython-39-arm-linux-gnueabi.so
chown root:root  $1/usr/lib/python3.9/lib-dynload/_testcapi.cpython-39-arm-linux-gnueabi.so
chmod 755  $1/usr/lib/python3.9/lib-dynload/_testcapi.cpython-39-arm-linux-gnueabi.so
chown root:root  $1/usr/lib/python3.9/lib-dynload/_sha3.cpython-39-arm-linux-gnueabi.so
chmod 755  $1/usr/lib/python3.9/lib-dynload/_sha3.cpython-39-arm-linux-gnueabi.so
chown root:root  $1/usr/lib/python3.9/lib-dynload/zlib.cpython-39-arm-linux-gnueabi.so
chmod 755  $1/usr/lib/python3.9/lib-dynload/zlib.cpython-39-arm-linux-gnueabi.so
chown root:root  $1/usr/lib/python3.9/lib-dynload/_posixshmem.cpython-39-arm-linux-gnueabi.so
chmod 755  $1/usr/lib/python3.9/lib-dynload/_posixshmem.cpython-39-arm-linux-gnueabi.so
chown root:root  $1/usr/lib/python3.9/lib-dynload/_ctypes_test.cpython-39-arm-linux-gnueabi.so
chmod 755  $1/usr/lib/python3.9/lib-dynload/_ctypes_test.cpython-39-arm-linux-gnueabi.so
chown root:root  $1/usr/lib/python3.9/lib-dynload/xxlimited.cpython-39-arm-linux-gnueabi.so
chmod 755  $1/usr/lib/python3.9/lib-dynload/xxlimited.cpython-39-arm-linux-gnueabi.so
chown root:root  $1/usr/lib/python3.9/lib-dynload/_ssl.cpython-39-arm-linux-gnueabi.so
chmod 755  $1/usr/lib/python3.9/lib-dynload/_ssl.cpython-39-arm-linux-gnueabi.so
chown root:root  $1/usr/lib/python3.9/lib-dynload/binascii.cpython-39-arm-linux-gnueabi.so
chmod 755  $1/usr/lib/python3.9/lib-dynload/binascii.cpython-39-arm-linux-gnueabi.so
chown root:root  $1/usr/lib/python3.9/lib-dynload/_multibytecodec.cpython-39-arm-linux-gnueabi.so
chmod 755  $1/usr/lib/python3.9/lib-dynload/_multibytecodec.cpython-39-arm-linux-gnueabi.so
chown root:root  $1/usr/lib/python3.9/lib-dynload/pyexpat.cpython-39-arm-linux-gnueabi.so
chmod 755  $1/usr/lib/python3.9/lib-dynload/pyexpat.cpython-39-arm-linux-gnueabi.so
chown root:root  $1/usr/lib/python3.9/lib-dynload/_multiprocessing.cpython-39-arm-linux-gnueabi.so
chmod 755  $1/usr/lib/python3.9/lib-dynload/_multiprocessing.cpython-39-arm-linux-gnueabi.so
chown root:root  $1/usr/lib/python3.9/lib-dynload/_elementtree.cpython-39-arm-linux-gnueabi.so
chmod 755  $1/usr/lib/python3.9/lib-dynload/_elementtree.cpython-39-arm-linux-gnueabi.so
chown root:root  $1/usr/lib/python3.9/lib-dynload/_blake2.cpython-39-arm-linux-gnueabi.so
chmod 755  $1/usr/lib/python3.9/lib-dynload/_blake2.cpython-39-arm-linux-gnueabi.so
chown root:root  $1/usr/lib/python3.9/lib-dynload/_sqlite3.cpython-39-arm-linux-gnueabi.so
chmod 755  $1/usr/lib/python3.9/lib-dynload/_sqlite3.cpython-39-arm-linux-gnueabi.so
chown root:root  $1/usr/lib/python3.9/lib-dynload/_ctypes.cpython-39-arm-linux-gnueabi.so
chmod 755  $1/usr/lib/python3.9/lib-dynload/_ctypes.cpython-39-arm-linux-gnueabi.so
chown root:root  $1/usr/lib/python3.9/config-3.9-arm-linux-gnueabi/config.c
chmod 644  $1/usr/lib/python3.9/config-3.9-arm-linux-gnueabi/config.c
chown root:root  $1/usr/lib/python3.9/config-3.9-arm-linux-gnueabi/python.o
chmod 644  $1/usr/lib/python3.9/config-3.9-arm-linux-gnueabi/python.o
chown root:root  $1/usr/lib/python3.9/config-3.9-arm-linux-gnueabi/config.c.in
chmod 644  $1/usr/lib/python3.9/config-3.9-arm-linux-gnueabi/config.c.in
chown root:root  $1/usr/lib/python3.9/config-3.9-arm-linux-gnueabi/Makefile
chmod 644  $1/usr/lib/python3.9/config-3.9-arm-linux-gnueabi/Makefile
chown root:root  $1/usr/lib/python3.9/config-3.9-arm-linux-gnueabi/Setup
chmod 644  $1/usr/lib/python3.9/config-3.9-arm-linux-gnueabi/Setup
chown root:root  $1/usr/lib/python3.9/config-3.9-arm-linux-gnueabi/Setup.local
chmod 644  $1/usr/lib/python3.9/config-3.9-arm-linux-gnueabi/Setup.local
chown root:root  $1/usr/lib/python3.9/config-3.9-arm-linux-gnueabi/makesetup
chmod 755  $1/usr/lib/python3.9/config-3.9-arm-linux-gnueabi/makesetup
chown root:root  $1/usr/lib/python3.9/config-3.9-arm-linux-gnueabi/install-sh
chmod 755  $1/usr/lib/python3.9/config-3.9-arm-linux-gnueabi/install-sh
chown root:root  $1/usr/lib/python3.9/site-packages/README.txt
chmod 644  $1/usr/lib/python3.9/site-packages/README.txt
chown root:root  $1/usr/lib/python3.9/site-packages/libmount/__init__.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/libmount/__init__.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/libmount/pylibmount.so
chmod 755  $1/usr/lib/python3.9/site-packages/libmount/pylibmount.so
chown root:root  $1/usr/lib/python3.9/site-packages/smbus.cpython-39-arm-linux-gnueabi.so
chmod 755  $1/usr/lib/python3.9/site-packages/smbus.cpython-39-arm-linux-gnueabi.so
chown root:root  $1/usr/lib/python3.9/site-packages/smbus-1.1-py3.9.egg-info
chmod 644  $1/usr/lib/python3.9/site-packages/smbus-1.1-py3.9.egg-info
chown root:root  $1/usr/lib/python3.9/site-packages/aenum/CHANGES
chmod 644  $1/usr/lib/python3.9/site-packages/aenum/CHANGES
chown root:root  $1/usr/lib/python3.9/site-packages/aenum/LICENSE
chmod 644  $1/usr/lib/python3.9/site-packages/aenum/LICENSE
chown root:root  $1/usr/lib/python3.9/site-packages/aenum/README
chmod 644  $1/usr/lib/python3.9/site-packages/aenum/README
chown root:root  $1/usr/lib/python3.9/site-packages/aenum/doc/aenum.pdf
chmod 644  $1/usr/lib/python3.9/site-packages/aenum/doc/aenum.pdf
chown root:root  $1/usr/lib/python3.9/site-packages/aenum/doc/aenum.rst
chmod 644  $1/usr/lib/python3.9/site-packages/aenum/doc/aenum.rst
chown root:root  $1/usr/lib/python3.9/site-packages/aenum/test.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/aenum/test.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/aenum/test_v3.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/aenum/test_v3.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/aenum/__init__.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/aenum/__init__.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/aenum-2.2.3-py3.9.egg-info/SOURCES.txt
chmod 644  $1/usr/lib/python3.9/site-packages/aenum-2.2.3-py3.9.egg-info/SOURCES.txt
chown root:root  $1/usr/lib/python3.9/site-packages/aenum-2.2.3-py3.9.egg-info/dependency_links.txt
chmod 644  $1/usr/lib/python3.9/site-packages/aenum-2.2.3-py3.9.egg-info/dependency_links.txt
chown root:root  $1/usr/lib/python3.9/site-packages/aenum-2.2.3-py3.9.egg-info/top_level.txt
chmod 644  $1/usr/lib/python3.9/site-packages/aenum-2.2.3-py3.9.egg-info/top_level.txt
chown root:root  $1/usr/lib/python3.9/site-packages/aenum-2.2.3-py3.9.egg-info/PKG-INFO
chmod 644  $1/usr/lib/python3.9/site-packages/aenum-2.2.3-py3.9.egg-info/PKG-INFO
chown root:root  $1/usr/lib/python3.9/site-packages/can/interfaces/ics_neovi/__init__.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/can/interfaces/ics_neovi/__init__.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/can/interfaces/ics_neovi/neovi_bus.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/can/interfaces/ics_neovi/neovi_bus.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/can/interfaces/ixxat/__init__.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/can/interfaces/ixxat/__init__.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/can/interfaces/ixxat/canlib.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/can/interfaces/ixxat/canlib.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/can/interfaces/ixxat/constants.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/can/interfaces/ixxat/constants.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/can/interfaces/ixxat/exceptions.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/can/interfaces/ixxat/exceptions.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/can/interfaces/ixxat/structures.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/can/interfaces/ixxat/structures.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/can/interfaces/kvaser/__init__.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/can/interfaces/kvaser/__init__.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/can/interfaces/kvaser/canlib.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/can/interfaces/kvaser/canlib.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/can/interfaces/kvaser/constants.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/can/interfaces/kvaser/constants.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/can/interfaces/kvaser/structures.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/can/interfaces/kvaser/structures.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/can/interfaces/pcan/__init__.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/can/interfaces/pcan/__init__.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/can/interfaces/pcan/basic.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/can/interfaces/pcan/basic.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/can/interfaces/pcan/pcan.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/can/interfaces/pcan/pcan.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/can/interfaces/serial/__init__.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/can/interfaces/serial/__init__.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/can/interfaces/serial/serial_can.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/can/interfaces/serial/serial_can.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/can/interfaces/socketcan/__init__.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/can/interfaces/socketcan/__init__.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/can/interfaces/socketcan/constants.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/can/interfaces/socketcan/constants.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/can/interfaces/socketcan/socketcan.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/can/interfaces/socketcan/socketcan.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/can/interfaces/socketcan/utils.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/can/interfaces/socketcan/utils.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/can/interfaces/systec/__init__.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/can/interfaces/systec/__init__.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/can/interfaces/systec/constants.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/can/interfaces/systec/constants.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/can/interfaces/systec/exceptions.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/can/interfaces/systec/exceptions.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/can/interfaces/systec/structures.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/can/interfaces/systec/structures.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/can/interfaces/systec/ucan.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/can/interfaces/systec/ucan.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/can/interfaces/systec/ucanbus.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/can/interfaces/systec/ucanbus.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/can/interfaces/usb2can/serial_selector.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/can/interfaces/usb2can/serial_selector.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/can/interfaces/usb2can/__init__.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/can/interfaces/usb2can/__init__.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/can/interfaces/usb2can/usb2canInterface.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/can/interfaces/usb2can/usb2canInterface.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/can/interfaces/usb2can/usb2canabstractionlayer.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/can/interfaces/usb2can/usb2canabstractionlayer.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/can/interfaces/vector/__init__.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/can/interfaces/vector/__init__.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/can/interfaces/vector/canlib.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/can/interfaces/vector/canlib.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/can/interfaces/vector/exceptions.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/can/interfaces/vector/exceptions.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/can/interfaces/vector/vxlapi.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/can/interfaces/vector/vxlapi.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/can/interfaces/__init__.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/can/interfaces/__init__.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/can/interfaces/canalystii.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/can/interfaces/canalystii.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/can/interfaces/iscan.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/can/interfaces/iscan.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/can/interfaces/nican.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/can/interfaces/nican.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/can/interfaces/slcan.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/can/interfaces/slcan.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/can/interfaces/virtual.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/can/interfaces/virtual.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/can/io/__init__.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/can/io/__init__.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/can/io/asc.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/can/io/asc.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/can/io/blf.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/can/io/blf.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/can/io/canutils.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/can/io/canutils.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/can/io/csv.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/can/io/csv.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/can/io/generic.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/can/io/generic.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/can/io/logger.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/can/io/logger.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/can/io/player.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/can/io/player.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/can/io/printer.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/can/io/printer.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/can/io/sqlite.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/can/io/sqlite.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/can/broadcastmanager.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/can/broadcastmanager.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/can/CAN.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/can/CAN.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/can/__init__.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/can/__init__.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/can/thread_safe_bus.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/can/thread_safe_bus.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/can/bus.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/can/bus.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/can/ctypesutil.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/can/ctypesutil.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/can/interface.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/can/interface.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/can/listener.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/can/listener.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/can/logger.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/can/logger.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/can/message.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/can/message.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/can/notifier.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/can/notifier.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/can/player.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/can/player.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/can/util.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/can/util.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/can/viewer.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/can/viewer.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/python_can-3.3.4-py3.9.egg-info/PKG-INFO
chmod 644  $1/usr/lib/python3.9/site-packages/python_can-3.3.4-py3.9.egg-info/PKG-INFO
chown root:root  $1/usr/lib/python3.9/site-packages/python_can-3.3.4-py3.9.egg-info/SOURCES.txt
chmod 644  $1/usr/lib/python3.9/site-packages/python_can-3.3.4-py3.9.egg-info/SOURCES.txt
chown root:root  $1/usr/lib/python3.9/site-packages/python_can-3.3.4-py3.9.egg-info/dependency_links.txt
chmod 644  $1/usr/lib/python3.9/site-packages/python_can-3.3.4-py3.9.egg-info/dependency_links.txt
chown root:root  $1/usr/lib/python3.9/site-packages/python_can-3.3.4-py3.9.egg-info/requires.txt
chmod 644  $1/usr/lib/python3.9/site-packages/python_can-3.3.4-py3.9.egg-info/requires.txt
chown root:root  $1/usr/lib/python3.9/site-packages/python_can-3.3.4-py3.9.egg-info/top_level.txt
chmod 644  $1/usr/lib/python3.9/site-packages/python_can-3.3.4-py3.9.egg-info/top_level.txt
chown root:root  $1/usr/lib/python3.9/site-packages/cffi/_cffi_include.h
chmod 644  $1/usr/lib/python3.9/site-packages/cffi/_cffi_include.h
chown root:root  $1/usr/lib/python3.9/site-packages/cffi/parse_c_type.h
chmod 644  $1/usr/lib/python3.9/site-packages/cffi/parse_c_type.h
chown root:root  $1/usr/lib/python3.9/site-packages/cffi/_embedding.h
chmod 644  $1/usr/lib/python3.9/site-packages/cffi/_embedding.h
chown root:root  $1/usr/lib/python3.9/site-packages/cffi/_cffi_errors.h
chmod 644  $1/usr/lib/python3.9/site-packages/cffi/_cffi_errors.h
chown root:root  $1/usr/lib/python3.9/site-packages/cffi/backend_ctypes.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/cffi/backend_ctypes.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/cffi/__init__.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/cffi/__init__.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/cffi/api.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/cffi/api.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/cffi/setuptools_ext.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/cffi/setuptools_ext.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/cffi/cffi_opcode.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/cffi/cffi_opcode.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/cffi/commontypes.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/cffi/commontypes.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/cffi/cparser.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/cffi/cparser.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/cffi/error.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/cffi/error.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/cffi/ffiplatform.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/cffi/ffiplatform.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/cffi/lock.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/cffi/lock.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/cffi/model.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/cffi/model.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/cffi/pkgconfig.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/cffi/pkgconfig.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/cffi/recompiler.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/cffi/recompiler.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/cffi/vengine_cpy.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/cffi/vengine_cpy.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/cffi/vengine_gen.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/cffi/vengine_gen.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/cffi/verifier.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/cffi/verifier.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/_cffi_backend.cpython-39-arm-linux-gnueabi.so
chmod 755  $1/usr/lib/python3.9/site-packages/_cffi_backend.cpython-39-arm-linux-gnueabi.so
chown root:root  $1/usr/lib/python3.9/site-packages/cffi-1.14.6-py3.9.egg-info/PKG-INFO
chmod 644  $1/usr/lib/python3.9/site-packages/cffi-1.14.6-py3.9.egg-info/PKG-INFO
chown root:root  $1/usr/lib/python3.9/site-packages/cffi-1.14.6-py3.9.egg-info/SOURCES.txt
chmod 644  $1/usr/lib/python3.9/site-packages/cffi-1.14.6-py3.9.egg-info/SOURCES.txt
chown root:root  $1/usr/lib/python3.9/site-packages/cffi-1.14.6-py3.9.egg-info/dependency_links.txt
chmod 644  $1/usr/lib/python3.9/site-packages/cffi-1.14.6-py3.9.egg-info/dependency_links.txt
chown root:root  $1/usr/lib/python3.9/site-packages/cffi-1.14.6-py3.9.egg-info/entry_points.txt
chmod 644  $1/usr/lib/python3.9/site-packages/cffi-1.14.6-py3.9.egg-info/entry_points.txt
chown root:root  $1/usr/lib/python3.9/site-packages/cffi-1.14.6-py3.9.egg-info/not-zip-safe
chmod 644  $1/usr/lib/python3.9/site-packages/cffi-1.14.6-py3.9.egg-info/not-zip-safe
chown root:root  $1/usr/lib/python3.9/site-packages/cffi-1.14.6-py3.9.egg-info/requires.txt
chmod 644  $1/usr/lib/python3.9/site-packages/cffi-1.14.6-py3.9.egg-info/requires.txt
chown root:root  $1/usr/lib/python3.9/site-packages/cffi-1.14.6-py3.9.egg-info/top_level.txt
chmod 644  $1/usr/lib/python3.9/site-packages/cffi-1.14.6-py3.9.egg-info/top_level.txt
chown root:root  $1/usr/lib/python3.9/site-packages/cli/_ext/__init__.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/cli/_ext/__init__.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/cli/_ext/argparse.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/cli/_ext/argparse.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/cli/_ext/scripttest.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/cli/_ext/scripttest.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/cli/tests/functional/__init__.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/cli/tests/functional/__init__.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/cli/tests/test_cli_daemon.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/cli/tests/test_cli_daemon.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/cli/tests/__init__.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/cli/tests/__init__.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/cli/tests/test_cli_app.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/cli/tests/test_cli_app.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/cli/tests/test_cli_profiler.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/cli/tests/test_cli_profiler.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/cli/tests/test_cli_log.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/cli/tests/test_cli_log.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/cli/__init__.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/cli/__init__.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/cli/app.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/cli/app.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/cli/daemon.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/cli/daemon.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/cli/ext.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/cli/ext.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/cli/log.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/cli/log.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/cli/profiler.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/cli/profiler.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/cli/test.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/cli/test.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/cli/util.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/cli/util.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/pyCLI-2.0.3-py3.9.egg-info/PKG-INFO
chmod 644  $1/usr/lib/python3.9/site-packages/pyCLI-2.0.3-py3.9.egg-info/PKG-INFO
chown root:root  $1/usr/lib/python3.9/site-packages/pyCLI-2.0.3-py3.9.egg-info/SOURCES.txt
chmod 644  $1/usr/lib/python3.9/site-packages/pyCLI-2.0.3-py3.9.egg-info/SOURCES.txt
chown root:root  $1/usr/lib/python3.9/site-packages/pyCLI-2.0.3-py3.9.egg-info/dependency_links.txt
chmod 644  $1/usr/lib/python3.9/site-packages/pyCLI-2.0.3-py3.9.egg-info/dependency_links.txt
chown root:root  $1/usr/lib/python3.9/site-packages/pyCLI-2.0.3-py3.9.egg-info/entry_points.txt
chmod 644  $1/usr/lib/python3.9/site-packages/pyCLI-2.0.3-py3.9.egg-info/entry_points.txt
chown root:root  $1/usr/lib/python3.9/site-packages/pyCLI-2.0.3-py3.9.egg-info/not-zip-safe
chmod 644  $1/usr/lib/python3.9/site-packages/pyCLI-2.0.3-py3.9.egg-info/not-zip-safe
chown root:root  $1/usr/lib/python3.9/site-packages/pyCLI-2.0.3-py3.9.egg-info/top_level.txt
chmod 644  $1/usr/lib/python3.9/site-packages/pyCLI-2.0.3-py3.9.egg-info/top_level.txt
chown root:root  $1/usr/lib/python3.9/site-packages/pycparser/ply/lex.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/pycparser/ply/lex.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/pycparser/ply/ygen.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/pycparser/ply/ygen.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/pycparser/ply/ctokens.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/pycparser/ply/ctokens.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/pycparser/ply/yacc.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/pycparser/ply/yacc.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/pycparser/ply/cpp.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/pycparser/ply/cpp.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/pycparser/ply/__init__.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/pycparser/ply/__init__.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/pycparser/_c_ast.cfg
chmod 644  $1/usr/lib/python3.9/site-packages/pycparser/_c_ast.cfg
chown root:root  $1/usr/lib/python3.9/site-packages/pycparser/_build_tables.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/pycparser/_build_tables.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/pycparser/c_ast.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/pycparser/c_ast.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/pycparser/lextab.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/pycparser/lextab.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/pycparser/c_parser.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/pycparser/c_parser.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/pycparser/ast_transforms.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/pycparser/ast_transforms.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/pycparser/_ast_gen.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/pycparser/_ast_gen.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/pycparser/c_generator.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/pycparser/c_generator.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/pycparser/c_lexer.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/pycparser/c_lexer.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/pycparser/plyparser.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/pycparser/plyparser.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/pycparser/yacctab.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/pycparser/yacctab.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/pycparser/__init__.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/pycparser/__init__.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/pycparser-2.20-py3.9.egg-info/PKG-INFO
chmod 644  $1/usr/lib/python3.9/site-packages/pycparser-2.20-py3.9.egg-info/PKG-INFO
chown root:root  $1/usr/lib/python3.9/site-packages/pycparser-2.20-py3.9.egg-info/top_level.txt
chmod 644  $1/usr/lib/python3.9/site-packages/pycparser-2.20-py3.9.egg-info/top_level.txt
chown root:root  $1/usr/lib/python3.9/site-packages/pycparser-2.20-py3.9.egg-info/SOURCES.txt
chmod 644  $1/usr/lib/python3.9/site-packages/pycparser-2.20-py3.9.egg-info/SOURCES.txt
chown root:root  $1/usr/lib/python3.9/site-packages/pycparser-2.20-py3.9.egg-info/dependency_links.txt
chmod 644  $1/usr/lib/python3.9/site-packages/pycparser-2.20-py3.9.egg-info/dependency_links.txt
chown root:root  $1/usr/lib/python3.9/site-packages/pkg_resources/extern/__init__.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/pkg_resources/extern/__init__.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/specifiers.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/specifiers.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/markers.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/markers.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/_compat.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/_compat.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/_structures.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/_structures.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/utils.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/utils.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/version.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/version.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/__init__.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/__init__.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/__about__.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/__about__.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/requirements.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/requirements.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/pkg_resources/_vendor/pyparsing.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/pkg_resources/_vendor/pyparsing.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/pkg_resources/_vendor/six.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/pkg_resources/_vendor/six.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/pkg_resources/_vendor/appdirs.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/pkg_resources/_vendor/appdirs.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/pkg_resources/_vendor/__init__.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/pkg_resources/_vendor/__init__.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/pkg_resources/__init__.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/pkg_resources/__init__.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/pkg_resources/py31compat.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/pkg_resources/py31compat.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/setuptools/command/launcher
chmod  $1/usr/lib/python3.9/site-packages/setuptools/command/launcher
chown root:root manifest.xml
chmod manifest.xml
chown root:root  $1/usr/lib/python3.9/site-packages/setuptools/command/install_scripts.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/setuptools/command/install_scripts.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/setuptools/command/upload_docs.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/setuptools/command/upload_docs.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/setuptools/command/build_py.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/setuptools/command/build_py.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/setuptools/command/egg_info.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/setuptools/command/egg_info.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/setuptools/command/install_egg_info.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/setuptools/command/install_egg_info.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/setuptools/command/py36compat.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/setuptools/command/py36compat.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/setuptools/command/bdist_egg.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/setuptools/command/bdist_egg.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/setuptools/command/easy_install.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/setuptools/command/easy_install.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/setuptools/command/develop.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/setuptools/command/develop.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/setuptools/command/upload.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/setuptools/command/upload.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/setuptools/command/build_clib.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/setuptools/command/build_clib.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/setuptools/command/bdist_wininst.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/setuptools/command/bdist_wininst.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/setuptools/command/build_ext.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/setuptools/command/build_ext.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/setuptools/command/sdist.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/setuptools/command/sdist.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/setuptools/command/dist_info.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/setuptools/command/dist_info.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/setuptools/command/register.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/setuptools/command/register.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/setuptools/command/alias.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/setuptools/command/alias.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/setuptools/command/saveopts.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/setuptools/command/saveopts.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/setuptools/command/test.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/setuptools/command/test.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/setuptools/command/install_lib.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/setuptools/command/install_lib.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/setuptools/command/setopt.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/setuptools/command/setopt.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/setuptools/command/install.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/setuptools/command/install.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/setuptools/command/__init__.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/setuptools/command/__init__.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/setuptools/command/rotate.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/setuptools/command/rotate.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/setuptools/command/bdist_rpm.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/setuptools/command/bdist_rpm.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/setuptools/extern/__init__.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/setuptools/extern/__init__.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/setuptools/_vendor/packaging/specifiers.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/setuptools/_vendor/packaging/specifiers.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/setuptools/_vendor/packaging/markers.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/setuptools/_vendor/packaging/markers.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/setuptools/_vendor/packaging/_compat.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/setuptools/_vendor/packaging/_compat.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/setuptools/_vendor/packaging/_structures.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/setuptools/_vendor/packaging/_structures.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/setuptools/_vendor/packaging/tags.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/setuptools/_vendor/packaging/tags.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/setuptools/_vendor/packaging/utils.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/setuptools/_vendor/packaging/utils.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/setuptools/_vendor/packaging/version.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/setuptools/_vendor/packaging/version.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/setuptools/_vendor/packaging/__init__.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/setuptools/_vendor/packaging/__init__.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/setuptools/_vendor/packaging/__about__.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/setuptools/_vendor/packaging/__about__.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/setuptools/_vendor/packaging/requirements.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/setuptools/_vendor/packaging/requirements.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/setuptools/_vendor/pyparsing.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/setuptools/_vendor/pyparsing.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/setuptools/_vendor/ordered_set.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/setuptools/_vendor/ordered_set.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/setuptools/_vendor/six.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/setuptools/_vendor/six.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/setuptools/_vendor/__init__.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/setuptools/_vendor/__init__.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/setuptools/script
chmod  $1/usr/lib/python3.9/site-packages/setuptools/script
chown root:root (dev).tmpl
chmod (dev).tmpl
chown root:root  $1/usr/lib/python3.9/site-packages/setuptools/script.tmpl
chmod 664  $1/usr/lib/python3.9/site-packages/setuptools/script.tmpl
chown root:root  $1/usr/lib/python3.9/site-packages/setuptools/gui.exe
chmod 664  $1/usr/lib/python3.9/site-packages/setuptools/gui.exe
chown root:root  $1/usr/lib/python3.9/site-packages/setuptools/cli-32.exe
chmod 664  $1/usr/lib/python3.9/site-packages/setuptools/cli-32.exe
chown root:root  $1/usr/lib/python3.9/site-packages/setuptools/cli-64.exe
chmod 664  $1/usr/lib/python3.9/site-packages/setuptools/cli-64.exe
chown root:root  $1/usr/lib/python3.9/site-packages/setuptools/cli.exe
chmod 664  $1/usr/lib/python3.9/site-packages/setuptools/cli.exe
chown root:root  $1/usr/lib/python3.9/site-packages/setuptools/gui-32.exe
chmod 664  $1/usr/lib/python3.9/site-packages/setuptools/gui-32.exe
chown root:root  $1/usr/lib/python3.9/site-packages/setuptools/gui-64.exe
chmod 664  $1/usr/lib/python3.9/site-packages/setuptools/gui-64.exe
chown root:root  $1/usr/lib/python3.9/site-packages/setuptools/package_index.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/setuptools/package_index.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/setuptools/dist.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/setuptools/dist.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/setuptools/ssl_support.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/setuptools/ssl_support.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/setuptools/dep_util.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/setuptools/dep_util.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/setuptools/archive_util.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/setuptools/archive_util.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/setuptools/msvc.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/setuptools/msvc.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/setuptools/launch.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/setuptools/launch.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/setuptools/wheel.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/setuptools/wheel.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/setuptools/_deprecation_warning.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/setuptools/_deprecation_warning.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/setuptools/py27compat.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/setuptools/py27compat.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/setuptools/lib2to3_ex.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/setuptools/lib2to3_ex.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/setuptools/depends.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/setuptools/depends.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/setuptools/windows_support.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/setuptools/windows_support.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/setuptools/sandbox.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/setuptools/sandbox.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/setuptools/extension.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/setuptools/extension.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/setuptools/py34compat.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/setuptools/py34compat.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/setuptools/config.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/setuptools/config.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/setuptools/unicode_utils.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/setuptools/unicode_utils.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/setuptools/glob.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/setuptools/glob.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/setuptools/version.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/setuptools/version.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/setuptools/build_meta.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/setuptools/build_meta.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/setuptools/monkey.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/setuptools/monkey.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/setuptools/installer.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/setuptools/installer.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/setuptools/__init__.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/setuptools/__init__.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/setuptools/py33compat.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/setuptools/py33compat.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/setuptools/errors.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/setuptools/errors.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/setuptools/namespaces.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/setuptools/namespaces.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/setuptools/py31compat.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/setuptools/py31compat.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/setuptools/_imp.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/setuptools/_imp.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/setuptools-44.0.0-py3.9.egg-info/PKG-INFO
chmod 664  $1/usr/lib/python3.9/site-packages/setuptools-44.0.0-py3.9.egg-info/PKG-INFO
chown root:root  $1/usr/lib/python3.9/site-packages/setuptools-44.0.0-py3.9.egg-info/zip-safe
chmod 664  $1/usr/lib/python3.9/site-packages/setuptools-44.0.0-py3.9.egg-info/zip-safe
chown root:root  $1/usr/lib/python3.9/site-packages/setuptools-44.0.0-py3.9.egg-info/dependency_links.txt
chmod 664  $1/usr/lib/python3.9/site-packages/setuptools-44.0.0-py3.9.egg-info/dependency_links.txt
chown root:root  $1/usr/lib/python3.9/site-packages/setuptools-44.0.0-py3.9.egg-info/top_level.txt
chmod 664  $1/usr/lib/python3.9/site-packages/setuptools-44.0.0-py3.9.egg-info/top_level.txt
chown root:root  $1/usr/lib/python3.9/site-packages/setuptools-44.0.0-py3.9.egg-info/SOURCES.txt
chmod 664  $1/usr/lib/python3.9/site-packages/setuptools-44.0.0-py3.9.egg-info/SOURCES.txt
chown root:root  $1/usr/lib/python3.9/site-packages/setuptools-44.0.0-py3.9.egg-info/requires.txt
chmod 664  $1/usr/lib/python3.9/site-packages/setuptools-44.0.0-py3.9.egg-info/requires.txt
chown root:root  $1/usr/lib/python3.9/site-packages/setuptools-44.0.0-py3.9.egg-info/entry_points.txt
chmod 664  $1/usr/lib/python3.9/site-packages/setuptools-44.0.0-py3.9.egg-info/entry_points.txt
chown root:root  $1/usr/lib/python3.9/site-packages/spidev.cpython-39-arm-linux-gnueabi.so
chmod 755  $1/usr/lib/python3.9/site-packages/spidev.cpython-39-arm-linux-gnueabi.so
chown root:root  $1/usr/lib/python3.9/site-packages/spidev-3.5-py3.9.egg-info/PKG-INFO
chmod 644  $1/usr/lib/python3.9/site-packages/spidev-3.5-py3.9.egg-info/PKG-INFO
chown root:root  $1/usr/lib/python3.9/site-packages/spidev-3.5-py3.9.egg-info/SOURCES.txt
chmod 644  $1/usr/lib/python3.9/site-packages/spidev-3.5-py3.9.egg-info/SOURCES.txt
chown root:root  $1/usr/lib/python3.9/site-packages/spidev-3.5-py3.9.egg-info/dependency_links.txt
chmod 644  $1/usr/lib/python3.9/site-packages/spidev-3.5-py3.9.egg-info/dependency_links.txt
chown root:root  $1/usr/lib/python3.9/site-packages/spidev-3.5-py3.9.egg-info/top_level.txt
chmod 644  $1/usr/lib/python3.9/site-packages/spidev-3.5-py3.9.egg-info/top_level.txt
chown root:root  $1/usr/lib/python3.9/site-packages/wrapt/_wrappers.cpython-39-arm-linux-gnueabi.so
chmod 755  $1/usr/lib/python3.9/site-packages/wrapt/_wrappers.cpython-39-arm-linux-gnueabi.so
chown root:root  $1/usr/lib/python3.9/site-packages/wrapt/__init__.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/wrapt/__init__.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/wrapt/decorators.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/wrapt/decorators.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/wrapt/importer.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/wrapt/importer.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/wrapt/wrappers.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/wrapt/wrappers.pyc
chown root:root  $1/usr/lib/python3.9/site-packages/wrapt-1.11.2-py3.9.egg-info
chmod 644  $1/usr/lib/python3.9/site-packages/wrapt-1.11.2-py3.9.egg-info
chown root:root  $1/usr/lib/python3.9/site-packages/easy_install.pyc
chmod 644  $1/usr/lib/python3.9/site-packages/easy_install.pyc
chown root:root  $1/usr/lib/python3.9/asyncio/base_subprocess.pyc
chmod 644  $1/usr/lib/python3.9/asyncio/base_subprocess.pyc
chown root:root  $1/usr/lib/python3.9/asyncio/base_events.pyc
chmod 644  $1/usr/lib/python3.9/asyncio/base_events.pyc
chown root:root  $1/usr/lib/python3.9/asyncio/base_futures.pyc
chmod 644  $1/usr/lib/python3.9/asyncio/base_futures.pyc
chown root:root  $1/usr/lib/python3.9/asyncio/format_helpers.pyc
chmod 644  $1/usr/lib/python3.9/asyncio/format_helpers.pyc
chown root:root  $1/usr/lib/python3.9/asyncio/base_tasks.pyc
chmod 644  $1/usr/lib/python3.9/asyncio/base_tasks.pyc
chown root:root  $1/usr/lib/python3.9/asyncio/constants.pyc
chmod 644  $1/usr/lib/python3.9/asyncio/constants.pyc
chown root:root  $1/usr/lib/python3.9/asyncio/coroutines.pyc
chmod 644  $1/usr/lib/python3.9/asyncio/coroutines.pyc
chown root:root  $1/usr/lib/python3.9/asyncio/events.pyc
chmod 644  $1/usr/lib/python3.9/asyncio/events.pyc
chown root:root  $1/usr/lib/python3.9/asyncio/exceptions.pyc
chmod 644  $1/usr/lib/python3.9/asyncio/exceptions.pyc
chown root:root  $1/usr/lib/python3.9/asyncio/proactor_events.pyc
chmod 644  $1/usr/lib/python3.9/asyncio/proactor_events.pyc
chown root:root  $1/usr/lib/python3.9/asyncio/futures.pyc
chmod 644  $1/usr/lib/python3.9/asyncio/futures.pyc
chown root:root  $1/usr/lib/python3.9/asyncio/__init__.pyc
chmod 644  $1/usr/lib/python3.9/asyncio/__init__.pyc
chown root:root  $1/usr/lib/python3.9/asyncio/locks.pyc
chmod 644  $1/usr/lib/python3.9/asyncio/locks.pyc
chown root:root  $1/usr/lib/python3.9/asyncio/log.pyc
chmod 644  $1/usr/lib/python3.9/asyncio/log.pyc
chown root:root  $1/usr/lib/python3.9/asyncio/__main__.pyc
chmod 644  $1/usr/lib/python3.9/asyncio/__main__.pyc
chown root:root  $1/usr/lib/python3.9/asyncio/selector_events.pyc
chmod 644  $1/usr/lib/python3.9/asyncio/selector_events.pyc
chown root:root  $1/usr/lib/python3.9/asyncio/protocols.pyc
chmod 644  $1/usr/lib/python3.9/asyncio/protocols.pyc
chown root:root  $1/usr/lib/python3.9/asyncio/queues.pyc
chmod 644  $1/usr/lib/python3.9/asyncio/queues.pyc
chown root:root  $1/usr/lib/python3.9/asyncio/runners.pyc
chmod 644  $1/usr/lib/python3.9/asyncio/runners.pyc
chown root:root  $1/usr/lib/python3.9/asyncio/windows_events.pyc
chmod 644  $1/usr/lib/python3.9/asyncio/windows_events.pyc
chown root:root  $1/usr/lib/python3.9/asyncio/sslproto.pyc
chmod 644  $1/usr/lib/python3.9/asyncio/sslproto.pyc
chown root:root  $1/usr/lib/python3.9/asyncio/staggered.pyc
chmod 644  $1/usr/lib/python3.9/asyncio/staggered.pyc
chown root:root  $1/usr/lib/python3.9/asyncio/streams.pyc
chmod 644  $1/usr/lib/python3.9/asyncio/streams.pyc
chown root:root  $1/usr/lib/python3.9/asyncio/subprocess.pyc
chmod 644  $1/usr/lib/python3.9/asyncio/subprocess.pyc
chown root:root  $1/usr/lib/python3.9/asyncio/tasks.pyc
chmod 644  $1/usr/lib/python3.9/asyncio/tasks.pyc
chown root:root  $1/usr/lib/python3.9/asyncio/threads.pyc
chmod 644  $1/usr/lib/python3.9/asyncio/threads.pyc
chown root:root  $1/usr/lib/python3.9/asyncio/transports.pyc
chmod 644  $1/usr/lib/python3.9/asyncio/transports.pyc
chown root:root  $1/usr/lib/python3.9/asyncio/trsock.pyc
chmod 644  $1/usr/lib/python3.9/asyncio/trsock.pyc
chown root:root  $1/usr/lib/python3.9/asyncio/unix_events.pyc
chmod 644  $1/usr/lib/python3.9/asyncio/unix_events.pyc
chown root:root  $1/usr/lib/python3.9/asyncio/windows_utils.pyc
chmod 644  $1/usr/lib/python3.9/asyncio/windows_utils.pyc
chown root:root  $1/usr/lib/python3.9/collections/abc.pyc
chmod 644  $1/usr/lib/python3.9/collections/abc.pyc
chown root:root  $1/usr/lib/python3.9/collections/__init__.pyc
chmod 644  $1/usr/lib/python3.9/collections/__init__.pyc
chown root:root  $1/usr/lib/python3.9/concurrent/futures/_base.pyc
chmod 644  $1/usr/lib/python3.9/concurrent/futures/_base.pyc
chown root:root  $1/usr/lib/python3.9/concurrent/futures/__init__.pyc
chmod 644  $1/usr/lib/python3.9/concurrent/futures/__init__.pyc
chown root:root  $1/usr/lib/python3.9/concurrent/futures/process.pyc
chmod 644  $1/usr/lib/python3.9/concurrent/futures/process.pyc
chown root:root  $1/usr/lib/python3.9/concurrent/futures/thread.pyc
chmod 644  $1/usr/lib/python3.9/concurrent/futures/thread.pyc
chown root:root  $1/usr/lib/python3.9/concurrent/__init__.pyc
chmod 644  $1/usr/lib/python3.9/concurrent/__init__.pyc
chown root:root  $1/usr/lib/python3.9/encodings/iso2022_jp_2004.pyc
chmod 644  $1/usr/lib/python3.9/encodings/iso2022_jp_2004.pyc
chown root:root  $1/usr/lib/python3.9/encodings/aliases.pyc
chmod 644  $1/usr/lib/python3.9/encodings/aliases.pyc
chown root:root  $1/usr/lib/python3.9/encodings/ascii.pyc
chmod 644  $1/usr/lib/python3.9/encodings/ascii.pyc
chown root:root  $1/usr/lib/python3.9/encodings/base64_codec.pyc
chmod 644  $1/usr/lib/python3.9/encodings/base64_codec.pyc
chown root:root  $1/usr/lib/python3.9/encodings/big5hkscs.pyc
chmod 644  $1/usr/lib/python3.9/encodings/big5hkscs.pyc
chown root:root  $1/usr/lib/python3.9/encodings/big5.pyc
chmod 644  $1/usr/lib/python3.9/encodings/big5.pyc
chown root:root  $1/usr/lib/python3.9/encodings/bz2_codec.pyc
chmod 644  $1/usr/lib/python3.9/encodings/bz2_codec.pyc
chown root:root  $1/usr/lib/python3.9/encodings/charmap.pyc
chmod 644  $1/usr/lib/python3.9/encodings/charmap.pyc
chown root:root  $1/usr/lib/python3.9/encodings/cp037.pyc
chmod 644  $1/usr/lib/python3.9/encodings/cp037.pyc
chown root:root  $1/usr/lib/python3.9/encodings/cp1006.pyc
chmod 644  $1/usr/lib/python3.9/encodings/cp1006.pyc
chown root:root  $1/usr/lib/python3.9/encodings/cp1026.pyc
chmod 644  $1/usr/lib/python3.9/encodings/cp1026.pyc
chown root:root  $1/usr/lib/python3.9/encodings/cp1125.pyc
chmod 644  $1/usr/lib/python3.9/encodings/cp1125.pyc
chown root:root  $1/usr/lib/python3.9/encodings/cp1140.pyc
chmod 644  $1/usr/lib/python3.9/encodings/cp1140.pyc
chown root:root  $1/usr/lib/python3.9/encodings/cp1250.pyc
chmod 644  $1/usr/lib/python3.9/encodings/cp1250.pyc
chown root:root  $1/usr/lib/python3.9/encodings/cp1251.pyc
chmod 644  $1/usr/lib/python3.9/encodings/cp1251.pyc
chown root:root  $1/usr/lib/python3.9/encodings/cp1252.pyc
chmod 644  $1/usr/lib/python3.9/encodings/cp1252.pyc
chown root:root  $1/usr/lib/python3.9/encodings/cp1253.pyc
chmod 644  $1/usr/lib/python3.9/encodings/cp1253.pyc
chown root:root  $1/usr/lib/python3.9/encodings/cp1254.pyc
chmod 644  $1/usr/lib/python3.9/encodings/cp1254.pyc
chown root:root  $1/usr/lib/python3.9/encodings/cp1255.pyc
chmod 644  $1/usr/lib/python3.9/encodings/cp1255.pyc
chown root:root  $1/usr/lib/python3.9/encodings/cp1256.pyc
chmod 644  $1/usr/lib/python3.9/encodings/cp1256.pyc
chown root:root  $1/usr/lib/python3.9/encodings/cp1257.pyc
chmod 644  $1/usr/lib/python3.9/encodings/cp1257.pyc
chown root:root  $1/usr/lib/python3.9/encodings/cp1258.pyc
chmod 644  $1/usr/lib/python3.9/encodings/cp1258.pyc
chown root:root  $1/usr/lib/python3.9/encodings/cp273.pyc
chmod 644  $1/usr/lib/python3.9/encodings/cp273.pyc
chown root:root  $1/usr/lib/python3.9/encodings/cp424.pyc
chmod 644  $1/usr/lib/python3.9/encodings/cp424.pyc
chown root:root  $1/usr/lib/python3.9/encodings/cp437.pyc
chmod 644  $1/usr/lib/python3.9/encodings/cp437.pyc
chown root:root  $1/usr/lib/python3.9/encodings/cp500.pyc
chmod 644  $1/usr/lib/python3.9/encodings/cp500.pyc
chown root:root  $1/usr/lib/python3.9/encodings/cp720.pyc
chmod 644  $1/usr/lib/python3.9/encodings/cp720.pyc
chown root:root  $1/usr/lib/python3.9/encodings/cp737.pyc
chmod 644  $1/usr/lib/python3.9/encodings/cp737.pyc
chown root:root  $1/usr/lib/python3.9/encodings/cp775.pyc
chmod 644  $1/usr/lib/python3.9/encodings/cp775.pyc
chown root:root  $1/usr/lib/python3.9/encodings/cp850.pyc
chmod 644  $1/usr/lib/python3.9/encodings/cp850.pyc
chown root:root  $1/usr/lib/python3.9/encodings/cp852.pyc
chmod 644  $1/usr/lib/python3.9/encodings/cp852.pyc
chown root:root  $1/usr/lib/python3.9/encodings/cp855.pyc
chmod 644  $1/usr/lib/python3.9/encodings/cp855.pyc
chown root:root  $1/usr/lib/python3.9/encodings/cp856.pyc
chmod 644  $1/usr/lib/python3.9/encodings/cp856.pyc
chown root:root  $1/usr/lib/python3.9/encodings/cp857.pyc
chmod 644  $1/usr/lib/python3.9/encodings/cp857.pyc
chown root:root  $1/usr/lib/python3.9/encodings/cp858.pyc
chmod 644  $1/usr/lib/python3.9/encodings/cp858.pyc
chown root:root  $1/usr/lib/python3.9/encodings/cp860.pyc
chmod 644  $1/usr/lib/python3.9/encodings/cp860.pyc
chown root:root  $1/usr/lib/python3.9/encodings/cp861.pyc
chmod 644  $1/usr/lib/python3.9/encodings/cp861.pyc
chown root:root  $1/usr/lib/python3.9/encodings/cp862.pyc
chmod 644  $1/usr/lib/python3.9/encodings/cp862.pyc
chown root:root  $1/usr/lib/python3.9/encodings/cp863.pyc
chmod 644  $1/usr/lib/python3.9/encodings/cp863.pyc
chown root:root  $1/usr/lib/python3.9/encodings/cp864.pyc
chmod 644  $1/usr/lib/python3.9/encodings/cp864.pyc
chown root:root  $1/usr/lib/python3.9/encodings/cp865.pyc
chmod 644  $1/usr/lib/python3.9/encodings/cp865.pyc
chown root:root  $1/usr/lib/python3.9/encodings/cp866.pyc
chmod 644  $1/usr/lib/python3.9/encodings/cp866.pyc
chown root:root  $1/usr/lib/python3.9/encodings/cp869.pyc
chmod 644  $1/usr/lib/python3.9/encodings/cp869.pyc
chown root:root  $1/usr/lib/python3.9/encodings/cp874.pyc
chmod 644  $1/usr/lib/python3.9/encodings/cp874.pyc
chown root:root  $1/usr/lib/python3.9/encodings/cp875.pyc
chmod 644  $1/usr/lib/python3.9/encodings/cp875.pyc
chown root:root  $1/usr/lib/python3.9/encodings/cp932.pyc
chmod 644  $1/usr/lib/python3.9/encodings/cp932.pyc
chown root:root  $1/usr/lib/python3.9/encodings/cp949.pyc
chmod 644  $1/usr/lib/python3.9/encodings/cp949.pyc
chown root:root  $1/usr/lib/python3.9/encodings/cp950.pyc
chmod 644  $1/usr/lib/python3.9/encodings/cp950.pyc
chown root:root  $1/usr/lib/python3.9/encodings/euc_jis_2004.pyc
chmod 644  $1/usr/lib/python3.9/encodings/euc_jis_2004.pyc
chown root:root  $1/usr/lib/python3.9/encodings/euc_jisx0213.pyc
chmod 644  $1/usr/lib/python3.9/encodings/euc_jisx0213.pyc
chown root:root  $1/usr/lib/python3.9/encodings/euc_jp.pyc
chmod 644  $1/usr/lib/python3.9/encodings/euc_jp.pyc
chown root:root  $1/usr/lib/python3.9/encodings/euc_kr.pyc
chmod 644  $1/usr/lib/python3.9/encodings/euc_kr.pyc
chown root:root  $1/usr/lib/python3.9/encodings/gb18030.pyc
chmod 644  $1/usr/lib/python3.9/encodings/gb18030.pyc
chown root:root  $1/usr/lib/python3.9/encodings/gb2312.pyc
chmod 644  $1/usr/lib/python3.9/encodings/gb2312.pyc
chown root:root  $1/usr/lib/python3.9/encodings/gbk.pyc
chmod 644  $1/usr/lib/python3.9/encodings/gbk.pyc
chown root:root  $1/usr/lib/python3.9/encodings/hex_codec.pyc
chmod 644  $1/usr/lib/python3.9/encodings/hex_codec.pyc
chown root:root  $1/usr/lib/python3.9/encodings/hp_roman8.pyc
chmod 644  $1/usr/lib/python3.9/encodings/hp_roman8.pyc
chown root:root  $1/usr/lib/python3.9/encodings/hz.pyc
chmod 644  $1/usr/lib/python3.9/encodings/hz.pyc
chown root:root  $1/usr/lib/python3.9/encodings/idna.pyc
chmod 644  $1/usr/lib/python3.9/encodings/idna.pyc
chown root:root  $1/usr/lib/python3.9/encodings/__init__.pyc
chmod 644  $1/usr/lib/python3.9/encodings/__init__.pyc
chown root:root  $1/usr/lib/python3.9/encodings/iso2022_jp_1.pyc
chmod 644  $1/usr/lib/python3.9/encodings/iso2022_jp_1.pyc
chown root:root  $1/usr/lib/python3.9/encodings/iso2022_jp_ext.pyc
chmod 644  $1/usr/lib/python3.9/encodings/iso2022_jp_ext.pyc
chown root:root  $1/usr/lib/python3.9/encodings/iso2022_jp_2.pyc
chmod 644  $1/usr/lib/python3.9/encodings/iso2022_jp_2.pyc
chown root:root  $1/usr/lib/python3.9/encodings/iso2022_jp_3.pyc
chmod 644  $1/usr/lib/python3.9/encodings/iso2022_jp_3.pyc
chown root:root  $1/usr/lib/python3.9/encodings/raw_unicode_escape.pyc
chmod 644  $1/usr/lib/python3.9/encodings/raw_unicode_escape.pyc
chown root:root  $1/usr/lib/python3.9/encodings/iso2022_jp.pyc
chmod 644  $1/usr/lib/python3.9/encodings/iso2022_jp.pyc
chown root:root  $1/usr/lib/python3.9/encodings/iso2022_kr.pyc
chmod 644  $1/usr/lib/python3.9/encodings/iso2022_kr.pyc
chown root:root  $1/usr/lib/python3.9/encodings/iso8859_10.pyc
chmod 644  $1/usr/lib/python3.9/encodings/iso8859_10.pyc
chown root:root  $1/usr/lib/python3.9/encodings/iso8859_11.pyc
chmod 644  $1/usr/lib/python3.9/encodings/iso8859_11.pyc
chown root:root  $1/usr/lib/python3.9/encodings/iso8859_13.pyc
chmod 644  $1/usr/lib/python3.9/encodings/iso8859_13.pyc
chown root:root  $1/usr/lib/python3.9/encodings/iso8859_14.pyc
chmod 644  $1/usr/lib/python3.9/encodings/iso8859_14.pyc
chown root:root  $1/usr/lib/python3.9/encodings/iso8859_15.pyc
chmod 644  $1/usr/lib/python3.9/encodings/iso8859_15.pyc
chown root:root  $1/usr/lib/python3.9/encodings/iso8859_16.pyc
chmod 644  $1/usr/lib/python3.9/encodings/iso8859_16.pyc
chown root:root  $1/usr/lib/python3.9/encodings/iso8859_1.pyc
chmod 644  $1/usr/lib/python3.9/encodings/iso8859_1.pyc
chown root:root  $1/usr/lib/python3.9/encodings/iso8859_2.pyc
chmod 644  $1/usr/lib/python3.9/encodings/iso8859_2.pyc
chown root:root  $1/usr/lib/python3.9/encodings/iso8859_3.pyc
chmod 644  $1/usr/lib/python3.9/encodings/iso8859_3.pyc
chown root:root  $1/usr/lib/python3.9/encodings/iso8859_4.pyc
chmod 644  $1/usr/lib/python3.9/encodings/iso8859_4.pyc
chown root:root  $1/usr/lib/python3.9/encodings/iso8859_5.pyc
chmod 644  $1/usr/lib/python3.9/encodings/iso8859_5.pyc
chown root:root  $1/usr/lib/python3.9/encodings/iso8859_6.pyc
chmod 644  $1/usr/lib/python3.9/encodings/iso8859_6.pyc
chown root:root  $1/usr/lib/python3.9/encodings/iso8859_7.pyc
chmod 644  $1/usr/lib/python3.9/encodings/iso8859_7.pyc
chown root:root  $1/usr/lib/python3.9/encodings/iso8859_8.pyc
chmod 644  $1/usr/lib/python3.9/encodings/iso8859_8.pyc
chown root:root  $1/usr/lib/python3.9/encodings/iso8859_9.pyc
chmod 644  $1/usr/lib/python3.9/encodings/iso8859_9.pyc
chown root:root  $1/usr/lib/python3.9/encodings/johab.pyc
chmod 644  $1/usr/lib/python3.9/encodings/johab.pyc
chown root:root  $1/usr/lib/python3.9/encodings/koi8_r.pyc
chmod 644  $1/usr/lib/python3.9/encodings/koi8_r.pyc
chown root:root  $1/usr/lib/python3.9/encodings/koi8_t.pyc
chmod 644  $1/usr/lib/python3.9/encodings/koi8_t.pyc
chown root:root  $1/usr/lib/python3.9/encodings/koi8_u.pyc
chmod 644  $1/usr/lib/python3.9/encodings/koi8_u.pyc
chown root:root  $1/usr/lib/python3.9/encodings/kz1048.pyc
chmod 644  $1/usr/lib/python3.9/encodings/kz1048.pyc
chown root:root  $1/usr/lib/python3.9/encodings/latin_1.pyc
chmod 644  $1/usr/lib/python3.9/encodings/latin_1.pyc
chown root:root  $1/usr/lib/python3.9/encodings/mac_arabic.pyc
chmod 644  $1/usr/lib/python3.9/encodings/mac_arabic.pyc
chown root:root  $1/usr/lib/python3.9/encodings/mac_croatian.pyc
chmod 644  $1/usr/lib/python3.9/encodings/mac_croatian.pyc
chown root:root  $1/usr/lib/python3.9/encodings/mac_cyrillic.pyc
chmod 644  $1/usr/lib/python3.9/encodings/mac_cyrillic.pyc
chown root:root  $1/usr/lib/python3.9/encodings/mac_farsi.pyc
chmod 644  $1/usr/lib/python3.9/encodings/mac_farsi.pyc
chown root:root  $1/usr/lib/python3.9/encodings/mac_greek.pyc
chmod 644  $1/usr/lib/python3.9/encodings/mac_greek.pyc
chown root:root  $1/usr/lib/python3.9/encodings/mac_iceland.pyc
chmod 644  $1/usr/lib/python3.9/encodings/mac_iceland.pyc
chown root:root  $1/usr/lib/python3.9/encodings/mac_latin2.pyc
chmod 644  $1/usr/lib/python3.9/encodings/mac_latin2.pyc
chown root:root  $1/usr/lib/python3.9/encodings/mac_romanian.pyc
chmod 644  $1/usr/lib/python3.9/encodings/mac_romanian.pyc
chown root:root  $1/usr/lib/python3.9/encodings/mac_roman.pyc
chmod 644  $1/usr/lib/python3.9/encodings/mac_roman.pyc
chown root:root  $1/usr/lib/python3.9/encodings/mac_turkish.pyc
chmod 644  $1/usr/lib/python3.9/encodings/mac_turkish.pyc
chown root:root  $1/usr/lib/python3.9/encodings/mbcs.pyc
chmod 644  $1/usr/lib/python3.9/encodings/mbcs.pyc
chown root:root  $1/usr/lib/python3.9/encodings/oem.pyc
chmod 644  $1/usr/lib/python3.9/encodings/oem.pyc
chown root:root  $1/usr/lib/python3.9/encodings/palmos.pyc
chmod 644  $1/usr/lib/python3.9/encodings/palmos.pyc
chown root:root  $1/usr/lib/python3.9/encodings/ptcp154.pyc
chmod 644  $1/usr/lib/python3.9/encodings/ptcp154.pyc
chown root:root  $1/usr/lib/python3.9/encodings/punycode.pyc
chmod 644  $1/usr/lib/python3.9/encodings/punycode.pyc
chown root:root  $1/usr/lib/python3.9/encodings/quopri_codec.pyc
chmod 644  $1/usr/lib/python3.9/encodings/quopri_codec.pyc
chown root:root  $1/usr/lib/python3.9/encodings/shift_jis_2004.pyc
chmod 644  $1/usr/lib/python3.9/encodings/shift_jis_2004.pyc
chown root:root  $1/usr/lib/python3.9/encodings/rot_13.pyc
chmod 644  $1/usr/lib/python3.9/encodings/rot_13.pyc
chown root:root  $1/usr/lib/python3.9/encodings/shift_jisx0213.pyc
chmod 644  $1/usr/lib/python3.9/encodings/shift_jisx0213.pyc
chown root:root  $1/usr/lib/python3.9/encodings/shift_jis.pyc
chmod 644  $1/usr/lib/python3.9/encodings/shift_jis.pyc
chown root:root  $1/usr/lib/python3.9/encodings/unicode_escape.pyc
chmod 644  $1/usr/lib/python3.9/encodings/unicode_escape.pyc
chown root:root  $1/usr/lib/python3.9/encodings/tis_620.pyc
chmod 644  $1/usr/lib/python3.9/encodings/tis_620.pyc
chown root:root  $1/usr/lib/python3.9/encodings/undefined.pyc
chmod 644  $1/usr/lib/python3.9/encodings/undefined.pyc
chown root:root  $1/usr/lib/python3.9/encodings/utf_16_be.pyc
chmod 644  $1/usr/lib/python3.9/encodings/utf_16_be.pyc
chown root:root  $1/usr/lib/python3.9/encodings/utf_16_le.pyc
chmod 644  $1/usr/lib/python3.9/encodings/utf_16_le.pyc
chown root:root  $1/usr/lib/python3.9/encodings/utf_16.pyc
chmod 644  $1/usr/lib/python3.9/encodings/utf_16.pyc
chown root:root  $1/usr/lib/python3.9/encodings/utf_32_be.pyc
chmod 644  $1/usr/lib/python3.9/encodings/utf_32_be.pyc
chown root:root  $1/usr/lib/python3.9/encodings/utf_32_le.pyc
chmod 644  $1/usr/lib/python3.9/encodings/utf_32_le.pyc
chown root:root  $1/usr/lib/python3.9/encodings/utf_32.pyc
chmod 644  $1/usr/lib/python3.9/encodings/utf_32.pyc
chown root:root  $1/usr/lib/python3.9/encodings/utf_7.pyc
chmod 644  $1/usr/lib/python3.9/encodings/utf_7.pyc
chown root:root  $1/usr/lib/python3.9/encodings/utf_8.pyc
chmod 644  $1/usr/lib/python3.9/encodings/utf_8.pyc
chown root:root  $1/usr/lib/python3.9/encodings/utf_8_sig.pyc
chmod 644  $1/usr/lib/python3.9/encodings/utf_8_sig.pyc
chown root:root  $1/usr/lib/python3.9/encodings/uu_codec.pyc
chmod 644  $1/usr/lib/python3.9/encodings/uu_codec.pyc
chown root:root  $1/usr/lib/python3.9/encodings/zlib_codec.pyc
chmod 644  $1/usr/lib/python3.9/encodings/zlib_codec.pyc
chown root:root  $1/usr/lib/python3.9/email/mime/application.pyc
chmod 644  $1/usr/lib/python3.9/email/mime/application.pyc
chown root:root  $1/usr/lib/python3.9/email/mime/audio.pyc
chmod 644  $1/usr/lib/python3.9/email/mime/audio.pyc
chown root:root  $1/usr/lib/python3.9/email/mime/base.pyc
chmod 644  $1/usr/lib/python3.9/email/mime/base.pyc
chown root:root  $1/usr/lib/python3.9/email/mime/image.pyc
chmod 644  $1/usr/lib/python3.9/email/mime/image.pyc
chown root:root  $1/usr/lib/python3.9/email/mime/__init__.pyc
chmod 644  $1/usr/lib/python3.9/email/mime/__init__.pyc
chown root:root  $1/usr/lib/python3.9/email/mime/message.pyc
chmod 644  $1/usr/lib/python3.9/email/mime/message.pyc
chown root:root  $1/usr/lib/python3.9/email/mime/multipart.pyc
chmod 644  $1/usr/lib/python3.9/email/mime/multipart.pyc
chown root:root  $1/usr/lib/python3.9/email/mime/nonmultipart.pyc
chmod 644  $1/usr/lib/python3.9/email/mime/nonmultipart.pyc
chown root:root  $1/usr/lib/python3.9/email/mime/text.pyc
chmod 644  $1/usr/lib/python3.9/email/mime/text.pyc
chown root:root  $1/usr/lib/python3.9/email/architecture.rst
chmod 644  $1/usr/lib/python3.9/email/architecture.rst
chown root:root  $1/usr/lib/python3.9/email/contentmanager.pyc
chmod 644  $1/usr/lib/python3.9/email/contentmanager.pyc
chown root:root  $1/usr/lib/python3.9/email/base64mime.pyc
chmod 644  $1/usr/lib/python3.9/email/base64mime.pyc
chown root:root  $1/usr/lib/python3.9/email/charset.pyc
chmod 644  $1/usr/lib/python3.9/email/charset.pyc
chown root:root  $1/usr/lib/python3.9/email/_encoded_words.pyc
chmod 644  $1/usr/lib/python3.9/email/_encoded_words.pyc
chown root:root  $1/usr/lib/python3.9/email/encoders.pyc
chmod 644  $1/usr/lib/python3.9/email/encoders.pyc
chown root:root  $1/usr/lib/python3.9/email/errors.pyc
chmod 644  $1/usr/lib/python3.9/email/errors.pyc
chown root:root  $1/usr/lib/python3.9/email/feedparser.pyc
chmod 644  $1/usr/lib/python3.9/email/feedparser.pyc
chown root:root  $1/usr/lib/python3.9/email/generator.pyc
chmod 644  $1/usr/lib/python3.9/email/generator.pyc
chown root:root  $1/usr/lib/python3.9/email/header.pyc
chmod 644  $1/usr/lib/python3.9/email/header.pyc
chown root:root  $1/usr/lib/python3.9/email/headerregistry.pyc
chmod 644  $1/usr/lib/python3.9/email/headerregistry.pyc
chown root:root  $1/usr/lib/python3.9/email/_header_value_parser.pyc
chmod 644  $1/usr/lib/python3.9/email/_header_value_parser.pyc
chown root:root  $1/usr/lib/python3.9/email/__init__.pyc
chmod 644  $1/usr/lib/python3.9/email/__init__.pyc
chown root:root  $1/usr/lib/python3.9/email/iterators.pyc
chmod 644  $1/usr/lib/python3.9/email/iterators.pyc
chown root:root  $1/usr/lib/python3.9/email/message.pyc
chmod 644  $1/usr/lib/python3.9/email/message.pyc
chown root:root  $1/usr/lib/python3.9/email/_parseaddr.pyc
chmod 644  $1/usr/lib/python3.9/email/_parseaddr.pyc
chown root:root  $1/usr/lib/python3.9/email/parser.pyc
chmod 644  $1/usr/lib/python3.9/email/parser.pyc
chown root:root  $1/usr/lib/python3.9/email/_policybase.pyc
chmod 644  $1/usr/lib/python3.9/email/_policybase.pyc
chown root:root  $1/usr/lib/python3.9/email/policy.pyc
chmod 644  $1/usr/lib/python3.9/email/policy.pyc
chown root:root  $1/usr/lib/python3.9/email/quoprimime.pyc
chmod 644  $1/usr/lib/python3.9/email/quoprimime.pyc
chown root:root  $1/usr/lib/python3.9/email/utils.pyc
chmod 644  $1/usr/lib/python3.9/email/utils.pyc
chown root:root  $1/usr/lib/python3.9/ensurepip/_bundled/pip-21.1.3-py3-none-any.whl
chmod 644  $1/usr/lib/python3.9/ensurepip/_bundled/pip-21.1.3-py3-none-any.whl
chown root:root  $1/usr/lib/python3.9/ensurepip/_bundled/setuptools-56.0.0-py3-none-any.whl
chmod 644  $1/usr/lib/python3.9/ensurepip/_bundled/setuptools-56.0.0-py3-none-any.whl
chown root:root  $1/usr/lib/python3.9/ensurepip/_bundled/__init__.pyc
chmod 644  $1/usr/lib/python3.9/ensurepip/_bundled/__init__.pyc
chown root:root  $1/usr/lib/python3.9/ensurepip/__init__.pyc
chmod 644  $1/usr/lib/python3.9/ensurepip/__init__.pyc
chown root:root  $1/usr/lib/python3.9/ensurepip/__main__.pyc
chmod 644  $1/usr/lib/python3.9/ensurepip/__main__.pyc
chown root:root  $1/usr/lib/python3.9/ensurepip/_uninstall.pyc
chmod 644  $1/usr/lib/python3.9/ensurepip/_uninstall.pyc
chown root:root  $1/usr/lib/python3.9/html/entities.pyc
chmod 644  $1/usr/lib/python3.9/html/entities.pyc
chown root:root  $1/usr/lib/python3.9/html/__init__.pyc
chmod 644  $1/usr/lib/python3.9/html/__init__.pyc
chown root:root  $1/usr/lib/python3.9/html/parser.pyc
chmod 644  $1/usr/lib/python3.9/html/parser.pyc
chown root:root  $1/usr/lib/python3.9/json/decoder.pyc
chmod 644  $1/usr/lib/python3.9/json/decoder.pyc
chown root:root  $1/usr/lib/python3.9/json/encoder.pyc
chmod 644  $1/usr/lib/python3.9/json/encoder.pyc
chown root:root  $1/usr/lib/python3.9/json/__init__.pyc
chmod 644  $1/usr/lib/python3.9/json/__init__.pyc
chown root:root  $1/usr/lib/python3.9/json/scanner.pyc
chmod 644  $1/usr/lib/python3.9/json/scanner.pyc
chown root:root  $1/usr/lib/python3.9/json/tool.pyc
chmod 644  $1/usr/lib/python3.9/json/tool.pyc
chown root:root  $1/usr/lib/python3.9/http/client.pyc
chmod 644  $1/usr/lib/python3.9/http/client.pyc
chown root:root  $1/usr/lib/python3.9/http/cookiejar.pyc
chmod 644  $1/usr/lib/python3.9/http/cookiejar.pyc
chown root:root  $1/usr/lib/python3.9/http/cookies.pyc
chmod 644  $1/usr/lib/python3.9/http/cookies.pyc
chown root:root  $1/usr/lib/python3.9/http/__init__.pyc
chmod 644  $1/usr/lib/python3.9/http/__init__.pyc
chown root:root  $1/usr/lib/python3.9/http/server.pyc
chmod 644  $1/usr/lib/python3.9/http/server.pyc
chown root:root  $1/usr/lib/python3.9/dbm/dumb.pyc
chmod 644  $1/usr/lib/python3.9/dbm/dumb.pyc
chown root:root  $1/usr/lib/python3.9/dbm/gnu.pyc
chmod 644  $1/usr/lib/python3.9/dbm/gnu.pyc
chown root:root  $1/usr/lib/python3.9/dbm/__init__.pyc
chmod 644  $1/usr/lib/python3.9/dbm/__init__.pyc
chown root:root  $1/usr/lib/python3.9/dbm/ndbm.pyc
chmod 644  $1/usr/lib/python3.9/dbm/ndbm.pyc
chown root:root  $1/usr/lib/python3.9/xmlrpc/client.pyc
chmod 644  $1/usr/lib/python3.9/xmlrpc/client.pyc
chown root:root  $1/usr/lib/python3.9/xmlrpc/__init__.pyc
chmod 644  $1/usr/lib/python3.9/xmlrpc/__init__.pyc
chown root:root  $1/usr/lib/python3.9/xmlrpc/server.pyc
chmod 644  $1/usr/lib/python3.9/xmlrpc/server.pyc
chown root:root  $1/usr/lib/python3.9/logging/config.pyc
chmod 644  $1/usr/lib/python3.9/logging/config.pyc
chown root:root  $1/usr/lib/python3.9/logging/handlers.pyc
chmod 644  $1/usr/lib/python3.9/logging/handlers.pyc
chown root:root  $1/usr/lib/python3.9/logging/__init__.pyc
chmod 644  $1/usr/lib/python3.9/logging/__init__.pyc
chown root:root  $1/usr/lib/python3.9/wsgiref/simple_server.pyc
chmod 644  $1/usr/lib/python3.9/wsgiref/simple_server.pyc
chown root:root  $1/usr/lib/python3.9/wsgiref/handlers.pyc
chmod 644  $1/usr/lib/python3.9/wsgiref/handlers.pyc
chown root:root  $1/usr/lib/python3.9/wsgiref/headers.pyc
chmod 644  $1/usr/lib/python3.9/wsgiref/headers.pyc
chown root:root  $1/usr/lib/python3.9/wsgiref/__init__.pyc
chmod 644  $1/usr/lib/python3.9/wsgiref/__init__.pyc
chown root:root  $1/usr/lib/python3.9/wsgiref/util.pyc
chmod 644  $1/usr/lib/python3.9/wsgiref/util.pyc
chown root:root  $1/usr/lib/python3.9/wsgiref/validate.pyc
chmod 644  $1/usr/lib/python3.9/wsgiref/validate.pyc
chown root:root  $1/usr/lib/python3.9/urllib/error.pyc
chmod 644  $1/usr/lib/python3.9/urllib/error.pyc
chown root:root  $1/usr/lib/python3.9/urllib/__init__.pyc
chmod 644  $1/usr/lib/python3.9/urllib/__init__.pyc
chown root:root  $1/usr/lib/python3.9/urllib/parse.pyc
chmod 644  $1/usr/lib/python3.9/urllib/parse.pyc
chown root:root  $1/usr/lib/python3.9/urllib/request.pyc
chmod 644  $1/usr/lib/python3.9/urllib/request.pyc
chown root:root  $1/usr/lib/python3.9/urllib/response.pyc
chmod 644  $1/usr/lib/python3.9/urllib/response.pyc
chown root:root  $1/usr/lib/python3.9/urllib/robotparser.pyc
chmod 644  $1/usr/lib/python3.9/urllib/robotparser.pyc
chown root:root  $1/usr/lib/python3.9/ctypes/macholib/fetch_macholib
chmod 755  $1/usr/lib/python3.9/ctypes/macholib/fetch_macholib
chown root:root  $1/usr/lib/python3.9/ctypes/macholib/fetch_macholib.bat
chmod 644  $1/usr/lib/python3.9/ctypes/macholib/fetch_macholib.bat
chown root:root  $1/usr/lib/python3.9/ctypes/macholib/README.ctypes
chmod 644  $1/usr/lib/python3.9/ctypes/macholib/README.ctypes
chown root:root  $1/usr/lib/python3.9/ctypes/macholib/dyld.pyc
chmod 644  $1/usr/lib/python3.9/ctypes/macholib/dyld.pyc
chown root:root  $1/usr/lib/python3.9/ctypes/macholib/dylib.pyc
chmod 644  $1/usr/lib/python3.9/ctypes/macholib/dylib.pyc
chown root:root  $1/usr/lib/python3.9/ctypes/macholib/framework.pyc
chmod 644  $1/usr/lib/python3.9/ctypes/macholib/framework.pyc
chown root:root  $1/usr/lib/python3.9/ctypes/macholib/__init__.pyc
chmod 644  $1/usr/lib/python3.9/ctypes/macholib/__init__.pyc
chown root:root  $1/usr/lib/python3.9/ctypes/_aix.pyc
chmod 644  $1/usr/lib/python3.9/ctypes/_aix.pyc
chown root:root  $1/usr/lib/python3.9/ctypes/_endian.pyc
chmod 644  $1/usr/lib/python3.9/ctypes/_endian.pyc
chown root:root  $1/usr/lib/python3.9/ctypes/__init__.pyc
chmod 644  $1/usr/lib/python3.9/ctypes/__init__.pyc
chown root:root  $1/usr/lib/python3.9/ctypes/util.pyc
chmod 644  $1/usr/lib/python3.9/ctypes/util.pyc
chown root:root  $1/usr/lib/python3.9/ctypes/wintypes.pyc
chmod 644  $1/usr/lib/python3.9/ctypes/wintypes.pyc
chown root:root  $1/usr/lib/python3.9/distutils/command/command_template
chmod 644  $1/usr/lib/python3.9/distutils/command/command_template
chown root:root  $1/usr/lib/python3.9/distutils/command/bdist_wininst.pyc
chmod 644  $1/usr/lib/python3.9/distutils/command/bdist_wininst.pyc
chown root:root  $1/usr/lib/python3.9/distutils/command/bdist_dumb.pyc
chmod 644  $1/usr/lib/python3.9/distutils/command/bdist_dumb.pyc
chown root:root  $1/usr/lib/python3.9/distutils/command/bdist_msi.pyc
chmod 644  $1/usr/lib/python3.9/distutils/command/bdist_msi.pyc
chown root:root  $1/usr/lib/python3.9/distutils/command/bdist.pyc
chmod 644  $1/usr/lib/python3.9/distutils/command/bdist.pyc
chown root:root  $1/usr/lib/python3.9/distutils/command/bdist_rpm.pyc
chmod 644  $1/usr/lib/python3.9/distutils/command/bdist_rpm.pyc
chown root:root  $1/usr/lib/python3.9/distutils/command/build_scripts.pyc
chmod 644  $1/usr/lib/python3.9/distutils/command/build_scripts.pyc
chown root:root  $1/usr/lib/python3.9/distutils/command/build_clib.pyc
chmod 644  $1/usr/lib/python3.9/distutils/command/build_clib.pyc
chown root:root  $1/usr/lib/python3.9/distutils/command/build_ext.pyc
chmod 644  $1/usr/lib/python3.9/distutils/command/build_ext.pyc
chown root:root  $1/usr/lib/python3.9/distutils/command/build.pyc
chmod 644  $1/usr/lib/python3.9/distutils/command/build.pyc
chown root:root  $1/usr/lib/python3.9/distutils/command/build_py.pyc
chmod 644  $1/usr/lib/python3.9/distutils/command/build_py.pyc
chown root:root  $1/usr/lib/python3.9/distutils/command/install_egg_info.pyc
chmod 644  $1/usr/lib/python3.9/distutils/command/install_egg_info.pyc
chown root:root  $1/usr/lib/python3.9/distutils/command/check.pyc
chmod 644  $1/usr/lib/python3.9/distutils/command/check.pyc
chown root:root  $1/usr/lib/python3.9/distutils/command/clean.pyc
chmod 644  $1/usr/lib/python3.9/distutils/command/clean.pyc
chown root:root  $1/usr/lib/python3.9/distutils/command/config.pyc
chmod 644  $1/usr/lib/python3.9/distutils/command/config.pyc
chown root:root  $1/usr/lib/python3.9/distutils/command/__init__.pyc
chmod 644  $1/usr/lib/python3.9/distutils/command/__init__.pyc
chown root:root  $1/usr/lib/python3.9/distutils/command/install_data.pyc
chmod 644  $1/usr/lib/python3.9/distutils/command/install_data.pyc
chown root:root  $1/usr/lib/python3.9/distutils/command/install_headers.pyc
chmod 644  $1/usr/lib/python3.9/distutils/command/install_headers.pyc
chown root:root  $1/usr/lib/python3.9/distutils/command/install_lib.pyc
chmod 644  $1/usr/lib/python3.9/distutils/command/install_lib.pyc
chown root:root  $1/usr/lib/python3.9/distutils/command/install.pyc
chmod 644  $1/usr/lib/python3.9/distutils/command/install.pyc
chown root:root  $1/usr/lib/python3.9/distutils/command/install_scripts.pyc
chmod 644  $1/usr/lib/python3.9/distutils/command/install_scripts.pyc
chown root:root  $1/usr/lib/python3.9/distutils/command/register.pyc
chmod 644  $1/usr/lib/python3.9/distutils/command/register.pyc
chown root:root  $1/usr/lib/python3.9/distutils/command/sdist.pyc
chmod 644  $1/usr/lib/python3.9/distutils/command/sdist.pyc
chown root:root  $1/usr/lib/python3.9/distutils/command/upload.pyc
chmod 644  $1/usr/lib/python3.9/distutils/command/upload.pyc
chown root:root  $1/usr/lib/python3.9/distutils/README
chmod 644  $1/usr/lib/python3.9/distutils/README
chown root:root  $1/usr/lib/python3.9/distutils/cygwinccompiler.pyc
chmod 644  $1/usr/lib/python3.9/distutils/cygwinccompiler.pyc
chown root:root  $1/usr/lib/python3.9/distutils/archive_util.pyc
chmod 644  $1/usr/lib/python3.9/distutils/archive_util.pyc
chown root:root  $1/usr/lib/python3.9/distutils/bcppcompiler.pyc
chmod 644  $1/usr/lib/python3.9/distutils/bcppcompiler.pyc
chown root:root  $1/usr/lib/python3.9/distutils/ccompiler.pyc
chmod 644  $1/usr/lib/python3.9/distutils/ccompiler.pyc
chown root:root  $1/usr/lib/python3.9/distutils/cmd.pyc
chmod 644  $1/usr/lib/python3.9/distutils/cmd.pyc
chown root:root  $1/usr/lib/python3.9/distutils/config.pyc
chmod 644  $1/usr/lib/python3.9/distutils/config.pyc
chown root:root  $1/usr/lib/python3.9/distutils/core.pyc
chmod 644  $1/usr/lib/python3.9/distutils/core.pyc
chown root:root  $1/usr/lib/python3.9/distutils/msvc9compiler.pyc
chmod 644  $1/usr/lib/python3.9/distutils/msvc9compiler.pyc
chown root:root  $1/usr/lib/python3.9/distutils/debug.pyc
chmod 644  $1/usr/lib/python3.9/distutils/debug.pyc
chown root:root  $1/usr/lib/python3.9/distutils/dep_util.pyc
chmod 644  $1/usr/lib/python3.9/distutils/dep_util.pyc
chown root:root  $1/usr/lib/python3.9/distutils/dir_util.pyc
chmod 644  $1/usr/lib/python3.9/distutils/dir_util.pyc
chown root:root  $1/usr/lib/python3.9/distutils/dist.pyc
chmod 644  $1/usr/lib/python3.9/distutils/dist.pyc
chown root:root  $1/usr/lib/python3.9/distutils/errors.pyc
chmod 644  $1/usr/lib/python3.9/distutils/errors.pyc
chown root:root  $1/usr/lib/python3.9/distutils/extension.pyc
chmod 644  $1/usr/lib/python3.9/distutils/extension.pyc
chown root:root  $1/usr/lib/python3.9/distutils/fancy_getopt.pyc
chmod 644  $1/usr/lib/python3.9/distutils/fancy_getopt.pyc
chown root:root  $1/usr/lib/python3.9/distutils/filelist.pyc
chmod 644  $1/usr/lib/python3.9/distutils/filelist.pyc
chown root:root  $1/usr/lib/python3.9/distutils/file_util.pyc
chmod 644  $1/usr/lib/python3.9/distutils/file_util.pyc
chown root:root  $1/usr/lib/python3.9/distutils/__init__.pyc
chmod 644  $1/usr/lib/python3.9/distutils/__init__.pyc
chown root:root  $1/usr/lib/python3.9/distutils/log.pyc
chmod 644  $1/usr/lib/python3.9/distutils/log.pyc
chown root:root  $1/usr/lib/python3.9/distutils/_msvccompiler.pyc
chmod 644  $1/usr/lib/python3.9/distutils/_msvccompiler.pyc
chown root:root  $1/usr/lib/python3.9/distutils/msvccompiler.pyc
chmod 644  $1/usr/lib/python3.9/distutils/msvccompiler.pyc
chown root:root  $1/usr/lib/python3.9/distutils/spawn.pyc
chmod 644  $1/usr/lib/python3.9/distutils/spawn.pyc
chown root:root  $1/usr/lib/python3.9/distutils/sysconfig.pyc
chmod 644  $1/usr/lib/python3.9/distutils/sysconfig.pyc
chown root:root  $1/usr/lib/python3.9/distutils/text_file.pyc
chmod 644  $1/usr/lib/python3.9/distutils/text_file.pyc
chown root:root  $1/usr/lib/python3.9/distutils/unixccompiler.pyc
chmod 644  $1/usr/lib/python3.9/distutils/unixccompiler.pyc
chown root:root  $1/usr/lib/python3.9/distutils/util.pyc
chmod 644  $1/usr/lib/python3.9/distutils/util.pyc
chown root:root  $1/usr/lib/python3.9/distutils/versionpredicate.pyc
chmod 644  $1/usr/lib/python3.9/distutils/versionpredicate.pyc
chown root:root  $1/usr/lib/python3.9/distutils/version.pyc
chmod 644  $1/usr/lib/python3.9/distutils/version.pyc
chown root:root  $1/usr/lib/python3.9/importlib/_bootstrap_external.pyc
chmod 644  $1/usr/lib/python3.9/importlib/_bootstrap_external.pyc
chown root:root  $1/usr/lib/python3.9/importlib/abc.pyc
chmod 644  $1/usr/lib/python3.9/importlib/abc.pyc
chown root:root  $1/usr/lib/python3.9/importlib/_bootstrap.pyc
chmod 644  $1/usr/lib/python3.9/importlib/_bootstrap.pyc
chown root:root  $1/usr/lib/python3.9/importlib/_common.pyc
chmod 644  $1/usr/lib/python3.9/importlib/_common.pyc
chown root:root  $1/usr/lib/python3.9/importlib/__init__.pyc
chmod 644  $1/usr/lib/python3.9/importlib/__init__.pyc
chown root:root  $1/usr/lib/python3.9/importlib/machinery.pyc
chmod 644  $1/usr/lib/python3.9/importlib/machinery.pyc
chown root:root  $1/usr/lib/python3.9/importlib/metadata.pyc
chmod 644  $1/usr/lib/python3.9/importlib/metadata.pyc
chown root:root  $1/usr/lib/python3.9/importlib/resources.pyc
chmod 644  $1/usr/lib/python3.9/importlib/resources.pyc
chown root:root  $1/usr/lib/python3.9/importlib/util.pyc
chmod 644  $1/usr/lib/python3.9/importlib/util.pyc
chown root:root  $1/usr/lib/python3.9/turtledemo/turtle.cfg
chmod 644  $1/usr/lib/python3.9/turtledemo/turtle.cfg
chown root:root  $1/usr/lib/python3.9/turtledemo/fractalcurves.pyc
chmod 644  $1/usr/lib/python3.9/turtledemo/fractalcurves.pyc
chown root:root  $1/usr/lib/python3.9/turtledemo/bytedesign.pyc
chmod 644  $1/usr/lib/python3.9/turtledemo/bytedesign.pyc
chown root:root  $1/usr/lib/python3.9/turtledemo/chaos.pyc
chmod 644  $1/usr/lib/python3.9/turtledemo/chaos.pyc
chown root:root  $1/usr/lib/python3.9/turtledemo/clock.pyc
chmod 644  $1/usr/lib/python3.9/turtledemo/clock.pyc
chown root:root  $1/usr/lib/python3.9/turtledemo/colormixer.pyc
chmod 644  $1/usr/lib/python3.9/turtledemo/colormixer.pyc
chown root:root  $1/usr/lib/python3.9/turtledemo/forest.pyc
chmod 644  $1/usr/lib/python3.9/turtledemo/forest.pyc
chown root:root  $1/usr/lib/python3.9/turtledemo/minimal_hanoi.pyc
chmod 644  $1/usr/lib/python3.9/turtledemo/minimal_hanoi.pyc
chown root:root  $1/usr/lib/python3.9/turtledemo/__init__.pyc
chmod 644  $1/usr/lib/python3.9/turtledemo/__init__.pyc
chown root:root  $1/usr/lib/python3.9/turtledemo/lindenmayer.pyc
chmod 644  $1/usr/lib/python3.9/turtledemo/lindenmayer.pyc
chown root:root  $1/usr/lib/python3.9/turtledemo/__main__.pyc
chmod 644  $1/usr/lib/python3.9/turtledemo/__main__.pyc
chown root:root  $1/usr/lib/python3.9/turtledemo/planet_and_moon.pyc
chmod 644  $1/usr/lib/python3.9/turtledemo/planet_and_moon.pyc
chown root:root  $1/usr/lib/python3.9/turtledemo/nim.pyc
chmod 644  $1/usr/lib/python3.9/turtledemo/nim.pyc
chown root:root  $1/usr/lib/python3.9/turtledemo/paint.pyc
chmod 644  $1/usr/lib/python3.9/turtledemo/paint.pyc
chown root:root  $1/usr/lib/python3.9/turtledemo/peace.pyc
chmod 644  $1/usr/lib/python3.9/turtledemo/peace.pyc
chown root:root  $1/usr/lib/python3.9/turtledemo/penrose.pyc
chmod 644  $1/usr/lib/python3.9/turtledemo/penrose.pyc
chown root:root  $1/usr/lib/python3.9/turtledemo/sorting_animate.pyc
chmod 644  $1/usr/lib/python3.9/turtledemo/sorting_animate.pyc
chown root:root  $1/usr/lib/python3.9/turtledemo/rosette.pyc
chmod 644  $1/usr/lib/python3.9/turtledemo/rosette.pyc
chown root:root  $1/usr/lib/python3.9/turtledemo/round_dance.pyc
chmod 644  $1/usr/lib/python3.9/turtledemo/round_dance.pyc
chown root:root  $1/usr/lib/python3.9/turtledemo/tree.pyc
chmod 644  $1/usr/lib/python3.9/turtledemo/tree.pyc
chown root:root  $1/usr/lib/python3.9/turtledemo/two_canvases.pyc
chmod 644  $1/usr/lib/python3.9/turtledemo/two_canvases.pyc
chown root:root  $1/usr/lib/python3.9/turtledemo/yinyang.pyc
chmod 644  $1/usr/lib/python3.9/turtledemo/yinyang.pyc
chown root:root  $1/usr/lib/python3.9/multiprocessing/dummy/connection.pyc
chmod 644  $1/usr/lib/python3.9/multiprocessing/dummy/connection.pyc
chown root:root  $1/usr/lib/python3.9/multiprocessing/dummy/__init__.pyc
chmod 644  $1/usr/lib/python3.9/multiprocessing/dummy/__init__.pyc
chown root:root  $1/usr/lib/python3.9/multiprocessing/popen_forkserver.pyc
chmod 644  $1/usr/lib/python3.9/multiprocessing/popen_forkserver.pyc
chown root:root  $1/usr/lib/python3.9/multiprocessing/connection.pyc
chmod 644  $1/usr/lib/python3.9/multiprocessing/connection.pyc
chown root:root  $1/usr/lib/python3.9/multiprocessing/context.pyc
chmod 644  $1/usr/lib/python3.9/multiprocessing/context.pyc
chown root:root  $1/usr/lib/python3.9/multiprocessing/forkserver.pyc
chmod 644  $1/usr/lib/python3.9/multiprocessing/forkserver.pyc
chown root:root  $1/usr/lib/python3.9/multiprocessing/heap.pyc
chmod 644  $1/usr/lib/python3.9/multiprocessing/heap.pyc
chown root:root  $1/usr/lib/python3.9/multiprocessing/__init__.pyc
chmod 644  $1/usr/lib/python3.9/multiprocessing/__init__.pyc
chown root:root  $1/usr/lib/python3.9/multiprocessing/managers.pyc
chmod 644  $1/usr/lib/python3.9/multiprocessing/managers.pyc
chown root:root  $1/usr/lib/python3.9/multiprocessing/pool.pyc
chmod 644  $1/usr/lib/python3.9/multiprocessing/pool.pyc
chown root:root  $1/usr/lib/python3.9/multiprocessing/popen_fork.pyc
chmod 644  $1/usr/lib/python3.9/multiprocessing/popen_fork.pyc
chown root:root  $1/usr/lib/python3.9/multiprocessing/popen_spawn_posix.pyc
chmod 644  $1/usr/lib/python3.9/multiprocessing/popen_spawn_posix.pyc
chown root:root  $1/usr/lib/python3.9/multiprocessing/popen_spawn_win32.pyc
chmod 644  $1/usr/lib/python3.9/multiprocessing/popen_spawn_win32.pyc
chown root:root  $1/usr/lib/python3.9/multiprocessing/process.pyc
chmod 644  $1/usr/lib/python3.9/multiprocessing/process.pyc
chown root:root  $1/usr/lib/python3.9/multiprocessing/queues.pyc
chmod 644  $1/usr/lib/python3.9/multiprocessing/queues.pyc
chown root:root  $1/usr/lib/python3.9/multiprocessing/reduction.pyc
chmod 644  $1/usr/lib/python3.9/multiprocessing/reduction.pyc
chown root:root  $1/usr/lib/python3.9/multiprocessing/resource_sharer.pyc
chmod 644  $1/usr/lib/python3.9/multiprocessing/resource_sharer.pyc
chown root:root  $1/usr/lib/python3.9/multiprocessing/resource_tracker.pyc
chmod 644  $1/usr/lib/python3.9/multiprocessing/resource_tracker.pyc
chown root:root  $1/usr/lib/python3.9/multiprocessing/sharedctypes.pyc
chmod 644  $1/usr/lib/python3.9/multiprocessing/sharedctypes.pyc
chown root:root  $1/usr/lib/python3.9/multiprocessing/shared_memory.pyc
chmod 644  $1/usr/lib/python3.9/multiprocessing/shared_memory.pyc
chown root:root  $1/usr/lib/python3.9/multiprocessing/spawn.pyc
chmod 644  $1/usr/lib/python3.9/multiprocessing/spawn.pyc
chown root:root  $1/usr/lib/python3.9/multiprocessing/synchronize.pyc
chmod 644  $1/usr/lib/python3.9/multiprocessing/synchronize.pyc
chown root:root  $1/usr/lib/python3.9/multiprocessing/util.pyc
chmod 644  $1/usr/lib/python3.9/multiprocessing/util.pyc
chown root:root  $1/usr/lib/python3.9/unittest/async_case.pyc
chmod 644  $1/usr/lib/python3.9/unittest/async_case.pyc
chown root:root  $1/usr/lib/python3.9/unittest/case.pyc
chmod 644  $1/usr/lib/python3.9/unittest/case.pyc
chown root:root  $1/usr/lib/python3.9/unittest/__init__.pyc
chmod 644  $1/usr/lib/python3.9/unittest/__init__.pyc
chown root:root  $1/usr/lib/python3.9/unittest/loader.pyc
chmod 644  $1/usr/lib/python3.9/unittest/loader.pyc
chown root:root  $1/usr/lib/python3.9/unittest/_log.pyc
chmod 644  $1/usr/lib/python3.9/unittest/_log.pyc
chown root:root  $1/usr/lib/python3.9/unittest/__main__.pyc
chmod 644  $1/usr/lib/python3.9/unittest/__main__.pyc
chown root:root  $1/usr/lib/python3.9/unittest/main.pyc
chmod 644  $1/usr/lib/python3.9/unittest/main.pyc
chown root:root  $1/usr/lib/python3.9/unittest/mock.pyc
chmod 644  $1/usr/lib/python3.9/unittest/mock.pyc
chown root:root  $1/usr/lib/python3.9/unittest/result.pyc
chmod 644  $1/usr/lib/python3.9/unittest/result.pyc
chown root:root  $1/usr/lib/python3.9/unittest/runner.pyc
chmod 644  $1/usr/lib/python3.9/unittest/runner.pyc
chown root:root  $1/usr/lib/python3.9/unittest/signals.pyc
chmod 644  $1/usr/lib/python3.9/unittest/signals.pyc
chown root:root  $1/usr/lib/python3.9/unittest/suite.pyc
chmod 644  $1/usr/lib/python3.9/unittest/suite.pyc
chown root:root  $1/usr/lib/python3.9/unittest/util.pyc
chmod 644  $1/usr/lib/python3.9/unittest/util.pyc
chown root:root  $1/usr/lib/python3.9/venv/scripts/common/activate
chmod 644  $1/usr/lib/python3.9/venv/scripts/common/activate
chown root:root  $1/usr/lib/python3.9/venv/scripts/common/Activate.ps1
chmod 644  $1/usr/lib/python3.9/venv/scripts/common/Activate.ps1
chown root:root  $1/usr/lib/python3.9/venv/scripts/posix/activate.csh
chmod 644  $1/usr/lib/python3.9/venv/scripts/posix/activate.csh
chown root:root  $1/usr/lib/python3.9/venv/scripts/posix/activate.fish
chmod 644  $1/usr/lib/python3.9/venv/scripts/posix/activate.fish
chown root:root  $1/usr/lib/python3.9/venv/__init__.pyc
chmod 644  $1/usr/lib/python3.9/venv/__init__.pyc
chown root:root  $1/usr/lib/python3.9/venv/__main__.pyc
chmod 644  $1/usr/lib/python3.9/venv/__main__.pyc
chown root:root  $1/usr/lib/python3.9/zoneinfo/_common.pyc
chmod 644  $1/usr/lib/python3.9/zoneinfo/_common.pyc
chown root:root  $1/usr/lib/python3.9/zoneinfo/__init__.pyc
chmod 644  $1/usr/lib/python3.9/zoneinfo/__init__.pyc
chown root:root  $1/usr/lib/python3.9/zoneinfo/_tzpath.pyc
chmod 644  $1/usr/lib/python3.9/zoneinfo/_tzpath.pyc
chown root:root  $1/usr/lib/python3.9/zoneinfo/_zoneinfo.pyc
chmod 644  $1/usr/lib/python3.9/zoneinfo/_zoneinfo.pyc
chown root:root  $1/usr/lib/python3.9/xml/dom/domreg.pyc
chmod 644  $1/usr/lib/python3.9/xml/dom/domreg.pyc
chown root:root  $1/usr/lib/python3.9/xml/dom/expatbuilder.pyc
chmod 644  $1/usr/lib/python3.9/xml/dom/expatbuilder.pyc
chown root:root  $1/usr/lib/python3.9/xml/dom/__init__.pyc
chmod 644  $1/usr/lib/python3.9/xml/dom/__init__.pyc
chown root:root  $1/usr/lib/python3.9/xml/dom/minicompat.pyc
chmod 644  $1/usr/lib/python3.9/xml/dom/minicompat.pyc
chown root:root  $1/usr/lib/python3.9/xml/dom/minidom.pyc
chmod 644  $1/usr/lib/python3.9/xml/dom/minidom.pyc
chown root:root  $1/usr/lib/python3.9/xml/dom/NodeFilter.pyc
chmod 644  $1/usr/lib/python3.9/xml/dom/NodeFilter.pyc
chown root:root  $1/usr/lib/python3.9/xml/dom/pulldom.pyc
chmod 644  $1/usr/lib/python3.9/xml/dom/pulldom.pyc
chown root:root  $1/usr/lib/python3.9/xml/dom/xmlbuilder.pyc
chmod 644  $1/usr/lib/python3.9/xml/dom/xmlbuilder.pyc
chown root:root  $1/usr/lib/python3.9/xml/etree/ElementInclude.pyc
chmod 644  $1/usr/lib/python3.9/xml/etree/ElementInclude.pyc
chown root:root  $1/usr/lib/python3.9/xml/etree/cElementTree.pyc
chmod 644  $1/usr/lib/python3.9/xml/etree/cElementTree.pyc
chown root:root  $1/usr/lib/python3.9/xml/etree/ElementPath.pyc
chmod 644  $1/usr/lib/python3.9/xml/etree/ElementPath.pyc
chown root:root  $1/usr/lib/python3.9/xml/etree/ElementTree.pyc
chmod 644  $1/usr/lib/python3.9/xml/etree/ElementTree.pyc
chown root:root  $1/usr/lib/python3.9/xml/etree/__init__.pyc
chmod 644  $1/usr/lib/python3.9/xml/etree/__init__.pyc
chown root:root  $1/usr/lib/python3.9/xml/parsers/expat.pyc
chmod 644  $1/usr/lib/python3.9/xml/parsers/expat.pyc
chown root:root  $1/usr/lib/python3.9/xml/parsers/__init__.pyc
chmod 644  $1/usr/lib/python3.9/xml/parsers/__init__.pyc
chown root:root  $1/usr/lib/python3.9/xml/sax/_exceptions.pyc
chmod 644  $1/usr/lib/python3.9/xml/sax/_exceptions.pyc
chown root:root  $1/usr/lib/python3.9/xml/sax/expatreader.pyc
chmod 644  $1/usr/lib/python3.9/xml/sax/expatreader.pyc
chown root:root  $1/usr/lib/python3.9/xml/sax/handler.pyc
chmod 644  $1/usr/lib/python3.9/xml/sax/handler.pyc
chown root:root  $1/usr/lib/python3.9/xml/sax/__init__.pyc
chmod 644  $1/usr/lib/python3.9/xml/sax/__init__.pyc
chown root:root  $1/usr/lib/python3.9/xml/sax/saxutils.pyc
chmod 644  $1/usr/lib/python3.9/xml/sax/saxutils.pyc
chown root:root  $1/usr/lib/python3.9/xml/sax/xmlreader.pyc
chmod 644  $1/usr/lib/python3.9/xml/sax/xmlreader.pyc
chown root:root  $1/usr/lib/python3.9/xml/__init__.pyc
chmod 644  $1/usr/lib/python3.9/xml/__init__.pyc
chown root:root  $1/usr/lib/python3.9/sqlite3/dbapi2.pyc
chmod 644  $1/usr/lib/python3.9/sqlite3/dbapi2.pyc
chown root:root  $1/usr/lib/python3.9/sqlite3/dump.pyc
chmod 644  $1/usr/lib/python3.9/sqlite3/dump.pyc
chown root:root  $1/usr/lib/python3.9/sqlite3/__init__.pyc
chmod 644  $1/usr/lib/python3.9/sqlite3/__init__.pyc
chown root:root  $1/usr/lib/python3.9/LICENSE.txt
chmod 644  $1/usr/lib/python3.9/LICENSE.txt
chown root:root  $1/usr/lib/python3.9/_bootsubprocess.pyc
chmod 644  $1/usr/lib/python3.9/_bootsubprocess.pyc
chown root:root  $1/usr/lib/python3.9/abc.pyc
chmod 644  $1/usr/lib/python3.9/abc.pyc
chown root:root  $1/usr/lib/python3.9/aifc.pyc
chmod 644  $1/usr/lib/python3.9/aifc.pyc
chown root:root  $1/usr/lib/python3.9/_aix_support.pyc
chmod 644  $1/usr/lib/python3.9/_aix_support.pyc
chown root:root  $1/usr/lib/python3.9/antigravity.pyc
chmod 644  $1/usr/lib/python3.9/antigravity.pyc
chown root:root  $1/usr/lib/python3.9/argparse.pyc
chmod 644  $1/usr/lib/python3.9/argparse.pyc
chown root:root  $1/usr/lib/python3.9/ast.pyc
chmod 644  $1/usr/lib/python3.9/ast.pyc
chown root:root  $1/usr/lib/python3.9/asynchat.pyc
chmod 644  $1/usr/lib/python3.9/asynchat.pyc
chown root:root  $1/usr/lib/python3.9/asyncore.pyc
chmod 644  $1/usr/lib/python3.9/asyncore.pyc
chown root:root  $1/usr/lib/python3.9/base64.pyc
chmod 644  $1/usr/lib/python3.9/base64.pyc
chown root:root  $1/usr/lib/python3.9/bdb.pyc
chmod 644  $1/usr/lib/python3.9/bdb.pyc
chown root:root  $1/usr/lib/python3.9/binhex.pyc
chmod 644  $1/usr/lib/python3.9/binhex.pyc
chown root:root  $1/usr/lib/python3.9/bisect.pyc
chmod 644  $1/usr/lib/python3.9/bisect.pyc
chown root:root  $1/usr/lib/python3.9/_bootlocale.pyc
chmod 644  $1/usr/lib/python3.9/_bootlocale.pyc
chown root:root  $1/usr/lib/python3.9/_collections_abc.pyc
chmod 644  $1/usr/lib/python3.9/_collections_abc.pyc
chown root:root  $1/usr/lib/python3.9/bz2.pyc
chmod 644  $1/usr/lib/python3.9/bz2.pyc
chown root:root  $1/usr/lib/python3.9/calendar.pyc
chmod 644  $1/usr/lib/python3.9/calendar.pyc
chown root:root  $1/usr/lib/python3.9/cgi.pyc
chmod 644  $1/usr/lib/python3.9/cgi.pyc
chown root:root  $1/usr/lib/python3.9/cgitb.pyc
chmod 644  $1/usr/lib/python3.9/cgitb.pyc
chown root:root  $1/usr/lib/python3.9/chunk.pyc
chmod 644  $1/usr/lib/python3.9/chunk.pyc
chown root:root  $1/usr/lib/python3.9/cmd.pyc
chmod 644  $1/usr/lib/python3.9/cmd.pyc
chown root:root  $1/usr/lib/python3.9/codecs.pyc
chmod 644  $1/usr/lib/python3.9/codecs.pyc
chown root:root  $1/usr/lib/python3.9/codeop.pyc
chmod 644  $1/usr/lib/python3.9/codeop.pyc
chown root:root  $1/usr/lib/python3.9/code.pyc
chmod 644  $1/usr/lib/python3.9/code.pyc
chown root:root  $1/usr/lib/python3.9/_compat_pickle.pyc
chmod 644  $1/usr/lib/python3.9/_compat_pickle.pyc
chown root:root  $1/usr/lib/python3.9/colorsys.pyc
chmod 644  $1/usr/lib/python3.9/colorsys.pyc
chown root:root  $1/usr/lib/python3.9/_sitebuiltins.pyc
chmod 644  $1/usr/lib/python3.9/_sitebuiltins.pyc
chown root:root  $1/usr/lib/python3.9/compileall.pyc
chmod 644  $1/usr/lib/python3.9/compileall.pyc
chown root:root  $1/usr/lib/python3.9/_compression.pyc
chmod 644  $1/usr/lib/python3.9/_compression.pyc
chown root:root  $1/usr/lib/python3.9/configparser.pyc
chmod 644  $1/usr/lib/python3.9/configparser.pyc
chown root:root  $1/usr/lib/python3.9/contextlib.pyc
chmod 644  $1/usr/lib/python3.9/contextlib.pyc
chown root:root  $1/usr/lib/python3.9/contextvars.pyc
chmod 644  $1/usr/lib/python3.9/contextvars.pyc
chown root:root  $1/usr/lib/python3.9/copy.pyc
chmod 644  $1/usr/lib/python3.9/copy.pyc
chown root:root  $1/usr/lib/python3.9/copyreg.pyc
chmod 644  $1/usr/lib/python3.9/copyreg.pyc
chown root:root  $1/usr/lib/python3.9/cProfile.pyc
chmod 644  $1/usr/lib/python3.9/cProfile.pyc
chown root:root  $1/usr/lib/python3.9/crypt.pyc
chmod 644  $1/usr/lib/python3.9/crypt.pyc
chown root:root  $1/usr/lib/python3.9/csv.pyc
chmod 644  $1/usr/lib/python3.9/csv.pyc
chown root:root  $1/usr/lib/python3.9/dataclasses.pyc
chmod 644  $1/usr/lib/python3.9/dataclasses.pyc
chown root:root  $1/usr/lib/python3.9/datetime.pyc
chmod 644  $1/usr/lib/python3.9/datetime.pyc
chown root:root  $1/usr/lib/python3.9/decimal.pyc
chmod 644  $1/usr/lib/python3.9/decimal.pyc
chown root:root  $1/usr/lib/python3.9/difflib.pyc
chmod 644  $1/usr/lib/python3.9/difflib.pyc
chown root:root  $1/usr/lib/python3.9/dis.pyc
chmod 644  $1/usr/lib/python3.9/dis.pyc
chown root:root  $1/usr/lib/python3.9/doctest.pyc
chmod 644  $1/usr/lib/python3.9/doctest.pyc
chown root:root  $1/usr/lib/python3.9/enum.pyc
chmod 644  $1/usr/lib/python3.9/enum.pyc
chown root:root  $1/usr/lib/python3.9/filecmp.pyc
chmod 644  $1/usr/lib/python3.9/filecmp.pyc
chown root:root  $1/usr/lib/python3.9/fileinput.pyc
chmod 644  $1/usr/lib/python3.9/fileinput.pyc
chown root:root  $1/usr/lib/python3.9/fnmatch.pyc
chmod 644  $1/usr/lib/python3.9/fnmatch.pyc
chown root:root  $1/usr/lib/python3.9/formatter.pyc
chmod 644  $1/usr/lib/python3.9/formatter.pyc
chown root:root  $1/usr/lib/python3.9/fractions.pyc
chmod 644  $1/usr/lib/python3.9/fractions.pyc
chown root:root  $1/usr/lib/python3.9/ftplib.pyc
chmod 644  $1/usr/lib/python3.9/ftplib.pyc
chown root:root  $1/usr/lib/python3.9/functools.pyc
chmod 644  $1/usr/lib/python3.9/functools.pyc
chown root:root  $1/usr/lib/python3.9/__future__.pyc
chmod 644  $1/usr/lib/python3.9/__future__.pyc
chown root:root  $1/usr/lib/python3.9/genericpath.pyc
chmod 644  $1/usr/lib/python3.9/genericpath.pyc
chown root:root  $1/usr/lib/python3.9/getopt.pyc
chmod 644  $1/usr/lib/python3.9/getopt.pyc
chown root:root  $1/usr/lib/python3.9/getpass.pyc
chmod 644  $1/usr/lib/python3.9/getpass.pyc
chown root:root  $1/usr/lib/python3.9/gettext.pyc
chmod 644  $1/usr/lib/python3.9/gettext.pyc
chown root:root  $1/usr/lib/python3.9/glob.pyc
chmod 644  $1/usr/lib/python3.9/glob.pyc
chown root:root  $1/usr/lib/python3.9/graphlib.pyc
chmod 644  $1/usr/lib/python3.9/graphlib.pyc
chown root:root  $1/usr/lib/python3.9/gzip.pyc
chmod 644  $1/usr/lib/python3.9/gzip.pyc
chown root:root  $1/usr/lib/python3.9/hashlib.pyc
chmod 644  $1/usr/lib/python3.9/hashlib.pyc
chown root:root  $1/usr/lib/python3.9/heapq.pyc
chmod 644  $1/usr/lib/python3.9/heapq.pyc
chown root:root  $1/usr/lib/python3.9/hmac.pyc
chmod 644  $1/usr/lib/python3.9/hmac.pyc
chown root:root  $1/usr/lib/python3.9/imaplib.pyc
chmod 644  $1/usr/lib/python3.9/imaplib.pyc
chown root:root  $1/usr/lib/python3.9/imghdr.pyc
chmod 644  $1/usr/lib/python3.9/imghdr.pyc
chown root:root  $1/usr/lib/python3.9/imp.pyc
chmod 644  $1/usr/lib/python3.9/imp.pyc
chown root:root  $1/usr/lib/python3.9/inspect.pyc
chmod 644  $1/usr/lib/python3.9/inspect.pyc
chown root:root  $1/usr/lib/python3.9/io.pyc
chmod 644  $1/usr/lib/python3.9/io.pyc
chown root:root  $1/usr/lib/python3.9/ipaddress.pyc
chmod 644  $1/usr/lib/python3.9/ipaddress.pyc
chown root:root  $1/usr/lib/python3.9/keyword.pyc
chmod 644  $1/usr/lib/python3.9/keyword.pyc
chown root:root  $1/usr/lib/python3.9/linecache.pyc
chmod 644  $1/usr/lib/python3.9/linecache.pyc
chown root:root  $1/usr/lib/python3.9/locale.pyc
chmod 644  $1/usr/lib/python3.9/locale.pyc
chown root:root  $1/usr/lib/python3.9/lzma.pyc
chmod 644  $1/usr/lib/python3.9/lzma.pyc
chown root:root  $1/usr/lib/python3.9/mailbox.pyc
chmod 644  $1/usr/lib/python3.9/mailbox.pyc
chown root:root  $1/usr/lib/python3.9/mailcap.pyc
chmod 644  $1/usr/lib/python3.9/mailcap.pyc
chown root:root  $1/usr/lib/python3.9/_markupbase.pyc
chmod 644  $1/usr/lib/python3.9/_markupbase.pyc
chown root:root  $1/usr/lib/python3.9/mimetypes.pyc
chmod 644  $1/usr/lib/python3.9/mimetypes.pyc
chown root:root  $1/usr/lib/python3.9/modulefinder.pyc
chmod 644  $1/usr/lib/python3.9/modulefinder.pyc
chown root:root  $1/usr/lib/python3.9/netrc.pyc
chmod 644  $1/usr/lib/python3.9/netrc.pyc
chown root:root  $1/usr/lib/python3.9/nntplib.pyc
chmod 644  $1/usr/lib/python3.9/nntplib.pyc
chown root:root  $1/usr/lib/python3.9/ntpath.pyc
chmod 644  $1/usr/lib/python3.9/ntpath.pyc
chown root:root  $1/usr/lib/python3.9/nturl2path.pyc
chmod 644  $1/usr/lib/python3.9/nturl2path.pyc
chown root:root  $1/usr/lib/python3.9/numbers.pyc
chmod 644  $1/usr/lib/python3.9/numbers.pyc
chown root:root  $1/usr/lib/python3.9/opcode.pyc
chmod 644  $1/usr/lib/python3.9/opcode.pyc
chown root:root  $1/usr/lib/python3.9/operator.pyc
chmod 644  $1/usr/lib/python3.9/operator.pyc
chown root:root  $1/usr/lib/python3.9/optparse.pyc
chmod 644  $1/usr/lib/python3.9/optparse.pyc
chown root:root  $1/usr/lib/python3.9/os.pyc
chmod 644  $1/usr/lib/python3.9/os.pyc
chown root:root  $1/usr/lib/python3.9/_osx_support.pyc
chmod 644  $1/usr/lib/python3.9/_osx_support.pyc
chown root:root  $1/usr/lib/python3.9/pathlib.pyc
chmod 644  $1/usr/lib/python3.9/pathlib.pyc
chown root:root  $1/usr/lib/python3.9/pdb.pyc
chmod 644  $1/usr/lib/python3.9/pdb.pyc
chown root:root  $1/usr/lib/python3.9/pickle.pyc
chmod 644  $1/usr/lib/python3.9/pickle.pyc
chown root:root  $1/usr/lib/python3.9/pickletools.pyc
chmod 644  $1/usr/lib/python3.9/pickletools.pyc
chown root:root  $1/usr/lib/python3.9/pipes.pyc
chmod 644  $1/usr/lib/python3.9/pipes.pyc
chown root:root  $1/usr/lib/python3.9/pkgutil.pyc
chmod 644  $1/usr/lib/python3.9/pkgutil.pyc
chown root:root  $1/usr/lib/python3.9/platform.pyc
chmod 644  $1/usr/lib/python3.9/platform.pyc
chown root:root  $1/usr/lib/python3.9/plistlib.pyc
chmod 644  $1/usr/lib/python3.9/plistlib.pyc
chown root:root  $1/usr/lib/python3.9/poplib.pyc
chmod 644  $1/usr/lib/python3.9/poplib.pyc
chown root:root  $1/usr/lib/python3.9/posixpath.pyc
chmod 644  $1/usr/lib/python3.9/posixpath.pyc
chown root:root  $1/usr/lib/python3.9/pprint.pyc
chmod 644  $1/usr/lib/python3.9/pprint.pyc
chown root:root  $1/usr/lib/python3.9/profile.pyc
chmod 644  $1/usr/lib/python3.9/profile.pyc
chown root:root  $1/usr/lib/python3.9/pstats.pyc
chmod 644  $1/usr/lib/python3.9/pstats.pyc
chown root:root  $1/usr/lib/python3.9/pty.pyc
chmod 644  $1/usr/lib/python3.9/pty.pyc
chown root:root  $1/usr/lib/python3.9/_py_abc.pyc
chmod 644  $1/usr/lib/python3.9/_py_abc.pyc
chown root:root  $1/usr/lib/python3.9/pyclbr.pyc
chmod 644  $1/usr/lib/python3.9/pyclbr.pyc
chown root:root  $1/usr/lib/python3.9/py_compile.pyc
chmod 644  $1/usr/lib/python3.9/py_compile.pyc
chown root:root  $1/usr/lib/python3.9/_pydecimal.pyc
chmod 644  $1/usr/lib/python3.9/_pydecimal.pyc
chown root:root  $1/usr/lib/python3.9/pydoc.pyc
chmod 644  $1/usr/lib/python3.9/pydoc.pyc
chown root:root  $1/usr/lib/python3.9/_pyio.pyc
chmod 644  $1/usr/lib/python3.9/_pyio.pyc
chown root:root  $1/usr/lib/python3.9/queue.pyc
chmod 644  $1/usr/lib/python3.9/queue.pyc
chown root:root  $1/usr/lib/python3.9/quopri.pyc
chmod 644  $1/usr/lib/python3.9/quopri.pyc
chown root:root  $1/usr/lib/python3.9/random.pyc
chmod 644  $1/usr/lib/python3.9/random.pyc
chown root:root  $1/usr/lib/python3.9/reprlib.pyc
chmod 644  $1/usr/lib/python3.9/reprlib.pyc
chown root:root  $1/usr/lib/python3.9/re.pyc
chmod 644  $1/usr/lib/python3.9/re.pyc
chown root:root  $1/usr/lib/python3.9/rlcompleter.pyc
chmod 644  $1/usr/lib/python3.9/rlcompleter.pyc
chown root:root  $1/usr/lib/python3.9/runpy.pyc
chmod 644  $1/usr/lib/python3.9/runpy.pyc
chown root:root  $1/usr/lib/python3.9/sched.pyc
chmod 644  $1/usr/lib/python3.9/sched.pyc
chown root:root  $1/usr/lib/python3.9/secrets.pyc
chmod 644  $1/usr/lib/python3.9/secrets.pyc
chown root:root  $1/usr/lib/python3.9/selectors.pyc
chmod 644  $1/usr/lib/python3.9/selectors.pyc
chown root:root  $1/usr/lib/python3.9/shelve.pyc
chmod 644  $1/usr/lib/python3.9/shelve.pyc
chown root:root  $1/usr/lib/python3.9/shlex.pyc
chmod 644  $1/usr/lib/python3.9/shlex.pyc
chown root:root  $1/usr/lib/python3.9/shutil.pyc
chmod 644  $1/usr/lib/python3.9/shutil.pyc
chown root:root  $1/usr/lib/python3.9/signal.pyc
chmod 644  $1/usr/lib/python3.9/signal.pyc
chown root:root  $1/usr/lib/python3.9/sre_constants.pyc
chmod 644  $1/usr/lib/python3.9/sre_constants.pyc
chown root:root  $1/usr/lib/python3.9/site.pyc
chmod 644  $1/usr/lib/python3.9/site.pyc
chown root:root  $1/usr/lib/python3.9/smtpd.pyc
chmod 644  $1/usr/lib/python3.9/smtpd.pyc
chown root:root  $1/usr/lib/python3.9/smtplib.pyc
chmod 644  $1/usr/lib/python3.9/smtplib.pyc
chown root:root  $1/usr/lib/python3.9/sndhdr.pyc
chmod 644  $1/usr/lib/python3.9/sndhdr.pyc
chown root:root  $1/usr/lib/python3.9/socket.pyc
chmod 644  $1/usr/lib/python3.9/socket.pyc
chown root:root  $1/usr/lib/python3.9/socketserver.pyc
chmod 644  $1/usr/lib/python3.9/socketserver.pyc
chown root:root  $1/usr/lib/python3.9/sre_compile.pyc
chmod 644  $1/usr/lib/python3.9/sre_compile.pyc
chown root:root  $1/usr/lib/python3.9/_threading_local.pyc
chmod 644  $1/usr/lib/python3.9/_threading_local.pyc
chown root:root  $1/usr/lib/python3.9/sre_parse.pyc
chmod 644  $1/usr/lib/python3.9/sre_parse.pyc
chown root:root  $1/usr/lib/python3.9/ssl.pyc
chmod 644  $1/usr/lib/python3.9/ssl.pyc
chown root:root  $1/usr/lib/python3.9/statistics.pyc
chmod 644  $1/usr/lib/python3.9/statistics.pyc
chown root:root  $1/usr/lib/python3.9/stat.pyc
chmod 644  $1/usr/lib/python3.9/stat.pyc
chown root:root  $1/usr/lib/python3.9/stringprep.pyc
chmod 644  $1/usr/lib/python3.9/stringprep.pyc
chown root:root  $1/usr/lib/python3.9/string.pyc
chmod 644  $1/usr/lib/python3.9/string.pyc
chown root:root  $1/usr/lib/python3.9/_strptime.pyc
chmod 644  $1/usr/lib/python3.9/_strptime.pyc
chown root:root  $1/usr/lib/python3.9/struct.pyc
chmod 644  $1/usr/lib/python3.9/struct.pyc
chown root:root  $1/usr/lib/python3.9/subprocess.pyc
chmod 644  $1/usr/lib/python3.9/subprocess.pyc
chown root:root  $1/usr/lib/python3.9/sunau.pyc
chmod 644  $1/usr/lib/python3.9/sunau.pyc
chown root:root  $1/usr/lib/python3.9/symbol.pyc
chmod 644  $1/usr/lib/python3.9/symbol.pyc
chown root:root  $1/usr/lib/python3.9/symtable.pyc
chmod 644  $1/usr/lib/python3.9/symtable.pyc
chown root:root  $1/usr/lib/python3.9/sysconfig.pyc
chmod 644  $1/usr/lib/python3.9/sysconfig.pyc
chown root:root  $1/usr/lib/python3.9/tabnanny.pyc
chmod 644  $1/usr/lib/python3.9/tabnanny.pyc
chown root:root  $1/usr/lib/python3.9/tarfile.pyc
chmod 644  $1/usr/lib/python3.9/tarfile.pyc
chown root:root  $1/usr/lib/python3.9/telnetlib.pyc
chmod 644  $1/usr/lib/python3.9/telnetlib.pyc
chown root:root  $1/usr/lib/python3.9/tempfile.pyc
chmod 644  $1/usr/lib/python3.9/tempfile.pyc
chown root:root  $1/usr/lib/python3.9/textwrap.pyc
chmod 644  $1/usr/lib/python3.9/textwrap.pyc
chown root:root  $1/usr/lib/python3.9/this.pyc
chmod 644  $1/usr/lib/python3.9/this.pyc
chown root:root  $1/usr/lib/python3.9/threading.pyc
chmod 644  $1/usr/lib/python3.9/threading.pyc
chown root:root  $1/usr/lib/python3.9/timeit.pyc
chmod 644  $1/usr/lib/python3.9/timeit.pyc
chown root:root  $1/usr/lib/python3.9/tokenize.pyc
chmod 644  $1/usr/lib/python3.9/tokenize.pyc
chown root:root  $1/usr/lib/python3.9/token.pyc
chmod 644  $1/usr/lib/python3.9/token.pyc
chown root:root  $1/usr/lib/python3.9/traceback.pyc
chmod 644  $1/usr/lib/python3.9/traceback.pyc
chown root:root  $1/usr/lib/python3.9/tracemalloc.pyc
chmod 644  $1/usr/lib/python3.9/tracemalloc.pyc
chown root:root  $1/usr/lib/python3.9/trace.pyc
chmod 644  $1/usr/lib/python3.9/trace.pyc
chown root:root  $1/usr/lib/python3.9/tty.pyc
chmod 644  $1/usr/lib/python3.9/tty.pyc
chown root:root  $1/usr/lib/python3.9/turtle.pyc
chmod 644  $1/usr/lib/python3.9/turtle.pyc
chown root:root  $1/usr/lib/python3.9/types.pyc
chmod 644  $1/usr/lib/python3.9/types.pyc
chown root:root  $1/usr/lib/python3.9/typing.pyc
chmod 644  $1/usr/lib/python3.9/typing.pyc
chown root:root  $1/usr/lib/python3.9/uuid.pyc
chmod 644  $1/usr/lib/python3.9/uuid.pyc
chown root:root  $1/usr/lib/python3.9/uu.pyc
chmod 644  $1/usr/lib/python3.9/uu.pyc
chown root:root  $1/usr/lib/python3.9/warnings.pyc
chmod 644  $1/usr/lib/python3.9/warnings.pyc
chown root:root  $1/usr/lib/python3.9/wave.pyc
chmod 644  $1/usr/lib/python3.9/wave.pyc
chown root:root  $1/usr/lib/python3.9/weakref.pyc
chmod 644  $1/usr/lib/python3.9/weakref.pyc
chown root:root  $1/usr/lib/python3.9/_weakrefset.pyc
chmod 644  $1/usr/lib/python3.9/_weakrefset.pyc
chown root:root  $1/usr/lib/python3.9/webbrowser.pyc
chmod 644  $1/usr/lib/python3.9/webbrowser.pyc
chown root:root  $1/usr/lib/python3.9/xdrlib.pyc
chmod 644  $1/usr/lib/python3.9/xdrlib.pyc
chown root:root  $1/usr/lib/python3.9/zipapp.pyc
chmod 644  $1/usr/lib/python3.9/zipapp.pyc
chown root:root  $1/usr/lib/python3.9/zipfile.pyc
chmod 644  $1/usr/lib/python3.9/zipfile.pyc
chown root:root  $1/usr/lib/python3.9/zipimport.pyc
chmod 644  $1/usr/lib/python3.9/zipimport.pyc
chown root:root  $1/usr/lib/libpython3.so
chmod 755  $1/usr/lib/libpython3.so
chown root:root  $1/usr/lib/libcom_err.so.2.1
chmod 755  $1/usr/lib/libcom_err.so.2.1
chown root:root  $1/usr/lib/libss.so.2.0
chmod 755  $1/usr/lib/libss.so.2.0
chown root:root  $1/usr/lib/libe2p.so.2.3
chmod 755  $1/usr/lib/libe2p.so.2.3
chown root:root  $1/usr/lib/libext2fs.so.2.4
chmod 755  $1/usr/lib/libext2fs.so.2.4
chown root:root  $1/usr/lib/e2fsprogs/e2scrub_all_cron
chmod 755  $1/usr/lib/e2fsprogs/e2scrub_all_cron
chown root:root  $1/usr/lib/gawk/filefuncs.so
chmod 755  $1/usr/lib/gawk/filefuncs.so
chown root:root  $1/usr/lib/gawk/fnmatch.so
chmod 755  $1/usr/lib/gawk/fnmatch.so
chown root:root  $1/usr/lib/gawk/fork.so
chmod 755  $1/usr/lib/gawk/fork.so
chown root:root  $1/usr/lib/gawk/inplace.so
chmod 755  $1/usr/lib/gawk/inplace.so
chown root:root  $1/usr/lib/gawk/intdiv.so
chmod 755  $1/usr/lib/gawk/intdiv.so
chown root:root  $1/usr/lib/gawk/ordchr.so
chmod 755  $1/usr/lib/gawk/ordchr.so
chown root:root  $1/usr/lib/gawk/readdir.so
chmod 755  $1/usr/lib/gawk/readdir.so
chown root:root  $1/usr/lib/gawk/readfile.so
chmod 755  $1/usr/lib/gawk/readfile.so
chown root:root  $1/usr/lib/gawk/revoutput.so
chmod 755  $1/usr/lib/gawk/revoutput.so
chown root:root  $1/usr/lib/gawk/revtwoway.so
chmod 755  $1/usr/lib/gawk/revtwoway.so
chown root:root  $1/usr/lib/gawk/rwarray.so
chmod 755  $1/usr/lib/gawk/rwarray.so
chown root:root  $1/usr/lib/gawk/time.so
chmod 755  $1/usr/lib/gawk/time.so
chown root:root  $1/usr/lib/libpcre.so.1.2.13
chmod 755  $1/usr/lib/libpcre.so.1.2.13
chown root:root  $1/usr/lib/libpcreposix.so.0.0.7
chmod 755  $1/usr/lib/libpcreposix.so.0.0.7
chown root:root  $1/usr/lib/libpcrecpp.so.0.0.2
chmod 755  $1/usr/lib/libpcrecpp.so.0.0.2
chown root:root  $1/usr/lib/libi2c.so.0.1.1
chmod 755  $1/usr/lib/libi2c.so.0.1.1
chown root:root  $1/usr/lib/libip4tc.so.2.0.0
chmod 755  $1/usr/lib/libip4tc.so.2.0.0
chown root:root  $1/usr/lib/libip6tc.so.2.0.0
chmod 755  $1/usr/lib/libip6tc.so.2.0.0
chown root:root  $1/usr/lib/libxtables.so.12.3.0
chmod 755  $1/usr/lib/libxtables.so.12.3.0
chown root:root  $1/usr/lib/xtables/libxt_AUDIT.so
chmod 755  $1/usr/lib/xtables/libxt_AUDIT.so
chown root:root  $1/usr/lib/xtables/libxt_CHECKSUM.so
chmod 755  $1/usr/lib/xtables/libxt_CHECKSUM.so
chown root:root  $1/usr/lib/xtables/libxt_CLASSIFY.so
chmod 755  $1/usr/lib/xtables/libxt_CLASSIFY.so
chown root:root  $1/usr/lib/xtables/libxt_CONNMARK.so
chmod 755  $1/usr/lib/xtables/libxt_CONNMARK.so
chown root:root  $1/usr/lib/xtables/libxt_CONNSECMARK.so
chmod 755  $1/usr/lib/xtables/libxt_CONNSECMARK.so
chown root:root  $1/usr/lib/xtables/libxt_CT.so
chmod 755  $1/usr/lib/xtables/libxt_CT.so
chown root:root  $1/usr/lib/xtables/libxt_DSCP.so
chmod 755  $1/usr/lib/xtables/libxt_DSCP.so
chown root:root  $1/usr/lib/xtables/libxt_HMARK.so
chmod 755  $1/usr/lib/xtables/libxt_HMARK.so
chown root:root  $1/usr/lib/xtables/libxt_IDLETIMER.so
chmod 755  $1/usr/lib/xtables/libxt_IDLETIMER.so
chown root:root  $1/usr/lib/xtables/libxt_LED.so
chmod 755  $1/usr/lib/xtables/libxt_LED.so
chown root:root  $1/usr/lib/xtables/libxt_MARK.so
chmod 755  $1/usr/lib/xtables/libxt_MARK.so
chown root:root  $1/usr/lib/xtables/libxt_NFLOG.so
chmod 755  $1/usr/lib/xtables/libxt_NFLOG.so
chown root:root  $1/usr/lib/xtables/libxt_NFQUEUE.so
chmod 755  $1/usr/lib/xtables/libxt_NFQUEUE.so
chown root:root  $1/usr/lib/xtables/libxt_RATEEST.so
chmod 755  $1/usr/lib/xtables/libxt_RATEEST.so
chown root:root  $1/usr/lib/xtables/libxt_SECMARK.so
chmod 755  $1/usr/lib/xtables/libxt_SECMARK.so
chown root:root  $1/usr/lib/xtables/libxt_SET.so
chmod 755  $1/usr/lib/xtables/libxt_SET.so
chown root:root  $1/usr/lib/xtables/libxt_SYNPROXY.so
chmod 755  $1/usr/lib/xtables/libxt_SYNPROXY.so
chown root:root  $1/usr/lib/xtables/libxt_TCPMSS.so
chmod 755  $1/usr/lib/xtables/libxt_TCPMSS.so
chown root:root  $1/usr/lib/xtables/libxt_TCPOPTSTRIP.so
chmod 755  $1/usr/lib/xtables/libxt_TCPOPTSTRIP.so
chown root:root  $1/usr/lib/xtables/libxt_TEE.so
chmod 755  $1/usr/lib/xtables/libxt_TEE.so
chown root:root  $1/usr/lib/xtables/libxt_TOS.so
chmod 755  $1/usr/lib/xtables/libxt_TOS.so
chown root:root  $1/usr/lib/xtables/libxt_TPROXY.so
chmod 755  $1/usr/lib/xtables/libxt_TPROXY.so
chown root:root  $1/usr/lib/xtables/libxt_TRACE.so
chmod 755  $1/usr/lib/xtables/libxt_TRACE.so
chown root:root  $1/usr/lib/xtables/libxt_addrtype.so
chmod 755  $1/usr/lib/xtables/libxt_addrtype.so
chown root:root  $1/usr/lib/xtables/libxt_bpf.so
chmod 755  $1/usr/lib/xtables/libxt_bpf.so
chown root:root  $1/usr/lib/xtables/libxt_cgroup.so
chmod 755  $1/usr/lib/xtables/libxt_cgroup.so
chown root:root  $1/usr/lib/xtables/libxt_cluster.so
chmod 755  $1/usr/lib/xtables/libxt_cluster.so
chown root:root  $1/usr/lib/xtables/libxt_comment.so
chmod 755  $1/usr/lib/xtables/libxt_comment.so
chown root:root  $1/usr/lib/xtables/libxt_connbytes.so
chmod 755  $1/usr/lib/xtables/libxt_connbytes.so
chown root:root  $1/usr/lib/xtables/libxt_connlimit.so
chmod 755  $1/usr/lib/xtables/libxt_connlimit.so
chown root:root  $1/usr/lib/xtables/libxt_connmark.so
chmod 755  $1/usr/lib/xtables/libxt_connmark.so
chown root:root  $1/usr/lib/xtables/libxt_conntrack.so
chmod 755  $1/usr/lib/xtables/libxt_conntrack.so
chown root:root  $1/usr/lib/xtables/libxt_cpu.so
chmod 755  $1/usr/lib/xtables/libxt_cpu.so
chown root:root  $1/usr/lib/xtables/libxt_dccp.so
chmod 755  $1/usr/lib/xtables/libxt_dccp.so
chown root:root  $1/usr/lib/xtables/libxt_devgroup.so
chmod 755  $1/usr/lib/xtables/libxt_devgroup.so
chown root:root  $1/usr/lib/xtables/libxt_dscp.so
chmod 755  $1/usr/lib/xtables/libxt_dscp.so
chown root:root  $1/usr/lib/xtables/libxt_ecn.so
chmod 755  $1/usr/lib/xtables/libxt_ecn.so
chown root:root  $1/usr/lib/xtables/libxt_esp.so
chmod 755  $1/usr/lib/xtables/libxt_esp.so
chown root:root  $1/usr/lib/xtables/libxt_hashlimit.so
chmod 755  $1/usr/lib/xtables/libxt_hashlimit.so
chown root:root  $1/usr/lib/xtables/libxt_helper.so
chmod 755  $1/usr/lib/xtables/libxt_helper.so
chown root:root  $1/usr/lib/xtables/libxt_ipcomp.so
chmod 755  $1/usr/lib/xtables/libxt_ipcomp.so
chown root:root  $1/usr/lib/xtables/libxt_iprange.so
chmod 755  $1/usr/lib/xtables/libxt_iprange.so
chown root:root  $1/usr/lib/xtables/libxt_ipvs.so
chmod 755  $1/usr/lib/xtables/libxt_ipvs.so
chown root:root  $1/usr/lib/xtables/libxt_length.so
chmod 755  $1/usr/lib/xtables/libxt_length.so
chown root:root  $1/usr/lib/xtables/libxt_limit.so
chmod 755  $1/usr/lib/xtables/libxt_limit.so
chown root:root  $1/usr/lib/xtables/libxt_mac.so
chmod 755  $1/usr/lib/xtables/libxt_mac.so
chown root:root  $1/usr/lib/xtables/libxt_mark.so
chmod 755  $1/usr/lib/xtables/libxt_mark.so
chown root:root  $1/usr/lib/xtables/libxt_multiport.so
chmod 755  $1/usr/lib/xtables/libxt_multiport.so
chown root:root  $1/usr/lib/xtables/libxt_nfacct.so
chmod 755  $1/usr/lib/xtables/libxt_nfacct.so
chown root:root  $1/usr/lib/xtables/libxt_osf.so
chmod 755  $1/usr/lib/xtables/libxt_osf.so
chown root:root  $1/usr/lib/xtables/libxt_owner.so
chmod 755  $1/usr/lib/xtables/libxt_owner.so
chown root:root  $1/usr/lib/xtables/libxt_physdev.so
chmod 755  $1/usr/lib/xtables/libxt_physdev.so
chown root:root  $1/usr/lib/xtables/libxt_pkttype.so
chmod 755  $1/usr/lib/xtables/libxt_pkttype.so
chown root:root  $1/usr/lib/xtables/libxt_policy.so
chmod 755  $1/usr/lib/xtables/libxt_policy.so
chown root:root  $1/usr/lib/xtables/libxt_quota.so
chmod 755  $1/usr/lib/xtables/libxt_quota.so
chown root:root  $1/usr/lib/xtables/libxt_rateest.so
chmod 755  $1/usr/lib/xtables/libxt_rateest.so
chown root:root  $1/usr/lib/xtables/libxt_recent.so
chmod 755  $1/usr/lib/xtables/libxt_recent.so
chown root:root  $1/usr/lib/xtables/libxt_rpfilter.so
chmod 755  $1/usr/lib/xtables/libxt_rpfilter.so
chown root:root  $1/usr/lib/xtables/libxt_sctp.so
chmod 755  $1/usr/lib/xtables/libxt_sctp.so
chown root:root  $1/usr/lib/xtables/libxt_set.so
chmod 755  $1/usr/lib/xtables/libxt_set.so
chown root:root  $1/usr/lib/xtables/libxt_socket.so
chmod 755  $1/usr/lib/xtables/libxt_socket.so
chown root:root  $1/usr/lib/xtables/libxt_standard.so
chmod 755  $1/usr/lib/xtables/libxt_standard.so
chown root:root  $1/usr/lib/xtables/libxt_statistic.so
chmod 755  $1/usr/lib/xtables/libxt_statistic.so
chown root:root  $1/usr/lib/xtables/libxt_string.so
chmod 755  $1/usr/lib/xtables/libxt_string.so
chown root:root  $1/usr/lib/xtables/libxt_tcp.so
chmod 755  $1/usr/lib/xtables/libxt_tcp.so
chown root:root  $1/usr/lib/xtables/libxt_tcpmss.so
chmod 755  $1/usr/lib/xtables/libxt_tcpmss.so
chown root:root  $1/usr/lib/xtables/libxt_time.so
chmod 755  $1/usr/lib/xtables/libxt_time.so
chown root:root  $1/usr/lib/xtables/libxt_tos.so
chmod 755  $1/usr/lib/xtables/libxt_tos.so
chown root:root  $1/usr/lib/xtables/libxt_u32.so
chmod 755  $1/usr/lib/xtables/libxt_u32.so
chown root:root  $1/usr/lib/xtables/libxt_udp.so
chmod 755  $1/usr/lib/xtables/libxt_udp.so
chown root:root  $1/usr/lib/xtables/libipt_CLUSTERIP.so
chmod 755  $1/usr/lib/xtables/libipt_CLUSTERIP.so
chown root:root  $1/usr/lib/xtables/libipt_DNAT.so
chmod 755  $1/usr/lib/xtables/libipt_DNAT.so
chown root:root  $1/usr/lib/xtables/libipt_ECN.so
chmod 755  $1/usr/lib/xtables/libipt_ECN.so
chown root:root  $1/usr/lib/xtables/libipt_LOG.so
chmod 755  $1/usr/lib/xtables/libipt_LOG.so
chown root:root  $1/usr/lib/xtables/libipt_MASQUERADE.so
chmod 755  $1/usr/lib/xtables/libipt_MASQUERADE.so
chown root:root  $1/usr/lib/xtables/libipt_NETMAP.so
chmod 755  $1/usr/lib/xtables/libipt_NETMAP.so
chown root:root  $1/usr/lib/xtables/libipt_REDIRECT.so
chmod 755  $1/usr/lib/xtables/libipt_REDIRECT.so
chown root:root  $1/usr/lib/xtables/libipt_REJECT.so
chmod 755  $1/usr/lib/xtables/libipt_REJECT.so
chown root:root  $1/usr/lib/xtables/libipt_SNAT.so
chmod 755  $1/usr/lib/xtables/libipt_SNAT.so
chown root:root  $1/usr/lib/xtables/libipt_TTL.so
chmod 755  $1/usr/lib/xtables/libipt_TTL.so
chown root:root  $1/usr/lib/xtables/libipt_ULOG.so
chmod 755  $1/usr/lib/xtables/libipt_ULOG.so
chown root:root  $1/usr/lib/xtables/libipt_ah.so
chmod 755  $1/usr/lib/xtables/libipt_ah.so
chown root:root  $1/usr/lib/xtables/libipt_icmp.so
chmod 755  $1/usr/lib/xtables/libipt_icmp.so
chown root:root  $1/usr/lib/xtables/libipt_realm.so
chmod 755  $1/usr/lib/xtables/libipt_realm.so
chown root:root  $1/usr/lib/xtables/libipt_ttl.so
chmod 755  $1/usr/lib/xtables/libipt_ttl.so
chown root:root  $1/usr/lib/xtables/libip6t_DNAT.so
chmod 755  $1/usr/lib/xtables/libip6t_DNAT.so
chown root:root  $1/usr/lib/xtables/libip6t_DNPT.so
chmod 755  $1/usr/lib/xtables/libip6t_DNPT.so
chown root:root  $1/usr/lib/xtables/libip6t_HL.so
chmod 755  $1/usr/lib/xtables/libip6t_HL.so
chown root:root  $1/usr/lib/xtables/libip6t_LOG.so
chmod 755  $1/usr/lib/xtables/libip6t_LOG.so
chown root:root  $1/usr/lib/xtables/libip6t_MASQUERADE.so
chmod 755  $1/usr/lib/xtables/libip6t_MASQUERADE.so
chown root:root  $1/usr/lib/xtables/libip6t_NETMAP.so
chmod 755  $1/usr/lib/xtables/libip6t_NETMAP.so
chown root:root  $1/usr/lib/xtables/libip6t_REDIRECT.so
chmod 755  $1/usr/lib/xtables/libip6t_REDIRECT.so
chown root:root  $1/usr/lib/xtables/libip6t_REJECT.so
chmod 755  $1/usr/lib/xtables/libip6t_REJECT.so
chown root:root  $1/usr/lib/xtables/libip6t_SNAT.so
chmod 755  $1/usr/lib/xtables/libip6t_SNAT.so
chown root:root  $1/usr/lib/xtables/libip6t_SNPT.so
chmod 755  $1/usr/lib/xtables/libip6t_SNPT.so
chown root:root  $1/usr/lib/xtables/libip6t_ah.so
chmod 755  $1/usr/lib/xtables/libip6t_ah.so
chown root:root  $1/usr/lib/xtables/libip6t_dst.so
chmod 755  $1/usr/lib/xtables/libip6t_dst.so
chown root:root  $1/usr/lib/xtables/libip6t_eui64.so
chmod 755  $1/usr/lib/xtables/libip6t_eui64.so
chown root:root  $1/usr/lib/xtables/libip6t_frag.so
chmod 755  $1/usr/lib/xtables/libip6t_frag.so
chown root:root  $1/usr/lib/xtables/libip6t_hbh.so
chmod 755  $1/usr/lib/xtables/libip6t_hbh.so
chown root:root  $1/usr/lib/xtables/libip6t_hl.so
chmod 755  $1/usr/lib/xtables/libip6t_hl.so
chown root:root  $1/usr/lib/xtables/libip6t_icmp6.so
chmod 755  $1/usr/lib/xtables/libip6t_icmp6.so
chown root:root  $1/usr/lib/xtables/libip6t_ipv6header.so
chmod 755  $1/usr/lib/xtables/libip6t_ipv6header.so
chown root:root  $1/usr/lib/xtables/libip6t_mh.so
chmod 755  $1/usr/lib/xtables/libip6t_mh.so
chown root:root  $1/usr/lib/xtables/libip6t_rt.so
chmod 755  $1/usr/lib/xtables/libip6t_rt.so
chown root:root  $1/usr/lib/xtables/libip6t_srh.so
chmod 755  $1/usr/lib/xtables/libip6t_srh.so
chown root:root  $1/usr/lib/tc/m_xt.so
chmod 755  $1/usr/lib/tc/m_xt.so
chown root:root  $1/usr/lib/tc/normal.dist
chmod 644  $1/usr/lib/tc/normal.dist
chown root:root  $1/usr/lib/tc/pareto.dist
chmod 644  $1/usr/lib/tc/pareto.dist
chown root:root  $1/usr/lib/tc/paretonormal.dist
chmod 644  $1/usr/lib/tc/paretonormal.dist
chown root:root  $1/usr/lib/tc/experimental.dist
chmod 644  $1/usr/lib/tc/experimental.dist
chown root:root  $1/usr/lib/libprocps.so.7.1.0
chmod 755  $1/usr/lib/libprocps.so.7.1.0
chown root:root  $1/usr/lib/libsyslog.so.0.0.0
chmod 755  $1/usr/lib/libsyslog.so.0.0.0
chown root:root  $1/usr/lib/libglib-2.0.so.0.6600.8
chmod 755  $1/usr/lib/libglib-2.0.so.0.6600.8
chown root:root  $1/usr/lib/libgobject-2.0.so.0.6600.8
chmod 755  $1/usr/lib/libgobject-2.0.so.0.6600.8
chown root:root  $1/usr/lib/libgthread-2.0.so.0.6600.8
chmod 755  $1/usr/lib/libgthread-2.0.so.0.6600.8
chown root:root  $1/usr/lib/libgmodule-2.0.so.0.6600.8
chmod 755  $1/usr/lib/libgmodule-2.0.so.0.6600.8
chown root:root  $1/usr/lib/libgio-2.0.so.0.6600.8
chmod 755  $1/usr/lib/libgio-2.0.so.0.6600.8
chown root:root  $1/usr/lib/libevent-2.1.so.7.0.1
chmod 755  $1/usr/lib/libevent-2.1.so.7.0.1
chown root:root  $1/usr/lib/libevent_core-2.1.so.7.0.1
chmod 755  $1/usr/lib/libevent_core-2.1.so.7.0.1
chown root:root  $1/usr/lib/libevent_extra-2.1.so.7.0.1
chmod 755  $1/usr/lib/libevent_extra-2.1.so.7.0.1
chown root:root  $1/usr/lib/libevent_pthreads-2.1.so.7.0.1
chmod 755  $1/usr/lib/libevent_pthreads-2.1.so.7.0.1
chown root:root  $1/usr/lib/libevent_openssl-2.1.so.7.0.1
chmod 755  $1/usr/lib/libevent_openssl-2.1.so.7.0.1
chown root:root  $1/usr/lib/libpcap.so.1.10.0
chmod 755  $1/usr/lib/libpcap.so.1.10.0
chown root:root  $1/usr/lib/lighttpd/mod_flv_streaming.so
chmod 755  $1/usr/lib/lighttpd/mod_flv_streaming.so
chown root:root  $1/usr/lib/lighttpd/mod_evasive.so
chmod 755  $1/usr/lib/lighttpd/mod_evasive.so
chown root:root  $1/usr/lib/lighttpd/mod_webdav.so
chmod 755  $1/usr/lib/lighttpd/mod_webdav.so
chown root:root  $1/usr/lib/lighttpd/mod_vhostdb.so
chmod 755  $1/usr/lib/lighttpd/mod_vhostdb.so
chown root:root  $1/usr/lib/lighttpd/mod_cgi.so
chmod 755  $1/usr/lib/lighttpd/mod_cgi.so
chown root:root  $1/usr/lib/lighttpd/mod_scgi.so
chmod 755  $1/usr/lib/lighttpd/mod_scgi.so
chown root:root  $1/usr/lib/lighttpd/mod_staticfile.so
chmod 755  $1/usr/lib/lighttpd/mod_staticfile.so
chown root:root  $1/usr/lib/lighttpd/mod_dirlisting.so
chmod 755  $1/usr/lib/lighttpd/mod_dirlisting.so
chown root:root  $1/usr/lib/lighttpd/mod_indexfile.so
chmod 755  $1/usr/lib/lighttpd/mod_indexfile.so
chown root:root  $1/usr/lib/lighttpd/mod_setenv.so
chmod 755  $1/usr/lib/lighttpd/mod_setenv.so
chown root:root  $1/usr/lib/lighttpd/mod_alias.so
chmod 755  $1/usr/lib/lighttpd/mod_alias.so
chown root:root  $1/usr/lib/lighttpd/mod_userdir.so
chmod 755  $1/usr/lib/lighttpd/mod_userdir.so
chown root:root  $1/usr/lib/lighttpd/mod_rrdtool.so
chmod 755  $1/usr/lib/lighttpd/mod_rrdtool.so
chown root:root  $1/usr/lib/lighttpd/mod_usertrack.so
chmod 755  $1/usr/lib/lighttpd/mod_usertrack.so
chown root:root  $1/usr/lib/lighttpd/mod_proxy.so
chmod 755  $1/usr/lib/lighttpd/mod_proxy.so
chown root:root  $1/usr/lib/lighttpd/mod_sockproxy.so
chmod 755  $1/usr/lib/lighttpd/mod_sockproxy.so
chown root:root  $1/usr/lib/lighttpd/mod_ssi.so
chmod 755  $1/usr/lib/lighttpd/mod_ssi.so
chown root:root  $1/usr/lib/lighttpd/mod_secdownload.so
chmod 755  $1/usr/lib/lighttpd/mod_secdownload.so
chown root:root  $1/usr/lib/lighttpd/mod_expire.so
chmod 755  $1/usr/lib/lighttpd/mod_expire.so
chown root:root  $1/usr/lib/lighttpd/mod_evhost.so
chmod 755  $1/usr/lib/lighttpd/mod_evhost.so
chown root:root  $1/usr/lib/lighttpd/mod_simple_vhost.so
chmod 755  $1/usr/lib/lighttpd/mod_simple_vhost.so
chown root:root  $1/usr/lib/lighttpd/mod_fastcgi.so
chmod 755  $1/usr/lib/lighttpd/mod_fastcgi.so
chown root:root  $1/usr/lib/lighttpd/mod_extforward.so
chmod 755  $1/usr/lib/lighttpd/mod_extforward.so
chown root:root  $1/usr/lib/lighttpd/mod_access.so
chmod 755  $1/usr/lib/lighttpd/mod_access.so
chown root:root  $1/usr/lib/lighttpd/mod_deflate.so
chmod 755  $1/usr/lib/lighttpd/mod_deflate.so
chown root:root  $1/usr/lib/lighttpd/mod_auth.so
chmod 755  $1/usr/lib/lighttpd/mod_auth.so
chown root:root  $1/usr/lib/lighttpd/mod_authn_file.so
chmod 755  $1/usr/lib/lighttpd/mod_authn_file.so
chown root:root  $1/usr/lib/lighttpd/mod_openssl.so
chmod 755  $1/usr/lib/lighttpd/mod_openssl.so
chown root:root  $1/usr/lib/lighttpd/mod_rewrite.so
chmod 755  $1/usr/lib/lighttpd/mod_rewrite.so
chown root:root  $1/usr/lib/lighttpd/mod_redirect.so
chmod 755  $1/usr/lib/lighttpd/mod_redirect.so
chown root:root  $1/usr/lib/lighttpd/mod_status.so
chmod 755  $1/usr/lib/lighttpd/mod_status.so
chown root:root  $1/usr/lib/lighttpd/mod_accesslog.so
chmod 755  $1/usr/lib/lighttpd/mod_accesslog.so
chown root:root  $1/usr/lib/lighttpd/mod_uploadprogress.so
chmod 755  $1/usr/lib/lighttpd/mod_uploadprogress.so
chown root:root  $1/usr/lib/lighttpd/mod_wstunnel.so
chmod 755  $1/usr/lib/lighttpd/mod_wstunnel.so
chown root:root  $1/usr/lib/libpopt.so.0.0.1
chmod 755  $1/usr/lib/libpopt.so.0.0.1
chown root:root  $1/usr/lib/libmpdec.so.2.5.0
chmod 755  $1/usr/lib/libmpdec.so.2.5.0
chown root:root  $1/usr/lib/libmpdec++.so.2.5.0
chmod 755  $1/usr/lib/libmpdec++.so.2.5.0
chown root:root  $1/usr/lib/libthrift.so.0.14.1
chmod 755  $1/usr/lib/libthrift.so.0.14.1
chown root:root  $1/usr/lib/libthriftnb.so.0.14.1
chmod 755  $1/usr/lib/libthriftnb.so.0.14.1
chown root:root  $1/usr/lib/libthriftz.so.0.14.1
chmod 755  $1/usr/lib/libthriftz.so.0.14.1
chown root:root  $1/usr/lib/libthrift_c_glib.so.0.14.1
chmod 755  $1/usr/lib/libthrift_c_glib.so.0.14.1
chown root:root  $1/usr/lib/libfru.so.1.0
chmod 755  $1/usr/lib/libfru.so.1.0
chown root:root  $1/usr/lib/libgpio.so.1.0.1
chmod 755  $1/usr/lib/libgpio.so.1.0.1
chown root:root  $1/usr/lib/libpergpio.so.1.0
chmod 755  $1/usr/lib/libpergpio.so.1.0
chown root:root  $1/usr/lib/libplatformid.so.1.0
chmod 755  $1/usr/lib/libplatformid.so.1.0
chown root:root  $1/usr/lib/libpwmtach.so.1.0
chmod 755  $1/usr/lib/libpwmtach.so.1.0
chown root:root  $1/usr/lib/libhal_interface.so.1.0
chmod 755  $1/usr/lib/libhal_interface.so.1.0
chown root:root  $1/usr/lib/libhal.so.1.0
chmod 755  $1/usr/lib/libhal.so.1.0
chown root:root  $1/usr/lib/libhal_sp_adcifc.so.1.0
chmod 755  $1/usr/lib/libhal_sp_adcifc.so.1.0
chown root:root  $1/usr/lib/libhal_sp_platformidifc.so.1.0
chmod 755  $1/usr/lib/libhal_sp_platformidifc.so.1.0
chown root:root  $1/usr/lib/libhal_sp_fanifc.so.1.0
chmod 755  $1/usr/lib/libhal_sp_fanifc.so.1.0
chown root:root  $1/usr/lib/libhal_sp_gpioifc.so.1.0
chmod 755  $1/usr/lib/libhal_sp_gpioifc.so.1.0
chown root:root  $1/usr/lib/libhal_sp_ledifc.so.1.0
chmod 755  $1/usr/lib/libhal_sp_ledifc.so.1.0
chown root:root  $1/usr/lib/libhal_sp_batifc.so.1.0
chmod 755  $1/usr/lib/libhal_sp_batifc.so.1.0
chown root:root  $1/usr/lib/libhal_sp_i2cifc.so.1.0
chmod 755  $1/usr/lib/libhal_sp_i2cifc.so.1.0
chown root:root  $1/usr/lib/libhal_sp_enetswitchifc.so.1.0
chmod 755  $1/usr/lib/libhal_sp_enetswitchifc.so.1.0
chown root:root  $1/usr/lib/libhal_sp_pcieswitchifc.so.1.0
chmod 755  $1/usr/lib/libhal_sp_pcieswitchifc.so.1.0
chown root:root  $1/usr/lib/libhal_sp_kcsifc.so.1.0
chmod 755  $1/usr/lib/libhal_sp_kcsifc.so.1.0
chown root:root  $1/usr/lib/libhal_sp_btifc.so.1.0
chmod 755  $1/usr/lib/libhal_sp_btifc.so.1.0
chown root:root  $1/usr/lib/libhal_sp_supportfpgaifc.so.1.0
chmod 755  $1/usr/lib/libhal_sp_supportfpgaifc.so.1.0
chown root:root  $1/usr/lib/libhal_sp_seqcpldifc.so.1.0
chmod 755  $1/usr/lib/libhal_sp_seqcpldifc.so.1.0
chown root:root  $1/usr/lib/libhal_sp_agentliteifc.so.1.0
chmod 755  $1/usr/lib/libhal_sp_agentliteifc.so.1.0
chown root:root  $1/usr/lib/libhal_sp_hsamifc.so.1.0
chmod 755  $1/usr/lib/libhal_sp_hsamifc.so.1.0
chown root:root  $1/usr/lib/libhal_sp_eneteepromifc.so.1.0
chmod 755  $1/usr/lib/libhal_sp_eneteepromifc.so.1.0
chown root:root  $1/usr/lib/libhal_sp_jtagifc.so.1.0
chmod 755  $1/usr/lib/libhal_sp_jtagifc.so.1.0
chown root:root  $1/usr/lib/libhal_sp_ebodcpldifc.so.1.0
chmod 755  $1/usr/lib/libhal_sp_ebodcpldifc.so.1.0
chown root:root  $1/usr/lib/libhal_sp_pergpioifc.so.1.0
chmod 755  $1/usr/lib/libhal_sp_pergpioifc.so.1.0
chown root:root  $1/usr/lib/libadc.so.1.0.1
chmod 755  $1/usr/lib/libadc.so.1.0.1
chown root:root  $1/usr/lib/libagentlite.so.1.0.1
chmod 755  $1/usr/lib/libagentlite.so.1.0.1
chown root:root  $1/usr/lib/libbattery.so.1.0
chmod 755  $1/usr/lib/libbattery.so.1.0
chown root:root  $1/usr/lib/libbt.so.1.0.1
chmod 755  $1/usr/lib/libbt.so.1.0.1
chown root:root  $1/usr/lib/libebodcpld.so.1.0.1
chmod 755  $1/usr/lib/libebodcpld.so.1.0.1
chown root:root  $1/usr/lib/libi2c.so.1.0
chmod 755  $1/usr/lib/libi2c.so.1.0
chown root:root  $1/usr/lib/libenetswitch.so.1.0
chmod 755  $1/usr/lib/libenetswitch.so.1.0
chown root:root  $1/usr/lib/libeneteeprom.so.1.0
chmod 755  $1/usr/lib/libeneteeprom.so.1.0
chown root:root  $1/usr/lib/libled.so.1.0.1
chmod 755  $1/usr/lib/libled.so.1.0.1
chown root:root  $1/usr/lib/libseqcpld.so.1.0.1
chmod 755  $1/usr/lib/libseqcpld.so.1.0.1
chown root:root  $1/usr/lib/libsupportfpga.so.1.0.1
chmod 755  $1/usr/lib/libsupportfpga.so.1.0.1
chown root:root  $1/usr/lib/libenvcmd.so.1.0
chmod 755  $1/usr/lib/libenvcmd.so.1.0
chown root:root  $1/usr/lib/libhsam.so.1.0
chmod 755  $1/usr/lib/libhsam.so.1.0
chown root:root  $1/usr/lib/libpeci.so
chmod 755  $1/usr/lib/libpeci.so
chown root:root  $1/usr/lib/libkcs.so.1.0.1
chmod 755  $1/usr/lib/libkcs.so.1.0.1
chown root:root  $1/usr/lib/libwatchdog.so.1.0
chmod 755  $1/usr/lib/libwatchdog.so.1.0
chown root:root  $1/usr/lib/libfanctrl.so.1.0
chmod 755  $1/usr/lib/libfanctrl.so.1.0
chown root:root  $1/usr/lib/libpersonality.so.1.0
chmod 755  $1/usr/lib/libpersonality.so.1.0
chown root:root  $1/usr/lib/libreset.so.1.0.1
chmod 755  $1/usr/lib/libreset.so.1.0.1
chown root:root  $1/usr/lib/libsharedmem.so.1.0
chmod 755  $1/usr/lib/libsharedmem.so.1.0
chown root:root  $1/usr/lib/libenvdev.so.1.0
chmod 755  $1/usr/lib/libenvdev.so.1.0
chown root:root  $1/usr/lib/libfruprog.so.1.0
chmod 755  $1/usr/lib/libfruprog.so.1.0
chown root:root  $1/usr/lib/libjtag.so.1.0.1
chmod 755  $1/usr/lib/libjtag.so.1.0.1
chown root:root  $1/usr/lib/libloopback.so.1.0
chmod 755  $1/usr/lib/libloopback.so.1.0
chown root:root  $1/usr/lib/libmdcio.so.1.0.1
chmod 755  $1/usr/lib/libmdcio.so.1.0.1
chown root:root  $1/usr/lib/libmmap.so.1.0
chmod 755  $1/usr/lib/libmmap.so.1.0
chown root:root  $1/usr/lib/libpcieswitch.so.1.0
chmod 755  $1/usr/lib/libpcieswitch.so.1.0
chown root:root  $1/usr/lib/librlmstats.so.1.0
chmod 755  $1/usr/lib/librlmstats.so.1.0
chown root:root  $1/usr/lib/libseldecoder.so.1.0
chmod 755  $1/usr/lib/libseldecoder.so.1.0
chown root:root  $1/usr/lib/libsmtp.so.1.0
chmod 755  $1/usr/lib/libsmtp.so.1.0
chown root:root  $1/usr/lib/libuserm.so.1.0
chmod 755  $1/usr/lib/libuserm.so.1.0
chown root:root  $1/usr/lib/libwd.so.1.0
chmod 755  $1/usr/lib/libwd.so.1.0
chown root:root  $1/usr/lib/libspregex.so.1.0
chmod 755  $1/usr/lib/libspregex.so.1.0
chown root:root  $1/usr/lib/libsslmgmt.so.1.0
chmod 755  $1/usr/lib/libsslmgmt.so.1.0
chown root:root  $1/usr/sbin/crond
chmod 700  $1/usr/sbin/crond
chown root:root  $1/usr/sbin/readprofile
chmod 755  $1/usr/sbin/readprofile
chown root:root  $1/usr/sbin/ldattach
chmod 755  $1/usr/sbin/ldattach
chown root:root  $1/usr/sbin/rtcwake
chmod 755  $1/usr/sbin/rtcwake
chown root:root  $1/usr/sbin/i2c-stub-from-dump
chmod 755  $1/usr/sbin/i2c-stub-from-dump
chown root:root  $1/usr/sbin/i2cdetect
chmod 755  $1/usr/sbin/i2cdetect
chown root:root  $1/usr/sbin/eeprog
chmod 755  $1/usr/sbin/eeprog
chown root:root  $1/usr/sbin/i2cdump
chmod 755  $1/usr/sbin/i2cdump
chown root:root  $1/usr/sbin/i2cset
chmod 755  $1/usr/sbin/i2cset
chown root:root  $1/usr/sbin/i2cget
chmod 755  $1/usr/sbin/i2cget
chown root:root  $1/usr/sbin/i2ctransfer
chmod 755  $1/usr/sbin/i2ctransfer
chown root:root  $1/usr/sbin/iptables-apply
chmod 755  $1/usr/sbin/iptables-apply
chown root:root  $1/usr/sbin/xtables-legacy-multi
chmod 755  $1/usr/sbin/xtables-legacy-multi
chown root:root  $1/usr/sbin/flashcp
chmod 4755  $1/usr/sbin/flashcp
chown root:root  $1/usr/sbin/flash_erase
chmod 4755  $1/usr/sbin/flash_erase
chown root:root  $1/usr/sbin/flash_lock
chmod 755  $1/usr/sbin/flash_lock
chown root:root  $1/usr/sbin/flash_unlock
chmod 755  $1/usr/sbin/flash_unlock
chown root:root  $1/usr/sbin/nandwrite
chmod 755  $1/usr/sbin/nandwrite
chown root:root  $1/usr/sbin/mtdinfo
chmod 755  $1/usr/sbin/mtdinfo
chown root:root  $1/usr/sbin/sysctl
chmod 755  $1/usr/sbin/sysctl
chown root:root  $1/usr/sbin/ethtool
chmod 755  $1/usr/sbin/ethtool
chown root:root  $1/usr/sbin/irqbalance
chmod 755  $1/usr/sbin/irqbalance
chown root:root  $1/usr/sbin/lighttpd
chmod 755  $1/usr/sbin/lighttpd
chown root:root  $1/usr/sbin/lighttpd-angel
chmod 755  $1/usr/sbin/lighttpd-angel
chown root:root  $1/usr/sbin/logrotate
chmod 755  $1/usr/sbin/logrotate
chown root:root  $1/usr/sbin/fw_printenv
chmod 755  $1/usr/sbin/fw_printenv
chown root:root  $1/usr/sbin/ipmievd
chmod 755  $1/usr/sbin/ipmievd
chown root:root  $1/usr/sbin/sshd
chmod 755  $1/usr/sbin/sshd
chown root:root  $1/usr/share/misc/magic.mgc
chmod 644  $1/usr/share/misc/magic.mgc
chown root:root  $1/usr/share/terminfo/a/ansi
chmod 644  $1/usr/share/terminfo/a/ansi
chown root:root  $1/usr/share/terminfo/d/dumb
chmod 644  $1/usr/share/terminfo/d/dumb
chown root:root  $1/usr/share/terminfo/l/linux
chmod 644  $1/usr/share/terminfo/l/linux
chown root:root  $1/usr/share/terminfo/p/putty
chmod 644  $1/usr/share/terminfo/p/putty
chown root:root  $1/usr/share/terminfo/p/putty-256color
chmod 644  $1/usr/share/terminfo/p/putty-256color
chown root:root  $1/usr/share/terminfo/p/putty-vt100
chmod 644  $1/usr/share/terminfo/p/putty-vt100
chown root:root  $1/usr/share/terminfo/s/screen
chmod 644  $1/usr/share/terminfo/s/screen
chown root:root  $1/usr/share/terminfo/s/screen-256color
chmod 644  $1/usr/share/terminfo/s/screen-256color
chown root:root  $1/usr/share/terminfo/v/vt100
chmod 644  $1/usr/share/terminfo/v/vt100
chown root:root  $1/usr/share/terminfo/v/vt100-putty
chmod 644  $1/usr/share/terminfo/v/vt100-putty
chown root:root  $1/usr/share/terminfo/v/vt102
chmod 644  $1/usr/share/terminfo/v/vt102
chown root:root  $1/usr/share/terminfo/v/vt200
chmod 644  $1/usr/share/terminfo/v/vt200
chown root:root  $1/usr/share/terminfo/v/vt220
chmod 644  $1/usr/share/terminfo/v/vt220
chown root:root  $1/usr/share/terminfo/x/xterm
chmod 644  $1/usr/share/terminfo/x/xterm
chown root:root  $1/usr/share/terminfo/x/xterm+256color
chmod 644  $1/usr/share/terminfo/x/xterm+256color
chown root:root  $1/usr/share/terminfo/x/xterm-256color
chmod 644  $1/usr/share/terminfo/x/xterm-256color
chown root:root  $1/usr/share/terminfo/x/xterm-color
chmod 644  $1/usr/share/terminfo/x/xterm-color
chown root:root  $1/usr/share/terminfo/x/xterm-xfree86
chmod 644  $1/usr/share/terminfo/x/xterm-xfree86
chown root:root  $1/usr/share/et/et_c.awk
chmod 644  $1/usr/share/et/et_c.awk
chown root:root  $1/usr/share/et/et_h.awk
chmod 644  $1/usr/share/et/et_h.awk
chown root:root  $1/usr/share/ss/ct_c.awk
chmod 644  $1/usr/share/ss/ct_c.awk
chown root:root  $1/usr/share/ss/ct_c.sed
chmod 644  $1/usr/share/ss/ct_c.sed
chown root:root  $1/usr/share/awk/passwd.awk
chmod 644  $1/usr/share/awk/passwd.awk
chown root:root  $1/usr/share/awk/group.awk
chmod 644  $1/usr/share/awk/group.awk
chown root:root  $1/usr/share/awk/assert.awk
chmod 644  $1/usr/share/awk/assert.awk
chown root:root  $1/usr/share/awk/bits2str.awk
chmod 644  $1/usr/share/awk/bits2str.awk
chown root:root  $1/usr/share/awk/cliff_rand.awk
chmod 644  $1/usr/share/awk/cliff_rand.awk
chown root:root  $1/usr/share/awk/ctime.awk
chmod 644  $1/usr/share/awk/ctime.awk
chown root:root  $1/usr/share/awk/ftrans.awk
chmod 644  $1/usr/share/awk/ftrans.awk
chown root:root  $1/usr/share/awk/getopt.awk
chmod 644  $1/usr/share/awk/getopt.awk
chown root:root  $1/usr/share/awk/gettime.awk
chmod 644  $1/usr/share/awk/gettime.awk
chown root:root  $1/usr/share/awk/have_mpfr.awk
chmod 644  $1/usr/share/awk/have_mpfr.awk
chown root:root  $1/usr/share/awk/inplace.awk
chmod 644  $1/usr/share/awk/inplace.awk
chown root:root  $1/usr/share/awk/intdiv0.awk
chmod 644  $1/usr/share/awk/intdiv0.awk
chown root:root  $1/usr/share/awk/join.awk
chmod 644  $1/usr/share/awk/join.awk
chown root:root  $1/usr/share/awk/libintl.awk
chmod 644  $1/usr/share/awk/libintl.awk
chown root:root  $1/usr/share/awk/noassign.awk
chmod 644  $1/usr/share/awk/noassign.awk
chown root:root  $1/usr/share/awk/ns_passwd.awk
chmod 644  $1/usr/share/awk/ns_passwd.awk
chown root:root  $1/usr/share/awk/ord.awk
chmod 644  $1/usr/share/awk/ord.awk
chown root:root  $1/usr/share/awk/processarray.awk
chmod 644  $1/usr/share/awk/processarray.awk
chown root:root  $1/usr/share/awk/quicksort.awk
chmod 644  $1/usr/share/awk/quicksort.awk
chown root:root  $1/usr/share/awk/readable.awk
chmod 644  $1/usr/share/awk/readable.awk
chown root:root  $1/usr/share/awk/readfile.awk
chmod 644  $1/usr/share/awk/readfile.awk
chown root:root  $1/usr/share/awk/rewind.awk
chmod 644  $1/usr/share/awk/rewind.awk
chown root:root  $1/usr/share/awk/round.awk
chmod 644  $1/usr/share/awk/round.awk
chown root:root  $1/usr/share/awk/shellquote.awk
chmod 644  $1/usr/share/awk/shellquote.awk
chown root:root  $1/usr/share/awk/strtonum.awk
chmod 644  $1/usr/share/awk/strtonum.awk
chown root:root  $1/usr/share/awk/walkarray.awk
chmod 644  $1/usr/share/awk/walkarray.awk
chown root:root  $1/usr/share/awk/zerofile.awk
chmod 644  $1/usr/share/awk/zerofile.awk
chown root:root  $1/usr/share/udhcpc/default.script
chmod 755  $1/usr/share/udhcpc/default.script
chown root:root  $1/usr/share/dhcpcd/hooks/10-wpa_supplicant
chmod 444  $1/usr/share/dhcpcd/hooks/10-wpa_supplicant
chown root:root  $1/usr/share/dhcpcd/hooks/15-timezone
chmod 444  $1/usr/share/dhcpcd/hooks/15-timezone
chown root:root  $1/usr/share/dhcpcd/hooks/29-lookup-hostname
chmod 444  $1/usr/share/dhcpcd/hooks/29-lookup-hostname
chown root:root  $1/usr/share/glib-2.0/valgrind/glib.supp
chmod 644  $1/usr/share/glib-2.0/valgrind/glib.supp
chown root:root  $1/usr/share/gettext/its/gschema.loc
chmod 644  $1/usr/share/gettext/its/gschema.loc
chown root:root  $1/usr/share/gettext/its/gschema.its
chmod 644  $1/usr/share/gettext/its/gschema.its
chown root:root  $1/usr/share/ipmitool/oem_ibm_sel_map
chmod 644  $1/usr/share/ipmitool/oem_ibm_sel_map
chown root:root  $1/usr/libexec/awk/pwcat
chmod 755  $1/usr/libexec/awk/pwcat
chown root:root  $1/usr/libexec/awk/grcat
chmod 755  $1/usr/libexec/awk/grcat
chown root:root  $1/usr/libexec/frcode
chmod 755  $1/usr/libexec/frcode
chown root:root  $1/usr/libexec/sudo/libsudo_util.so.0.0.0
chmod 755  $1/usr/libexec/sudo/libsudo_util.so.0.0.0
chown root:root  $1/usr/libexec/sudo/sudoers.so
chmod 755  $1/usr/libexec/sudo/sudoers.so
chown root:root  $1/usr/local/lib/libami_spx.so
chmod 755  $1/usr/local/lib/libami_spx.so
chown root:root  $1/usr/local/lib/libpeci.so
chmod 755  $1/usr/local/lib/libpeci.so
chown root:root  $1/usr/local/lib/libipmipar.so
chmod 755  $1/usr/local/lib/libipmipar.so
chown root:root  $1/usr/local/lib/ipmi/platform.conf
chmod 755  $1/usr/local/lib/ipmi/platform.conf
chown root:root  $1/usr/local/lib/libipmiparams.so
chmod 755  $1/usr/local/lib/libipmiparams.so
chown root:root  $1/usr/local/lib/libipmipdk.so
chmod 755  $1/usr/local/lib/libipmipdk.so
chown root:root  $1/usr/local/lib/libipmipdkcmds.so
chmod 755  $1/usr/local/lib/libipmipdkcmds.so
chown root:root  $1/usr/local/lib/libipmi.so
chmod 755  $1/usr/local/lib/libipmi.so
chown root:root  $1/usr/local/lib/libipmichassis.so
chmod 755  $1/usr/local/lib/libipmichassis.so
chown root:root  $1/usr/local/lib/libipmipdkapi.so
chmod 755  $1/usr/local/lib/libipmipdkapi.so
chown root:root  $1/usr/local/lib/libipmistack.so
chmod 755  $1/usr/local/lib/libipmistack.so
chown root:root  $1/usr/local/lib/libipmipef.so
chmod 755  $1/usr/local/lib/libipmipef.so
chown root:root  $1/usr/local/lib/libipmitimer.so
chmod 755  $1/usr/local/lib/libipmitimer.so
chown root:root  $1/usr/local/lib/libipmihalapi.so
chmod 755  $1/usr/local/lib/libipmihalapi.so
chown root:root  $1/usr/local/lib/libipmihalhw.so
chmod 755  $1/usr/local/lib/libipmihalhw.so
chown root:root  $1/usr/local/lib/libuserprivilegepdk.so
chmod 755  $1/usr/local/lib/libuserprivilegepdk.so
chown root:root  $1/usr/local/lib/libuserprivilege.so
chmod 755  $1/usr/local/lib/libuserprivilege.so
chown root:root  $1/usr/local/lib/libcomponent_manager.so
chmod 755  $1/usr/local/lib/libcomponent_manager.so
chown root:root  $1/usr/local/lib/libipmimsghndlr.so
chmod 755  $1/usr/local/lib/libipmimsghndlr.so
chown root:root  $1/usr/local/lib/libadvisercfg.so
chmod 755  $1/usr/local/lib/libadvisercfg.so
chown root:root  $1/usr/local/lib/libipmilan.so
chmod 755  $1/usr/local/lib/libipmilan.so
chown root:root  $1/usr/local/lib/libipmiuds.so
chmod 755  $1/usr/local/lib/libipmiuds.so
chown root:root  $1/usr/local/lib/libipmibt.so
chmod 755  $1/usr/local/lib/libipmibt.so
chown root:root  $1/usr/local/lib/libipmikcs.so
chmod 755  $1/usr/local/lib/libipmikcs.so
chown root:root  $1/usr/local/lib/libiniparser.so
chmod 755  $1/usr/local/lib/libiniparser.so
chown root:root  $1/usr/local/lib/libssif.so
chmod 755  $1/usr/local/lib/libssif.so
chown root:root  $1/usr/local/lib/libuartroute.so
chmod 755  $1/usr/local/lib/libuartroute.so
chown root:root  $1/usr/local/lib/libsnoop.so
chmod 755  $1/usr/local/lib/libsnoop.so
chown root:root  $1/usr/local/lib/libpmbus.so
chmod 755  $1/usr/local/lib/libpmbus.so
chown root:root  $1/usr/local/lib/libcpld.so
chmod 755  $1/usr/local/lib/libcpld.so
chown root:root  $1/usr/local/lib/libncsi.so
chmod 755  $1/usr/local/lib/libncsi.so
chown root:root  $1/usr/local/lib/libipmisol.so
chmod 755  $1/usr/local/lib/libipmisol.so
chown root:root  $1/usr/local/lib/libpdkapp.so
chmod 755  $1/usr/local/lib/libpdkapp.so
chown root:root  $1/usr/local/bin/ArpSwitch.sh
chmod 755  $1/usr/local/bin/ArpSwitch.sh
chown root:root  $1/usr/local/bin/IPMIMain
chmod 755  $1/usr/local/bin/IPMIMain
chown root:root  $1/usr/local/bin/adcapp
chmod 755  $1/usr/local/bin/adcapp
chown root:root  $1/usr/local/bin/agentlite
chmod 755  $1/usr/local/bin/agentlite
chown root:root  $1/usr/local/bin/andu_strrtr
chmod 755  $1/usr/local/bin/andu_strrtr
chown root:root  $1/usr/local/bin/asupd
chmod 755  $1/usr/local/bin/asupd
chown root:root  $1/usr/local/bin/batTool
chmod 755  $1/usr/local/bin/batTool
chown root:root  $1/usr/local/bin/bttool
chmod 755  $1/usr/local/bin/bttool
chown root:root  $1/usr/local/bin/cli
chmod 755  $1/usr/local/bin/cli
chown root:root  $1/usr/local/bin/systemshell_login
chmod 755  $1/usr/local/bin/systemshell_login
chown root:root  $1/usr/local/bin/configd
chmod 755  $1/usr/local/bin/configd
chown root:root  $1/usr/local/bin/scr
chmod 755  $1/usr/local/bin/scr
chown root:root  $1/usr/local/bin/dumper
chmod 755  $1/usr/local/bin/dumper
chown root:root  $1/usr/local/bin/consoled_logger
chmod 755  $1/usr/local/bin/consoled_logger
chown root:root  $1/usr/local/bin/cpldprog_altera
chmod 755  $1/usr/local/bin/cpldprog_altera
chown root:root  $1/usr/local/bin/cpldprog_altera_jbi
chmod 755  $1/usr/local/bin/cpldprog_altera_jbi
chown root:root  $1/usr/local/bin/defaulthost
chmod 755  $1/usr/local/bin/defaulthost
chown root:root  $1/usr/local/bin/ebodcpldtool
chmod 755  $1/usr/local/bin/ebodcpldtool
chown root:root  $1/usr/local/bin/env_mgr
chmod 755  $1/usr/local/bin/env_mgr
chown root:root  $1/usr/local/bin/envcmdtool
chmod 755  $1/usr/local/bin/envcmdtool
chown root:root  $1/usr/local/bin/environ
chmod 755  $1/usr/local/bin/environ
chown root:root  $1/usr/local/bin/envtool
chmod 755  $1/usr/local/bin/envtool
chown root:root  $1/usr/local/bin/eventd
chmod 755  $1/usr/local/bin/eventd
chown root:root  $1/usr/local/bin/eventfifod
chmod 755  $1/usr/local/bin/eventfifod
chown root:root  $1/usr/local/bin/execdaemon
chmod 755  $1/usr/local/bin/execdaemon
chown root:root  $1/usr/local/bin/fips_test
chmod 755  $1/usr/local/bin/fips_test
chown root:root  $1/usr/local/bin/oem_ipmi
chmod 4755  $1/usr/local/bin/oem_ipmi
chown root:root  $1/usr/local/bin/ipmifruparser
chmod 755  $1/usr/local/bin/ipmifruparser
chown root:root  $1/usr/local/bin/fruprog
chmod 755  $1/usr/local/bin/fruprog
chown root:root  $1/usr/local/bin/fud_sp
chmod 4755  $1/usr/local/bin/fud_sp
chown root:root  $1/usr/local/bin/fud_eth
chmod 4755  $1/usr/local/bin/fud_eth
chown root:root  $1/usr/local/bin/rlm_gdb
chmod 755  $1/usr/local/bin/rlm_gdb
chown root:root  $1/usr/local/bin/gpiotool
chmod 755  $1/usr/local/bin/gpiotool
chown root:root  $1/usr/local/bin/f2rbeat
chmod 755  $1/usr/local/bin/f2rbeat
chown root:root  $1/usr/local/bin/r2fbeat
chmod 755  $1/usr/local/bin/r2fbeat
chown root:root  $1/usr/local/bin/hsamcmd
chmod 755  $1/usr/local/bin/hsamcmd
chown root:root  $1/usr/local/bin/hsamcomm
chmod 755  $1/usr/local/bin/hsamcomm
chown root:root  $1/usr/local/bin/i2c-test
chmod 755  $1/usr/local/bin/i2c-test
chown root:root  $1/usr/local/bin/ledtool
chmod 755  $1/usr/local/bin/ledtool
chown root:root  $1/usr/local/bin/linkd
chmod 755  $1/usr/local/bin/linkd
chown root:root  $1/usr/local/bin/loopd
chmod 755  $1/usr/local/bin/loopd
chown root:root  $1/usr/local/bin/switch
chmod 755  $1/usr/local/bin/switch
chown root:root  $1/usr/local/bin/notifd
chmod 755  $1/usr/local/bin/notifd
chown root:root  $1/usr/local/bin/notify
chmod 755  $1/usr/local/bin/notify
chown root:root  $1/usr/local/bin/orftp_rcvr
chmod 755  $1/usr/local/bin/orftp_rcvr
chown root:root  $1/usr/local/bin/orftp_sender
chmod 755  $1/usr/local/bin/orftp_sender
chown root:root  $1/usr/local/bin/parallel_programmer
chmod 755  $1/usr/local/bin/parallel_programmer
chown root:root  $1/usr/local/bin/passwd_auth
chmod 755  $1/usr/local/bin/passwd_auth
chown root:root  $1/usr/local/bin/pcieswitch
chmod 755  $1/usr/local/bin/pcieswitch
chown root:root  $1/usr/local/bin/peciapp
chmod 755  $1/usr/local/bin/peciapp
chown root:root  $1/usr/local/bin/pktd_reader
chmod 755  $1/usr/local/bin/pktd_reader
chown root:root  $1/usr/local/bin/pktd_writer
chmod 755  $1/usr/local/bin/pktd_writer
chown root:root  $1/usr/local/bin/platforminfo
chmod 755  $1/usr/local/bin/platforminfo
chown root:root  $1/usr/local/bin/pos_test
chmod 755  $1/usr/local/bin/pos_test
chown root:root  $1/usr/local/bin/process_manager
chmod 755  $1/usr/local/bin/process_manager
chown root:root  $1/usr/local/bin/resource_monitor
chmod 755  $1/usr/local/bin/resource_monitor
chown root:root  $1/usr/local/bin/scratchpad
chmod 755  $1/usr/local/bin/scratchpad
chown root:root  $1/usr/local/bin/sel
chmod 755  $1/usr/local/bin/sel
chown root:root  $1/usr/local/bin/seld
chmod 755  $1/usr/local/bin/seld
chown root:root  $1/usr/local/bin/selpktd
chmod 755  $1/usr/local/bin/selpktd
chown root:root  $1/usr/local/bin/sel_logger
chmod 755  $1/usr/local/bin/sel_logger
chown root:root  $1/usr/local/bin/sel_text_dump
chmod 755  $1/usr/local/bin/sel_text_dump
chown root:root  $1/usr/local/bin/seqcpldtool
chmod 755  $1/usr/local/bin/seqcpldtool
chown root:root  $1/usr/local/bin/spcs
chmod 755  $1/usr/local/bin/spcs
chown root:root  $1/usr/local/bin/splog
chmod 755  $1/usr/local/bin/splog
chown root:root  $1/usr/local/bin/splogd
chmod 755  $1/usr/local/bin/splogd
chown root:root  $1/usr/local/bin/rlm_stats
chmod 755  $1/usr/local/bin/rlm_stats
chown root:root  $1/usr/local/bin/ecc_stats
chmod 755  $1/usr/local/bin/ecc_stats
chown root:root  $1/usr/local/bin/supportfpgatool
chmod 755  $1/usr/local/bin/supportfpgatool
chown root:root  $1/usr/local/bin/swapi_server
chmod 755  $1/usr/local/bin/swapi_server
chown root:root  $1/usr/local/bin/swapi_tester
chmod 755  $1/usr/local/bin/swapi_tester
chown root:root  $1/usr/local/bin/switch_fud
chmod 4755  $1/usr/local/bin/switch_fud
chown root:root  $1/usr/local/bin/switch_autoupdate_cli
chmod 4755  $1/usr/local/bin/switch_autoupdate_cli
chown root:root  $1/usr/local/bin/system_watchdog
chmod 755  $1/usr/local/bin/system_watchdog
chown root:root  $1/usr/local/bin/tfifodump
chmod 755  $1/usr/local/bin/tfifodump
chown root:root  $1/usr/local/bin/tfiforegrd
chmod 755  $1/usr/local/bin/tfiforegrd
chown root:root  $1/usr/local/bin/tfiforegwr
chmod 755  $1/usr/local/bin/tfiforegwr
chown root:root  $1/usr/local/bin/trapd
chmod 755  $1/usr/local/bin/trapd
chown root:root  $1/usr/local/bin/inet_pton
chmod 755  $1/usr/local/bin/inet_pton
chown root:root  $1/usr/local/bin/watcher
chmod 755  $1/usr/local/bin/watcher
chown root:root  $1/usr/local/bin/wipeclean
chmod 4755  $1/usr/local/bin/wipeclean
chown root:root  $1/usr/local/bin/acp_init_expander_thresholds.sh
chmod 755  $1/usr/local/bin/acp_init_expander_thresholds.sh
chown root:root  $1/usr/local/bin/acp_comms_test.sh
chmod 755  $1/usr/local/bin/acp_comms_test.sh
chown root:root  $1/usr/local/bin/create_emmc_partitions.sh
chmod 755  $1/usr/local/bin/create_emmc_partitions.sh
chown root:root  $1/usr/local/bin/agent_state.sh
chmod 755  $1/usr/local/bin/agent_state.sh
chown root:root  $1/usr/local/bin/ausp_misc_logs.sh
chmod 755  $1/usr/local/bin/ausp_misc_logs.sh
chown root:root  $1/usr/local/bin/bbsp.sh
chmod 755  $1/usr/local/bin/bbsp.sh
chown root:root  $1/usr/local/bin/blocked_ip.sh
chmod 755  $1/usr/local/bin/blocked_ip.sh
chown root:root  $1/usr/local/bin/boardrev.sh
chmod 755  $1/usr/local/bin/boardrev.sh
chown root:root  $1/usr/local/bin/burnImage.sh
chmod 755  $1/usr/local/bin/burnImage.sh
chown root:root  $1/usr/local/bin/check_emmc_lifetime.sh
chmod 755  $1/usr/local/bin/check_emmc_lifetime.sh
chown root:root  $1/usr/local/bin/check_fud_pkg_type.sh
chmod 755  $1/usr/local/bin/check_fud_pkg_type.sh
chown root:root  $1/usr/local/bin/check_log_partition.sh
chmod 755  $1/usr/local/bin/check_log_partition.sh
chown root:root  $1/usr/local/bin/clear_fpgaevents.sh
chmod 755  $1/usr/local/bin/clear_fpgaevents.sh
chown root:root  $1/usr/local/bin/clearpage_cache.sh
chmod 755  $1/usr/local/bin/clearpage_cache.sh
chown root:root  $1/usr/local/bin/clrlog.sh
chmod 755  $1/usr/local/bin/clrlog.sh
chown root:root  $1/usr/local/bin/compute_file_diffs
chmod 755  $1/usr/local/bin/compute_file_diffs
chown root:root  $1/usr/local/bin/consolidate_logs.sh
chmod 755  $1/usr/local/bin/consolidate_logs.sh
chown root:root  $1/usr/local/bin/consume_memory.sh
chmod 755  $1/usr/local/bin/consume_memory.sh
chown root:root  $1/usr/local/bin/generate_cpu_information.sh
chmod 755  $1/usr/local/bin/generate_cpu_information.sh
chown root:root  $1/usr/local/bin/debug.sh
chmod 755  $1/usr/local/bin/debug.sh
chown root:root  $1/usr/local/bin/decode_selftest.sh
chmod 755  $1/usr/local/bin/decode_selftest.sh
chown root:root  $1/usr/local/bin/do_acp_show_cmd.sh
chmod 755  $1/usr/local/bin/do_acp_show_cmd.sh
chown root:root  $1/usr/local/bin/dump-i2c-statistics.sh
chmod 755  $1/usr/local/bin/dump-i2c-statistics.sh
chown root:root  $1/usr/local/bin/emmc_update_lib.sh
chmod 4755  $1/usr/local/bin/emmc_update_lib.sh
chown root:root  $1/usr/local/bin/fan_cmds.sh
chmod 755  $1/usr/local/bin/fan_cmds.sh
chown root:root  $1/usr/local/bin/fips_handler.sh
chmod 755  $1/usr/local/bin/fips_handler.sh
chown root:root  $1/usr/local/bin/free_up_space.sh
chmod 755  $1/usr/local/bin/free_up_space.sh
chown root:root  $1/usr/local/bin/gdb_modes.sh
chmod 755  $1/usr/local/bin/gdb_modes.sh
chown root:root  $1/usr/local/bin/get_ip6_router_assigned_addr.sh
chmod 755  $1/usr/local/bin/get_ip6_router_assigned_addr.sh
chown root:root  $1/usr/local/bin/get_ip6_global_addr.sh
chmod 755  $1/usr/local/bin/get_ip6_global_addr.sh
chown root:root  $1/usr/local/bin/run_cmd_when_ipmi_ready.sh
chmod 755  $1/usr/local/bin/run_cmd_when_ipmi_ready.sh
chown root:root  $1/usr/local/bin/get_leds.sh
chmod 755  $1/usr/local/bin/get_leds.sh
chown root:root  $1/usr/local/bin/get_pwr_status.sh
chmod 755  $1/usr/local/bin/get_pwr_status.sh
chown root:root  $1/usr/local/bin/get_sensor_threshold.sh
chmod 755  $1/usr/local/bin/get_sensor_threshold.sh
chown root:root  $1/usr/local/bin/ibtool_program.sh
chmod 755  $1/usr/local/bin/ibtool_program.sh
chown root:root  $1/usr/local/bin/ibtool_version.sh
chmod 755  $1/usr/local/bin/ibtool_version.sh
chown root:root  $1/usr/local/bin/install_fw
chmod 755  $1/usr/local/bin/install_fw
chown root:root  $1/usr/local/bin/ipaddr.sh
chmod 755  $1/usr/local/bin/ipaddr.sh
chown root:root  $1/usr/local/bin/ipmi
chmod 755  $1/usr/local/bin/ipmi
chown root:root  $1/usr/local/bin/ipmi.env
chmod 755  $1/usr/local/bin/ipmi.env
chown root:root  $1/usr/local/bin/ipmitool-local
chmod 755  $1/usr/local/bin/ipmitool-local
chown root:root  $1/usr/local/bin/ipv6_nd.sh
chmod 755  $1/usr/local/bin/ipv6_nd.sh
chown root:root  $1/usr/local/bin/log_fpgaevent.sh
chmod 755  $1/usr/local/bin/log_fpgaevent.sh
chown root:root  $1/usr/local/bin/log_spevents.sh
chmod 755  $1/usr/local/bin/log_spevents.sh
chown root:root  $1/usr/local/bin/log_start_time.sh
chmod 755  $1/usr/local/bin/log_start_time.sh
chown root:root  $1/usr/local/bin/mk_fs_binary.sh
chmod 755  $1/usr/local/bin/mk_fs_binary.sh
chown root:root  $1/usr/local/bin/net_dad.sh
chmod 755  $1/usr/local/bin/net_dad.sh
chown root:root  $1/usr/local/bin/net_link_up.sh
chmod 755  $1/usr/local/bin/net_link_up.sh
chown root:root  $1/usr/local/bin/ontap_conf.sh
chmod 755  $1/usr/local/bin/ontap_conf.sh
chown root:root  $1/usr/local/bin/print_fpgaevent.sh
chmod 755  $1/usr/local/bin/print_fpgaevent.sh
chown root:root  $1/usr/local/bin/print_spevents.sh
chmod 755  $1/usr/local/bin/print_spevents.sh
chown root:root  $1/usr/local/bin/print_start_time.sh
chmod 755  $1/usr/local/bin/print_start_time.sh
chown root:root  $1/usr/local/bin/program_mp_eeprom.sh
chmod 755  $1/usr/local/bin/program_mp_eeprom.sh
chown root:root  $1/usr/local/bin/rlm_cli_events_search.sh
chmod 755  $1/usr/local/bin/rlm_cli_events_search.sh
chown root:root  $1/usr/local/bin/rlm_cli_log_audit.sh
chmod 755  $1/usr/local/bin/rlm_cli_log_audit.sh
chown root:root  $1/usr/local/bin/rlm_conf.sh
chmod 755  $1/usr/local/bin/rlm_conf.sh
chown root:root  $1/usr/local/bin/rlm_conf_awk_rules
chmod 755  $1/usr/local/bin/rlm_conf_awk_rules
chown root:root  $1/usr/local/bin/set_spcs_firewall_rules.sh
chmod 755  $1/usr/local/bin/set_spcs_firewall_rules.sh
chown root:root  $1/usr/local/bin/set_debugmode.sh
chmod 755  $1/usr/local/bin/set_debugmode.sh
chown root:root  $1/usr/local/bin/genext2fs.sh
chmod 555  $1/usr/local/bin/genext2fs.sh
chown root:root  $1/usr/local/bin/set_ssh_firewall_rules.sh
chmod 755  $1/usr/local/bin/set_ssh_firewall_rules.sh
chown root:root  $1/usr/local/bin/sig_catcher
chmod 755  $1/usr/local/bin/sig_catcher
chown root:root  $1/usr/local/bin/sim_fud.sh
chmod 755  $1/usr/local/bin/sim_fud.sh
chown root:root  $1/usr/local/bin/sp_cli_version.sh
chmod 755  $1/usr/local/bin/sp_cli_version.sh
chown root:root  $1/usr/local/bin/sp_diag.sh
chmod 755  $1/usr/local/bin/sp_diag.sh
chown root:root  $1/usr/local/bin/sp_load.sh
chmod 755  $1/usr/local/bin/sp_load.sh
chown root:root  $1/usr/local/bin/sp_pos.sh
chmod 755  $1/usr/local/bin/sp_pos.sh
chown root:root  $1/usr/local/bin/sp_resource_diag.sh
chmod 755  $1/usr/local/bin/sp_resource_diag.sh
chown root:root  $1/usr/local/bin/sp_verbose.sh
chmod 755  $1/usr/local/bin/sp_verbose.sh
chown root:root  $1/usr/local/bin/spcs.awk
chmod 755  $1/usr/local/bin/spcs.awk
chown root:root  $1/usr/local/bin/spcs.sh
chmod 755  $1/usr/local/bin/spcs.sh
chown root:root  $1/usr/local/bin/splog_get_all_configurations.sh
chmod 755  $1/usr/local/bin/splog_get_all_configurations.sh
chown root:root  $1/usr/local/bin/splog_get_forensics.sh
chmod 755  $1/usr/local/bin/splog_get_forensics.sh
chown root:root  $1/usr/local/bin/splog_get_ipmi.sh
chmod 755  $1/usr/local/bin/splog_get_ipmi.sh
chown root:root  $1/usr/local/bin/splog_get_misc_runtime.sh
chmod 755  $1/usr/local/bin/splog_get_misc_runtime.sh
chown root:root  $1/usr/local/bin/splog_get_sel_log.sh
chmod 755  $1/usr/local/bin/splog_get_sel_log.sh
chown root:root  $1/usr/local/bin/splog_get_statistics.sh
chmod 755  $1/usr/local/bin/splog_get_statistics.sh
chown root:root  $1/usr/local/bin/splog_get_subset.sh
chmod 755  $1/usr/local/bin/splog_get_subset.sh
chown root:root  $1/usr/local/bin/splog_get_sys_basic_info.sh
chmod 755  $1/usr/local/bin/splog_get_sys_basic_info.sh
chown root:root  $1/usr/local/bin/splog_get_syslog.sh
chmod 755  $1/usr/local/bin/splog_get_syslog.sh
chown root:root  $1/usr/local/bin/ssh_auth_parser.sh
chmod 755  $1/usr/local/bin/ssh_auth_parser.sh
chown root:root  $1/usr/local/bin/ssh_config_prereload.sh
chmod 755  $1/usr/local/bin/ssh_config_prereload.sh
chown root:root  $1/usr/local/bin/ssh_control.sh
chmod 755  $1/usr/local/bin/ssh_control.sh
chown root:root  $1/usr/local/bin/swap_top
chmod 755  $1/usr/local/bin/swap_top
chown root:root  $1/usr/local/bin/switch_config_version.sh
chmod 755  $1/usr/local/bin/switch_config_version.sh
chown root:root  $1/usr/local/bin/token.sh
chmod 755  $1/usr/local/bin/token.sh
chown root:root  $1/usr/local/bin/trigger_p3v3_bat_scan.sh
chmod 755  $1/usr/local/bin/trigger_p3v3_bat_scan.sh
chown root:root  $1/usr/local/bin/update_fw.sh
chmod 755  $1/usr/local/bin/update_fw.sh
chown root:root  $1/usr/local/bin/update_mpc_firmware.sh
chmod 755  $1/usr/local/bin/update_mpc_firmware.sh
chown root:root  $1/usr/local/bin/update_uboot_vrbl.sh
chmod 755  $1/usr/local/bin/update_uboot_vrbl.sh
chown root:root  $1/usr/local/bin/validate_checksums.sh
chmod 755  $1/usr/local/bin/validate_checksums.sh
chown root:root  $1/usr/local/bin/verbose_cmds.env
chmod 755  $1/usr/local/bin/verbose_cmds.env
chown root:root  $1/usr/local/bin/verbose_cmds.sh
chmod 755  $1/usr/local/bin/verbose_cmds.sh
chown root:root  $1/usr/local/bin/version.sh
chmod 755  $1/usr/local/bin/version.sh
chown root:root  $1/usr/local/bin/access_shell.sh
chmod 755  $1/usr/local/bin/access_shell.sh
chown root:root  $1/usr/local/bin/bat_wakeup.sh
chmod 755  $1/usr/local/bin/bat_wakeup.sh
chown root:root  $1/usr/local/bin/bowie_cpld_revisions.sh
chmod 755  $1/usr/local/bin/bowie_cpld_revisions.sh
chown root:root  $1/usr/local/bin/check_fw_revision.sh
chmod 755  $1/usr/local/bin/check_fw_revision.sh
chown root:root  $1/usr/local/bin/collect_acp_messages.sh
chmod 755  $1/usr/local/bin/collect_acp_messages.sh
chown root:root  $1/usr/local/bin/collect_fw_vers.sh
chmod 755  $1/usr/local/bin/collect_fw_vers.sh
chown root:root  $1/usr/local/bin/conf_adapter.sh
chmod 755  $1/usr/local/bin/conf_adapter.sh
chown root:root  $1/usr/local/bin/cpld_program.sh
chmod 755  $1/usr/local/bin/cpld_program.sh
chown root:root  $1/usr/local/bin/default_fw_program.sh
chmod 755  $1/usr/local/bin/default_fw_program.sh
chown root:root  $1/usr/local/bin/frulogshow
chmod 755  $1/usr/local/bin/frulogshow
chown root:root  $1/usr/local/bin/net_utils_lib.sh
chmod 755  $1/usr/local/bin/net_utils_lib.sh
chown root:root  $1/usr/local/bin/openssl_conf.sh
chmod 644  $1/usr/local/bin/openssl_conf.sh
chown root:root  $1/usr/local/bin/pcieswitch_eeprom.sh
chmod 755  $1/usr/local/bin/pcieswitch_eeprom.sh
chown root:root  $1/usr/local/bin/port80.sh
chmod 755  $1/usr/local/bin/port80.sh
chown root:root  $1/usr/local/bin/rlmcli_status.sh
chmod 755  $1/usr/local/bin/rlmcli_status.sh
chown root:root  $1/usr/local/bin/show_hw_info.sh
chmod 755  $1/usr/local/bin/show_hw_info.sh
chown root:root  $1/usr/local/bin/switch_bundled_file_version.sh
chmod 755  $1/usr/local/bin/switch_bundled_file_version.sh
chown root:root  $1/usr/local/bin/switch_port_statistics.sh
chmod 755  $1/usr/local/bin/switch_port_statistics.sh
chown root:root  $1/usr/local/bin/switch_program.sh
chmod 755  $1/usr/local/bin/switch_program.sh
chown root:root  $1/usr/local/bin/switch_reset.sh
chmod 755  $1/usr/local/bin/switch_reset.sh
chown root:root  $1/usr/local/bin/switch_verify.sh
chmod 755  $1/usr/local/bin/switch_verify.sh
chown root:root  $1/usr/local/acp/etc/init.d/rcH
chmod 555  $1/usr/local/acp/etc/init.d/rcH
chown root:root  $1/usr/local/acp/etc/init.d/rcS
chmod 555  $1/usr/local/acp/etc/init.d/rcS
chown root:root  $1/usr/local/acp/bowie_acp_version.txt
chmod 444  $1/usr/local/acp/bowie_acp_version.txt
chown root:root  $1/usr/local/acp/bin/acp_toolbox/reboot
chmod 555  $1/usr/local/acp/bin/acp_toolbox/reboot
chown root:root  $1/usr/local/acp/bin/acp_toolbox/toggle_discovery_debug
chmod 555  $1/usr/local/acp/bin/acp_toolbox/toggle_discovery_debug
chown root:root  $1/usr/local/acp/bin/acp_err_inj
chmod 755  $1/usr/local/acp/bin/acp_err_inj
chown root:root  $1/usr/local/acp/bin/acp_evnt_cntr
chmod 755  $1/usr/local/acp/bin/acp_evnt_cntr
chown root:root  $1/usr/local/acp/bin/acp_evnt_test
chmod 755  $1/usr/local/acp/bin/acp_evnt_test
chown root:root  $1/usr/local/acp/bin/acp_exp_mgrd
chmod 755  $1/usr/local/acp/bin/acp_exp_mgrd
chown root:root  $1/usr/local/acp/bin/iSvcd
chmod 755  $1/usr/local/acp/bin/iSvcd
chown root:root  $1/usr/local/acp/bin/acp_ifd
chmod 755  $1/usr/local/acp/bin/acp_ifd
chown root:root  $1/usr/local/acp/bin/acp_logd
chmod 755  $1/usr/local/acp/bin/acp_logd
chown root:root  $1/usr/local/acp/bin/acp_logger
chmod 755  $1/usr/local/acp/bin/acp_logger
chown root:root  $1/usr/local/acp/bin/acp_logread
chmod 755  $1/usr/local/acp/bin/acp_logread
chown root:root  $1/usr/local/acp/bin/acp_logrotated
chmod 755  $1/usr/local/acp/bin/acp_logrotated
chown root:root  $1/usr/local/acp/bin/acp_polllink
chmod 755  $1/usr/local/acp/bin/acp_polllink
chown root:root  $1/usr/local/acp/bin/acp_shell
chmod 755  $1/usr/local/acp/bin/acp_shell
chown root:root  $1/usr/local/acp/bin/exp_shell
chmod 755  $1/usr/local/acp/bin/exp_shell
chown root:root  $1/usr/local/acp/bin/rwsock_tty2pty
chmod 755  $1/usr/local/acp/bin/rwsock_tty2pty
chown root:root  $1/usr/local/acp/bin/acp_tty2pty
chmod 755  $1/usr/local/acp/bin/acp_tty2pty
chown root:root  $1/usr/local/acp/bin/acp_wdogd
chmod 755  $1/usr/local/acp/bin/acp_wdogd
chown root:root  $1/usr/local/acp/bin/acp_exp_shell
chmod 755  $1/usr/local/acp/bin/acp_exp_shell
chown root:root  $1/usr/local/acp/lib/libacp_exp_mgr.so.1.0
chmod 755  $1/usr/local/acp/lib/libacp_exp_mgr.so.1.0
chown root:root  $1/usr/local/acp/lib/libnetapp_safe_process.so.1.0
chmod 755  $1/usr/local/acp/lib/libnetapp_safe_process.so.1.0
chown root:root  $1/usr/local/acp/lib/libacp_log.so.1.0
chmod 755  $1/usr/local/acp/lib/libacp_log.so.1.0
chown root:root  $1/usr/local/acp/lib/libacp_sock.so.1.0
chmod 755  $1/usr/local/acp/lib/libacp_sock.so.1.0
chown root:root  $1/bin/dmesg
chmod 755  $1/bin/dmesg
chown root:root  $1/bin/mountpoint
chmod 755  $1/bin/mountpoint
chown root:root  $1/bin/lsblk
chmod 755  $1/bin/lsblk
chown root:root  $1/bin/findmnt
chmod 755  $1/bin/findmnt
chown root:root  $1/bin/kill
chmod 755  $1/bin/kill
chown root:root  $1/bin/chattr
chmod 755  $1/bin/chattr
chown root:root  $1/bin/lsattr
chmod 755  $1/bin/lsattr
chown root:root  $1/bin/compile_et
chmod 755  $1/bin/compile_et
chown root:root  $1/bin/mk_cmds
chmod 755  $1/bin/mk_cmds
chown root:root  $1/bin/egrep
chmod 755  $1/bin/egrep
chown root:root  $1/bin/grep
chmod 755  $1/bin/grep
chown root:root  $1/bin/fgrep
chmod 755  $1/bin/fgrep
chown root:root  $1/bin/busybox
chmod 4755  $1/bin/busybox
chown root:root  $1/bin/sed
chmod 755  $1/bin/sed
chown root:root  $1/sbin/fstrim
chmod 755  $1/sbin/fstrim
chown root:root  $1/sbin/ctrlaltdel
chmod 755  $1/sbin/ctrlaltdel
chown root:root  $1/sbin/fsfreeze
chmod 755  $1/sbin/fsfreeze
chown root:root  $1/sbin/blkdiscard
chmod 755  $1/sbin/blkdiscard
chown root:root  $1/sbin/blkzone
chmod 755  $1/sbin/blkzone
chown root:root  $1/sbin/swapon
chmod 755  $1/sbin/swapon
chown root:root  $1/sbin/swapoff
chmod 755  $1/sbin/swapoff
chown root:root  $1/sbin/chcpu
chmod 755  $1/sbin/chcpu
chown root:root  $1/sbin/blkid
chmod 755  $1/sbin/blkid
chown root:root  $1/sbin/findfs
chmod 755  $1/sbin/findfs
chown root:root  $1/sbin/mkfs
chmod 755  $1/sbin/mkfs
chown root:root  $1/sbin/mkswap
chmod 755  $1/sbin/mkswap
chown root:root  $1/sbin/swaplabel
chmod 755  $1/sbin/swaplabel
chown root:root  $1/sbin/blockdev
chmod 755  $1/sbin/blockdev
chown root:root  $1/sbin/fdisk
chmod 4755  $1/sbin/fdisk
chown root:root  $1/sbin/sfdisk
chmod 755  $1/sbin/sfdisk
chown root:root  $1/sbin/cfdisk
chmod 755  $1/sbin/cfdisk
chown root:root  $1/sbin/e2fsck
chmod 4755  $1/sbin/e2fsck
chown root:root  $1/sbin/mke2fs
chmod 755  $1/sbin/mke2fs
chown root:root  $1/sbin/badblocks
chmod 755  $1/sbin/badblocks
chown root:root  $1/sbin/tune2fs
chmod 755  $1/sbin/tune2fs
chown root:root  $1/sbin/dumpe2fs
chmod 755  $1/sbin/dumpe2fs
chown root:root  $1/sbin/logsave
chmod 755  $1/sbin/logsave
chown root:root  $1/sbin/e2undo
chmod 755  $1/sbin/e2undo
chown root:root  $1/sbin/mklost+found
chmod 755  $1/sbin/mklost+found
chown root:root  $1/sbin/filefrag
chmod 755  $1/sbin/filefrag
chown root:root  $1/sbin/e2freefrag
chmod 755  $1/sbin/e2freefrag
chown root:root  $1/sbin/e4crypt
chmod 755  $1/sbin/e4crypt
chown root:root  $1/sbin/resize2fs
chmod 755  $1/sbin/resize2fs
chown root:root  $1/sbin/e2scrub
chmod 755  $1/sbin/e2scrub
chown root:root  $1/sbin/e2scrub_all
chmod 755  $1/sbin/e2scrub_all
chown root:root  $1/sbin/ip
chmod 755  $1/sbin/ip
chown root:root  $1/sbin/rtmon
chmod 755  $1/sbin/rtmon
chown root:root  $1/sbin/ifcfg
chmod 755  $1/sbin/ifcfg
chown root:root  $1/sbin/rtpr
chmod 755  $1/sbin/rtpr
chown root:root  $1/sbin/routel
chmod 755  $1/sbin/routel
chown root:root  $1/sbin/routef
chmod 755  $1/sbin/routef
chown root:root  $1/sbin/tc
chmod 755  $1/sbin/tc
chown root:root  $1/sbin/bridge
chmod 755  $1/sbin/bridge
chown root:root  $1/sbin/ss
chmod 755  $1/sbin/ss
chown root:root  $1/sbin/nstat
chmod 755  $1/sbin/nstat
chown root:root  $1/sbin/ifstat
chmod 755  $1/sbin/ifstat
chown root:root  $1/sbin/rtacct
chmod 755  $1/sbin/rtacct
chown root:root  $1/sbin/lnstat
chmod 755  $1/sbin/lnstat
chown root:root  $1/sbin/genl
chmod 755  $1/sbin/genl
chown root:root  $1/sbin/start-stop-daemon
chmod 755  $1/sbin/start-stop-daemon
chown root:root  $1/sbin/syslogd
chmod 755  $1/sbin/syslogd
chown root:root  $1/sbin/dhcpcd
chmod 555  $1/sbin/dhcpcd
chown root:root  $1/sbin/ngetty
chmod 755  $1/sbin/ngetty
chown root:root  $1/sbin/netapp_init
chmod 755  $1/sbin/netapp_init
chown root:root  $1/lib/ld-2.32.so
chmod 755  $1/lib/ld-2.32.so
chown root:root  $1/lib/libgcc_s.so.1
chmod 755  $1/lib/libgcc_s.so.1
chown root:root  $1/lib/libatomic.so.1.2.0
chmod 755  $1/lib/libatomic.so.1.2.0
chown root:root  $1/lib/libc-2.32.so
chmod 755  $1/lib/libc-2.32.so
chown root:root  $1/lib/libcrypt-2.32.so
chmod 755  $1/lib/libcrypt-2.32.so
chown root:root  $1/lib/libdl-2.32.so
chmod 755  $1/lib/libdl-2.32.so
chown root:root  $1/lib/libm-2.32.so
chmod 755  $1/lib/libm-2.32.so
chown root:root  $1/lib/libnsl-2.32.so
chmod 755  $1/lib/libnsl-2.32.so
chown root:root  $1/lib/libresolv-2.32.so
chmod 755  $1/lib/libresolv-2.32.so
chown root:root  $1/lib/librt-2.32.so
chmod 755  $1/lib/librt-2.32.so
chown root:root  $1/lib/libutil-2.32.so
chmod 755  $1/lib/libutil-2.32.so
chown root:root  $1/lib/libpthread-2.32.so
chmod 755  $1/lib/libpthread-2.32.so
chown root:root  $1/lib/libnss_files-2.32.so
chmod 755  $1/lib/libnss_files-2.32.so
chown root:root  $1/lib/libnss_dns-2.32.so
chmod 755  $1/lib/libnss_dns-2.32.so
chown root:root  $1/lib/libanl-2.32.so
chmod 755  $1/lib/libanl-2.32.so
chown root:root  $1/lib/libuuid.so.1.3.0
chmod 755  $1/lib/libuuid.so.1.3.0
chown root:root  $1/lib/libblkid.so.1.1.0
chmod 755  $1/lib/libblkid.so.1.1.0
chown root:root  $1/lib/libmount.so.1.1.0
chmod 755  $1/lib/libmount.so.1.1.0
chown root:root  $1/lib/libsmartcols.so.1.1.0
chmod 755  $1/lib/libsmartcols.so.1.1.0
chown root:root  $1/lib/libfdisk.so.1.1.0
chmod 755  $1/lib/libfdisk.so.1.1.0
chown root:root  $1/lib/dhcpcd/dhcpcd-run-hooks
chmod 555  $1/lib/dhcpcd/dhcpcd-run-hooks
chown root:root  $1/lib/dhcpcd/dhcpcd-hooks/01-test
chmod 444  $1/lib/dhcpcd/dhcpcd-hooks/01-test
chown root:root  $1/lib/dhcpcd/dhcpcd-hooks/20-resolv.conf
chmod 444  $1/lib/dhcpcd/dhcpcd-hooks/20-resolv.conf
chown root:root  $1/lib/dhcpcd/dhcpcd-hooks/30-hostname
chmod 444  $1/lib/dhcpcd/dhcpcd-hooks/30-hostname
chown root:root  $1/lib/dhcpcd/dhcpcd-hooks/50-ntp.conf
chmod 444  $1/lib/dhcpcd/dhcpcd-hooks/50-ntp.conf
chown root:root  $1/lib/modules/5.4.41-ami/kernel/fs/nfs/flexfilelayout/nfs_layout_flexfiles.ko
chmod 644  $1/lib/modules/5.4.41-ami/kernel/fs/nfs/flexfilelayout/nfs_layout_flexfiles.ko
chown root:root  $1/lib/modules/5.4.41-ami/extra/helper_sp.ko
chmod 644  $1/lib/modules/5.4.41-ami/extra/helper_sp.ko
chown root:root  $1/lib/modules/5.4.41-ami/extra/hwtest_sp.ko
chmod 644  $1/lib/modules/5.4.41-ami/extra/hwtest_sp.ko
chown root:root  $1/lib/modules/5.4.41-ami/extra/adcio_sp.ko
chmod 644  $1/lib/modules/5.4.41-ami/extra/adcio_sp.ko
chown root:root  $1/lib/modules/5.4.41-ami/extra/adcio_hw_sp.ko
chmod 644  $1/lib/modules/5.4.41-ami/extra/adcio_hw_sp.ko
chown root:root  $1/lib/modules/5.4.41-ami/extra/bt_sp.ko
chmod 644  $1/lib/modules/5.4.41-ami/extra/bt_sp.ko
chown root:root  $1/lib/modules/5.4.41-ami/extra/reset_sp.ko
chmod 644  $1/lib/modules/5.4.41-ami/extra/reset_sp.ko
chown root:root  $1/lib/modules/5.4.41-ami/extra/bt_hw_sp.ko
chmod 644  $1/lib/modules/5.4.41-ami/extra/bt_hw_sp.ko
chown root:root  $1/lib/modules/5.4.41-ami/extra/gpio_sp.ko
chmod 644  $1/lib/modules/5.4.41-ami/extra/gpio_sp.ko
chown root:root  $1/lib/modules/5.4.41-ami/extra/gpio_hw_sp.ko
chmod 644  $1/lib/modules/5.4.41-ami/extra/gpio_hw_sp.ko
chown root:root  $1/lib/modules/5.4.41-ami/extra/support_fpga.ko
chmod 644  $1/lib/modules/5.4.41-ami/extra/support_fpga.ko
chown root:root  $1/lib/modules/5.4.41-ami/extra/expander_uart_sp.ko
chmod 644  $1/lib/modules/5.4.41-ami/extra/expander_uart_sp.ko
chown root:root  $1/lib/modules/5.4.41-ami/extra/i2c_sp.ko
chmod 644  $1/lib/modules/5.4.41-ami/extra/i2c_sp.ko
chown root:root  $1/lib/modules/5.4.41-ami/extra/jtag_sp.ko
chmod 644  $1/lib/modules/5.4.41-ami/extra/jtag_sp.ko
chown root:root  $1/lib/modules/5.4.41-ami/extra/jtag_hw_sp.ko
chmod 644  $1/lib/modules/5.4.41-ami/extra/jtag_hw_sp.ko
chown root:root  $1/lib/modules/5.4.41-ami/extra/kcs_sp.ko
chmod 644  $1/lib/modules/5.4.41-ami/extra/kcs_sp.ko
chown root:root  $1/lib/modules/5.4.41-ami/extra/kcs_hw_sp.ko
chmod 644  $1/lib/modules/5.4.41-ami/extra/kcs_hw_sp.ko
chown root:root  $1/lib/modules/5.4.41-ami/extra/mdcio.ko
chmod 644  $1/lib/modules/5.4.41-ami/extra/mdcio.ko
chown root:root  $1/lib/modules/5.4.41-ami/extra/mv88e6176_sp.ko
chmod 644  $1/lib/modules/5.4.41-ami/extra/mv88e6176_sp.ko
chown root:root  $1/lib/modules/5.4.41-ami/extra/netmon_sp.ko
chmod 644  $1/lib/modules/5.4.41-ami/extra/netmon_sp.ko
chown root:root  $1/lib/modules/5.4.41-ami/extra/peci_sp.ko
chmod 644  $1/lib/modules/5.4.41-ami/extra/peci_sp.ko
chown root:root  $1/lib/modules/5.4.41-ami/extra/peci_hw_sp.ko
chmod 644  $1/lib/modules/5.4.41-ami/extra/peci_hw_sp.ko
chown root:root  $1/lib/modules/5.4.41-ami/extra/platform_sp.ko
chmod 644  $1/lib/modules/5.4.41-ami/extra/platform_sp.ko
chown root:root  $1/lib/modules/5.4.41-ami/extra/pos_sp.ko
chmod 644  $1/lib/modules/5.4.41-ami/extra/pos_sp.ko
chown root:root  $1/lib/modules/5.4.41-ami/extra/procfs_sp.ko
chmod 644  $1/lib/modules/5.4.41-ami/extra/procfs_sp.ko
chown root:root  $1/lib/modules/5.4.41-ami/extra/reset_hw_sp.ko
chmod 644  $1/lib/modules/5.4.41-ami/extra/reset_hw_sp.ko
chown root:root  $1/lib/modules/5.4.41-ami/extra/snoop_sp.ko
chmod 644  $1/lib/modules/5.4.41-ami/extra/snoop_sp.ko
chown root:root  $1/lib/modules/5.4.41-ami/extra/snoop_hw_sp.ko
chmod 644  $1/lib/modules/5.4.41-ami/extra/snoop_hw_sp.ko
chown root:root  $1/lib/modules/5.4.41-ami/extra/tfifo_sp.ko
chmod 644  $1/lib/modules/5.4.41-ami/extra/tfifo_sp.ko
chown root:root  $1/lib/modules/5.4.41-ami/modules.order
chmod 644  $1/lib/modules/5.4.41-ami/modules.order
chown root:root  $1/lib/modules/5.4.41-ami/modules.builtin
chmod 644  $1/lib/modules/5.4.41-ami/modules.builtin
chown root:root  $1/lib/modules/5.4.41-ami/modules.builtin.modinfo
chmod 644  $1/lib/modules/5.4.41-ami/modules.builtin.modinfo
chown root:root  $1/lib/modules/5.4.41-ami/modules.builtin.alias.bin
chmod 644  $1/lib/modules/5.4.41-ami/modules.builtin.alias.bin
chown root:root  $1/lib/modules/5.4.41-ami/modules.dep
chmod 644  $1/lib/modules/5.4.41-ami/modules.dep
chown root:root  $1/lib/modules/5.4.41-ami/modules.dep.bin
chmod 644  $1/lib/modules/5.4.41-ami/modules.dep.bin
chown root:root  $1/lib/modules/5.4.41-ami/modules.alias
chmod 644  $1/lib/modules/5.4.41-ami/modules.alias
chown root:root  $1/lib/modules/5.4.41-ami/modules.alias.bin
chmod 644  $1/lib/modules/5.4.41-ami/modules.alias.bin
chown root:root  $1/lib/modules/5.4.41-ami/modules.softdep
chmod 644  $1/lib/modules/5.4.41-ami/modules.softdep
chown root:root  $1/lib/modules/5.4.41-ami/modules.symbols
chmod 644  $1/lib/modules/5.4.41-ami/modules.symbols
chown root:root  $1/lib/modules/5.4.41-ami/modules.symbols.bin
chmod 644  $1/lib/modules/5.4.41-ami/modules.symbols.bin
chown root:root  $1/lib/modules/5.4.41-ami/modules.builtin.bin
chmod 644  $1/lib/modules/5.4.41-ami/modules.builtin.bin
chown root:root  $1/lib/modules/5.4.41-ami/modules.devname
chmod 644  $1/lib/modules/5.4.41-ami/modules.devname
chown root:root  $1/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM
chmod 644  $1/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM
chown root:root  $1/var/lock/README
chmod 755  $1/var/lock/README
chown root:root  $1/var/log/lighttpd-error.log
chmod 777  $1/var/log/lighttpd-error.log
chown root:root  $1/var/run/README
chmod 755  $1/var/run/README
chown root:root  $1/var/spool/cron/root
chmod 644  $1/var/spool/cron/root
chown root:root  $1/var/www/index.html
chmod 644  $1/var/www/index.html
chown root:root  $1/var/www/logo.jpg
chmod 755  $1/var/www/logo.jpg
chown root:root  $1/conf/BMC1/bowie/IPMI.conf
chmod 755  $1/conf/BMC1/bowie/IPMI.conf
chown root:root  $1/conf/BMC1/bowie/SDR.dat
chmod 755  $1/conf/BMC1/bowie/SDR.dat
chown root:root  $1/conf/BMC1/LanIfccfg.ini
chmod 755  $1/conf/BMC1/LanIfccfg.ini
chown root:root  $1/conf/BMC.conf
chmod 755  $1/conf/BMC.conf
chown root:root  $1/conf/dns.conf
chmod 644  $1/conf/dns.conf
chown root:root  $1/conf/bond.conf
chmod 644  $1/conf/bond.conf
chown root:root  $1/conf/dcmi.conf
chmod 755  $1/conf/dcmi.conf
chown root:root  $1/firmware/Bowie/battery/README
chmod 644  $1/firmware/Bowie/battery/README
chown root:root  $1/firmware/Bowie/bundled_fw/bundled_fw_config.txt
chmod 755  $1/firmware/Bowie/bundled_fw/bundled_fw_config.txt
chown root:root  $1/firmware/Bowie/ebod/README
chmod 644  $1/firmware/Bowie/ebod/README
chown root:root  $1/firmware/Bowie/fpga/README
chmod 644  $1/firmware/Bowie/fpga/README
chown root:root  $1/firmware/Bowie/pcieswitch/README
chmod 644  $1/firmware/Bowie/pcieswitch/README
chown root:root  $1/firmware/Bowie/switch/controller_switch_img.txt
chmod 755  $1/firmware/Bowie/switch/controller_switch_img.txt
chown root:root  $1/firmware/Bowie/switch/README
chmod 755  $1/firmware/Bowie/switch/README
chown root:root  $1/firmware/Bowie/switch/controller_switch_img_13.txt
chmod 755  $1/firmware/Bowie/switch/controller_switch_img_13.txt
chown root:root  $1/firmware/Bowie/switch/controller_switch_img_15.txt
chmod 755  $1/firmware/Bowie/switch/controller_switch_img_15.txt
chown root:root  $1/firmware/Bowie/switch/controller_switch_img_16.txt
chmod 755  $1/firmware/Bowie/switch/controller_switch_img_16.txt
chown root:root  $1/firmware/Bowie/switch/controller_switch_img_18.txt
chmod 755  $1/firmware/Bowie/switch/controller_switch_img_18.txt
chown root:root  $1/firmware/Bowie/switch/controller_switch_img_19.txt
chmod 755  $1/firmware/Bowie/switch/controller_switch_img_19.txt
chown root:root  $1/newroot/README
chmod 755  $1/newroot/README
chown root:root  $1/install/u-boot.bin
chmod 755  $1/install/u-boot.bin
chown root:root  $1/install/secondary-u-boot.bin
chmod 755  $1/install/secondary-u-boot.bin
chown root:root  $1/install/tiny-rom.bin
chmod 644  $1/install/tiny-rom.bin
chown root:root  $1/install/checksum.regfiles
chmod 644  $1/install/checksum.regfiles
chown root:root  $1/install/info.symlinks
chmod 644  $1/install/info.symlinks
chown root:root  $1/install/post-install-script
chmod 777  $1/install/post-install-script
chown root:root  $1/install/Metadata
chmod 644  $1/install/Metadata
chown -h root:root  $1/dev/fd
chown -h root:root  $1/dev/stderr
chown -h root:root  $1/dev/stdin
chown -h root:root  $1/dev/stdout
chown -h root:root  $1/dev/log
chown -h root:root  $1/etc/mtab
chown -h root:root  $1/etc/resolv.conf
chown -h root:root  $1/etc/os-release
chown -h root:root  $1/usr/bin/bzegrep
chown -h root:root  $1/usr/bin/bzfgrep
chown -h root:root  $1/usr/bin/bzless
chown -h root:root  $1/usr/bin/bzcmp
chown -h root:root  $1/usr/bin/python3
chown -h root:root  $1/usr/bin/python
chown -h root:root  $1/usr/bin/uname26
chown -h root:root  $1/usr/bin/linux32
chown -h root:root  $1/usr/bin/linux64
chown -h root:root  $1/usr/bin/awk
chown -h root:root  $1/usr/bin/iptables-xml
chown -h root:root  $1/usr/bin/ar
chown -h root:root  $1/usr/bin/basename
chown -h root:root  $1/usr/bin/bc
chown -h root:root  $1/usr/bin/chvt
chown -h root:root  $1/usr/bin/cksum
chown -h root:root  $1/usr/bin/clear
chown -h root:root  $1/usr/bin/cmp
chown -h root:root  $1/usr/bin/cut
chown -h root:root  $1/usr/bin/dc
chown -h root:root  $1/usr/bin/deallocvt
chown -h root:root  $1/usr/bin/diff
chown -h root:root  $1/usr/bin/dirname
chown -h root:root  $1/usr/bin/dos2unix
chown -h root:root  $1/usr/bin/du
chown -h root:root  $1/usr/bin/eject
chown -h root:root  $1/usr/bin/env
chown -h root:root  $1/usr/bin/expr
chown -h root:root  $1/usr/bin/fold
chown -h root:root  $1/usr/bin/fuser
chown -h root:root  $1/usr/bin/head
chown -h root:root  $1/usr/bin/hostid
chown -h root:root  $1/usr/bin/id
chown -h root:root  $1/usr/bin/install
chown -h root:root  $1/usr/bin/killall
chown -h root:root  $1/usr/bin/last
chown -h root:root  $1/usr/bin/less
chown -h root:root  $1/usr/bin/logname
chown -h root:root  $1/usr/bin/lsof
chown -h root:root  $1/usr/bin/lspci
chown -h root:root  $1/usr/bin/lsusb
chown -h root:root  $1/usr/bin/lzcat
chown -h root:root  $1/usr/bin/lzma
chown -h root:root  $1/usr/bin/lzopcat
chown -h root:root  $1/usr/bin/md5sum
chown -h root:root  $1/usr/bin/mesg
chown -h root:root  $1/usr/bin/microcom
chown -h root:root  $1/usr/bin/mkfifo
chown -h root:root  $1/usr/bin/nohup
chown -h root:root  $1/usr/bin/nslookup
chown -h root:root  $1/usr/bin/od
chown -h root:root  $1/usr/bin/openvt
chown -h root:root  $1/usr/bin/passwd
chown -h root:root  $1/usr/bin/patch
chown -h root:root  $1/usr/bin/printf
chown -h root:root  $1/usr/bin/readlink
chown -h root:root  $1/usr/bin/realpath
chown -h root:root  $1/usr/bin/reset
chown -h root:root  $1/usr/bin/resize
chown -h root:root  $1/usr/bin/seq
chown -h root:root  $1/usr/bin/setkeycodes
chown -h root:root  $1/usr/bin/sha1sum
chown -h root:root  $1/usr/bin/sha256sum
chown -h root:root  $1/usr/bin/sha3sum
chown -h root:root  $1/usr/bin/sha512sum
chown -h root:root  $1/usr/bin/sort
chown -h root:root  $1/usr/bin/strings
chown -h root:root  $1/usr/bin/svok
chown -h root:root  $1/usr/bin/tail
chown -h root:root  $1/usr/bin/tee
chown -h root:root  $1/usr/bin/telnet
chown -h root:root  $1/usr/bin/test
chown -h root:root  $1/usr/bin/tftp
chown -h root:root  $1/usr/bin/time
chown -h root:root  $1/usr/bin/timeout
chown -h root:root  $1/usr/bin/tr
chown -h root:root  $1/usr/bin/traceroute
chown -h root:root  $1/usr/bin/truncate
chown -h root:root  $1/usr/bin/ts
chown -h root:root  $1/usr/bin/tty
chown -h root:root  $1/usr/bin/uniq
chown -h root:root  $1/usr/bin/unix2dos
chown -h root:root  $1/usr/bin/unlink
chown -h root:root  $1/usr/bin/unlzma
chown -h root:root  $1/usr/bin/unlzop
chown -h root:root  $1/usr/bin/unxz
chown -h root:root  $1/usr/bin/unzip
chown -h root:root  $1/usr/bin/uudecode
chown -h root:root  $1/usr/bin/uuencode
chown -h root:root  $1/usr/bin/vlock
chown -h root:root  $1/usr/bin/wc
chown -h root:root  $1/usr/bin/wget
chown -h root:root  $1/usr/bin/which
chown -h root:root  $1/usr/bin/who
chown -h root:root  $1/usr/bin/whoami
chown -h root:root  $1/usr/bin/xxd
chown -h root:root  $1/usr/bin/xz
chown -h root:root  $1/usr/bin/xzcat
chown -h root:root  $1/usr/bin/yes
chown -h root:root  $1/usr/bin/grep
chown -h root:root  $1/usr/lib/libstdc++.so.6
chown -h root:root  $1/usr/lib/libbz2.so
chown -h root:root  $1/usr/lib/libbz2.so.1.0
chown -h root:root  $1/usr/lib/libz.so
chown -h root:root  $1/usr/lib/libz.so.1
chown -h root:root  $1/usr/lib/libmagic.so.1
chown -h root:root  $1/usr/lib/libmagic.so
chown -h root:root  $1/usr/lib/libcap-ng.so.0
chown -h root:root  $1/usr/lib/libcap-ng.so
chown -h root:root  $1/usr/lib/libdrop_ambient.so.0
chown -h root:root  $1/usr/lib/libdrop_ambient.so
chown -h root:root  $1/usr/lib/libncurses.so.6
chown -h root:root  $1/usr/lib/libncurses.so
chown -h root:root  $1/usr/lib/libcurses.so
chown -h root:root  $1/usr/lib/libpanel.so.6
chown -h root:root  $1/usr/lib/libpanel.so
chown -h root:root  $1/usr/lib/libmenu.so.6
chown -h root:root  $1/usr/lib/libmenu.so
chown -h root:root  $1/usr/lib/libform.so.6
chown -h root:root  $1/usr/lib/libform.so
chown -h root:root  $1/usr/lib/terminfo
chown -h root:root  $1/usr/lib/libexpat.so.1
chown -h root:root  $1/usr/lib/libexpat.so
chown -h root:root  $1/usr/lib/libffi.so.7
chown -h root:root  $1/usr/lib/libffi.so
chown -h root:root  $1/usr/lib/libcrypto.so
chown -h root:root  $1/usr/lib/libssl.so
chown -h root:root  $1/usr/lib/libhistory.so.8
chown -h root:root  $1/usr/lib/libhistory.so
chown -h root:root  $1/usr/lib/libreadline.so.8
chown -h root:root  $1/usr/lib/libreadline.so
chown -h root:root  $1/usr/lib/libsqlite3.so.0
chown -h root:root  $1/usr/lib/libsqlite3.so
chown -h root:root  $1/usr/lib/libpython3.9.so
chown -h root:root  $1/usr/lib/libuuid.so
chown -h root:root  $1/usr/lib/libblkid.so
chown -h root:root  $1/usr/lib/libmount.so
chown -h root:root  $1/usr/lib/libsmartcols.so
chown -h root:root  $1/usr/lib/libfdisk.so
chown -h root:root  $1/usr/lib/libcom_err.so.2
chown -h root:root  $1/usr/lib/libcom_err.so
chown -h root:root  $1/usr/lib/libss.so.2
chown -h root:root  $1/usr/lib/libss.so
chown -h root:root  $1/usr/lib/libe2p.so.2
chown -h root:root  $1/usr/lib/libe2p.so
chown -h root:root  $1/usr/lib/libext2fs.so.2
chown -h root:root  $1/usr/lib/libext2fs.so
chown -h root:root  $1/usr/lib/libpcre.so.1
chown -h root:root  $1/usr/lib/libpcre.so
chown -h root:root  $1/usr/lib/libpcreposix.so.0
chown -h root:root  $1/usr/lib/libpcreposix.so
chown -h root:root  $1/usr/lib/libpcrecpp.so.0
chown -h root:root  $1/usr/lib/libpcrecpp.so
chown -h root:root  $1/usr/lib/libi2c.so.0
chown -h root:root  $1/usr/lib/libi2c.so
chown -h root:root  $1/usr/lib/libip4tc.so.2
chown -h root:root  $1/usr/lib/libip4tc.so
chown -h root:root  $1/usr/lib/libip6tc.so.2
chown -h root:root  $1/usr/lib/libip6tc.so
chown -h root:root  $1/usr/lib/libxtables.so.12
chown -h root:root  $1/usr/lib/libxtables.so
chown -h root:root  $1/usr/lib/xtables/libxt_NOTRACK.so
chown -h root:root  $1/usr/lib/xtables/libxt_state.so
chown -h root:root  $1/usr/lib/tc/m_ipt.so
chown -h root:root  $1/usr/lib/libprocps.so.7
chown -h root:root  $1/usr/lib/libprocps.so
chown -h root:root  $1/usr/lib/libsyslog.so.0
chown -h root:root  $1/usr/lib/libsyslog.so
chown -h root:root  $1/usr/lib/libglib-2.0.so.0
chown -h root:root  $1/usr/lib/libglib-2.0.so
chown -h root:root  $1/usr/lib/libgobject-2.0.so.0
chown -h root:root  $1/usr/lib/libgobject-2.0.so
chown -h root:root  $1/usr/lib/libgthread-2.0.so.0
chown -h root:root  $1/usr/lib/libgthread-2.0.so
chown -h root:root  $1/usr/lib/libgmodule-2.0.so.0
chown -h root:root  $1/usr/lib/libgmodule-2.0.so
chown -h root:root  $1/usr/lib/libgio-2.0.so.0
chown -h root:root  $1/usr/lib/libgio-2.0.so
chown -h root:root  $1/usr/lib/libevent-2.1.so.7
chown -h root:root  $1/usr/lib/libevent.so
chown -h root:root  $1/usr/lib/libevent_core-2.1.so.7
chown -h root:root  $1/usr/lib/libevent_core.so
chown -h root:root  $1/usr/lib/libevent_extra-2.1.so.7
chown -h root:root  $1/usr/lib/libevent_extra.so
chown -h root:root  $1/usr/lib/libevent_pthreads-2.1.so.7
chown -h root:root  $1/usr/lib/libevent_pthreads.so
chown -h root:root  $1/usr/lib/libevent_openssl-2.1.so.7
chown -h root:root  $1/usr/lib/libevent_openssl.so
chown -h root:root  $1/usr/lib/libpcap.so.1
chown -h root:root  $1/usr/lib/libpcap.so
chown -h root:root  $1/usr/lib/libpopt.so.0
chown -h root:root  $1/usr/lib/libpopt.so
chown -h root:root  $1/usr/lib/libmpdec.so.2
chown -h root:root  $1/usr/lib/libmpdec.so
chown -h root:root  $1/usr/lib/libmpdec++.so.2
chown -h root:root  $1/usr/lib/libmpdec++.so
chown -h root:root  $1/usr/lib/libthrift.so
chown -h root:root  $1/usr/lib/libthriftnb.so
chown -h root:root  $1/usr/lib/libthriftz.so
chown -h root:root  $1/usr/lib/libthrift_c_glib.so
chown -h root:root  $1/usr/lib/libfru.so.1
chown -h root:root  $1/usr/lib/libfru.so
chown -h root:root  $1/usr/lib/libgpio.so.1
chown -h root:root  $1/usr/lib/libgpio.so
chown -h root:root  $1/usr/lib/libpergpio.so.1
chown -h root:root  $1/usr/lib/libpergpio.so
chown -h root:root  $1/usr/lib/libplatformid.so.1
chown -h root:root  $1/usr/lib/libplatformid.so
chown -h root:root  $1/usr/lib/libpwmtach.so.1
chown -h root:root  $1/usr/lib/libpwmtach.so
chown -h root:root  $1/usr/lib/libhal_interface.so.1
chown -h root:root  $1/usr/lib/libhal_interface.so
chown -h root:root  $1/usr/lib/libhal.so.1
chown -h root:root  $1/usr/lib/libhal.so
chown -h root:root  $1/usr/lib/libhal_sp_adcifc.so.1
chown -h root:root  $1/usr/lib/libhal_sp_adcifc.so
chown -h root:root  $1/usr/lib/libhal_sp_platformidifc.so.1
chown -h root:root  $1/usr/lib/libhal_sp_platformidifc.so
chown -h root:root  $1/usr/lib/libhal_sp_fanifc.so.1
chown -h root:root  $1/usr/lib/libhal_sp_fanifc.so
chown -h root:root  $1/usr/lib/libhal_sp_gpioifc.so.1
chown -h root:root  $1/usr/lib/libhal_sp_gpioifc.so
chown -h root:root  $1/usr/lib/libhal_sp_ledifc.so.1
chown -h root:root  $1/usr/lib/libhal_sp_ledifc.so
chown -h root:root  $1/usr/lib/libhal_sp_batifc.so.1
chown -h root:root  $1/usr/lib/libhal_sp_batifc.so
chown -h root:root  $1/usr/lib/libhal_sp_i2cifc.so.1
chown -h root:root  $1/usr/lib/libhal_sp_i2cifc.so
chown -h root:root  $1/usr/lib/libhal_sp_enetswitchifc.so.1
chown -h root:root  $1/usr/lib/libhal_sp_enetswitchifc.so
chown -h root:root  $1/usr/lib/libhal_sp_pcieswitchifc.so.1
chown -h root:root  $1/usr/lib/libhal_sp_pcieswitchifc.so
chown -h root:root  $1/usr/lib/libhal_sp_kcsifc.so.1
chown -h root:root  $1/usr/lib/libhal_sp_kcsifc.so
chown -h root:root  $1/usr/lib/libhal_sp_btifc.so.1
chown -h root:root  $1/usr/lib/libhal_sp_btifc.so
chown -h root:root  $1/usr/lib/libhal_sp_supportfpgaifc.so.1
chown -h root:root  $1/usr/lib/libhal_sp_supportfpgaifc.so
chown -h root:root  $1/usr/lib/libhal_sp_seqcpldifc.so.1
chown -h root:root  $1/usr/lib/libhal_sp_seqcpldifc.so
chown -h root:root  $1/usr/lib/libhal_sp_agentliteifc.so.1
chown -h root:root  $1/usr/lib/libhal_sp_agentliteifc.so
chown -h root:root  $1/usr/lib/libhal_sp_hsamifc.so.1
chown -h root:root  $1/usr/lib/libhal_sp_hsamifc.so
chown -h root:root  $1/usr/lib/libhal_sp_eneteepromifc.so.1
chown -h root:root  $1/usr/lib/libhal_sp_eneteepromifc.so
chown -h root:root  $1/usr/lib/libhal_sp_jtagifc.so.1
chown -h root:root  $1/usr/lib/libhal_sp_jtagifc.so
chown -h root:root  $1/usr/lib/libhal_sp_ebodcpldifc.so.1
chown -h root:root  $1/usr/lib/libhal_sp_ebodcpldifc.so
chown -h root:root  $1/usr/lib/libhal_sp_pergpioifc.so.1
chown -h root:root  $1/usr/lib/libhal_sp_pergpioifc.so
chown -h root:root  $1/usr/lib/libadc.so.1
chown -h root:root  $1/usr/lib/libadc.so
chown -h root:root  $1/usr/lib/libami_spx.so
chown -h root:root  $1/usr/lib/libagentlite.so.1
chown -h root:root  $1/usr/lib/libagentlite.so
chown -h root:root  $1/usr/lib/libbattery.so.1
chown -h root:root  $1/usr/lib/libbattery.so
chown -h root:root  $1/usr/lib/libbt.so.1
chown -h root:root  $1/usr/lib/libbt.so
chown -h root:root  $1/usr/lib/libebodcpld.so.1
chown -h root:root  $1/usr/lib/libebodcpld.so
chown -h root:root  $1/usr/lib/libi2c.so.1
chown -h root:root  $1/usr/lib/libenetswitch.so.1
chown -h root:root  $1/usr/lib/libenetswitch.so
chown -h root:root  $1/usr/lib/libeneteeprom.so.1
chown -h root:root  $1/usr/lib/libeneteeprom.so
chown -h root:root  $1/usr/lib/libled.so.1
chown -h root:root  $1/usr/lib/libled.so
chown -h root:root  $1/usr/lib/libseqcpld.so.1
chown -h root:root  $1/usr/lib/libseqcpld.so
chown -h root:root  $1/usr/lib/libsupportfpga.so.1
chown -h root:root  $1/usr/lib/libsupportfpga.so
chown -h root:root  $1/usr/lib/libenvcmd.so.1
chown -h root:root  $1/usr/lib/libenvcmd.so
chown -h root:root  $1/usr/lib/libhsam.so.1
chown -h root:root  $1/usr/lib/libhsam.so
chown -h root:root  $1/usr/lib/libipmiparams.so
chown -h root:root  $1/usr/lib/libkcs.so.1
chown -h root:root  $1/usr/lib/libkcs.so
chown -h root:root  $1/usr/lib/libwatchdog.so.1
chown -h root:root  $1/usr/lib/libwatchdog.so
chown -h root:root  $1/usr/lib/libfanctrl.so.1
chown -h root:root  $1/usr/lib/libfanctrl.so
chown -h root:root  $1/usr/lib/libipmi.so
chown -h root:root  $1/usr/lib/libpersonality.so.1
chown -h root:root  $1/usr/lib/libpersonality.so
chown -h root:root  $1/usr/lib/libreset.so.1
chown -h root:root  $1/usr/lib/libreset.so
chown -h root:root  $1/usr/lib/libsharedmem.so.1
chown -h root:root  $1/usr/lib/libsharedmem.so
chown -h root:root  $1/usr/lib/libenvdev.so.1
chown -h root:root  $1/usr/lib/libenvdev.so
chown -h root:root  $1/usr/lib/libfruprog.so.1
chown -h root:root  $1/usr/lib/libfruprog.so
chown -h root:root  $1/usr/lib/libjtag.so.1
chown -h root:root  $1/usr/lib/libjtag.so
chown -h root:root  $1/usr/lib/libloopback.so.1
chown -h root:root  $1/usr/lib/libloopback.so
chown -h root:root  $1/usr/lib/libmdcio.so.1
chown -h root:root  $1/usr/lib/libmdcio.so
chown -h root:root  $1/usr/lib/libmmap.so.1
chown -h root:root  $1/usr/lib/libmmap.so
chown -h root:root  $1/usr/lib/libpcieswitch.so.1
chown -h root:root  $1/usr/lib/libpcieswitch.so
chown -h root:root  $1/usr/lib/librlmstats.so.1
chown -h root:root  $1/usr/lib/librlmstats.so
chown -h root:root  $1/usr/lib/libseldecoder.so.1
chown -h root:root  $1/usr/lib/libseldecoder.so
chown -h root:root  $1/usr/lib/libsmtp.so.1
chown -h root:root  $1/usr/lib/libsmtp.so
chown -h root:root  $1/usr/lib/libuserm.so.1
chown -h root:root  $1/usr/lib/libuserm.so
chown -h root:root  $1/usr/lib/libwd.so.1
chown -h root:root  $1/usr/lib/libwd.so
chown -h root:root  $1/usr/lib/libspregex.so.1
chown -h root:root  $1/usr/lib/libspregex.so
chown -h root:root  $1/usr/lib/libsslmgmt.so.1
chown -h root:root  $1/usr/lib/libsslmgmt.so
chown -h root:root  $1/usr/sbin/iptables-legacy
chown -h root:root  $1/usr/sbin/iptables-legacy-restore
chown -h root:root  $1/usr/sbin/iptables-legacy-save
chown -h root:root  $1/usr/sbin/iptables
chown -h root:root  $1/usr/sbin/iptables-restore
chown -h root:root  $1/usr/sbin/iptables-save
chown -h root:root  $1/usr/sbin/ip6tables-legacy
chown -h root:root  $1/usr/sbin/ip6tables-legacy-restore
chown -h root:root  $1/usr/sbin/ip6tables-legacy-save
chown -h root:root  $1/usr/sbin/ip6tables
chown -h root:root  $1/usr/sbin/ip6tables-restore
chown -h root:root  $1/usr/sbin/ip6tables-save
chown -h root:root  $1/usr/sbin/ip6tables-apply
chown -h root:root  $1/usr/sbin/addgroup
chown -h root:root  $1/usr/sbin/adduser
chown -h root:root  $1/usr/sbin/arping
chown -h root:root  $1/usr/sbin/chroot
chown -h root:root  $1/usr/sbin/delgroup
chown -h root:root  $1/usr/sbin/deluser
chown -h root:root  $1/usr/sbin/dnsd
chown -h root:root  $1/usr/sbin/ether-wake
chown -h root:root  $1/usr/sbin/fbset
chown -h root:root  $1/usr/sbin/fdformat
chown -h root:root  $1/usr/sbin/fsfreeze
chown -h root:root  $1/usr/sbin/inetd
chown -h root:root  $1/usr/sbin/killall5
chown -h root:root  $1/usr/sbin/loadfont
chown -h root:root  $1/usr/sbin/mim
chown -h root:root  $1/usr/sbin/nologin
chown -h root:root  $1/usr/sbin/rdate
chown -h root:root  $1/usr/sbin/setlogcons
chown -h root:root  $1/usr/sbin/fw_setenv
chown -h root:root  $1/usr/sbin/e2fsck
chown -h root:root  $1/usr/lib32
chown -h root:root  $1/usr/libexec/sudo/libsudo_util.so
chown -h root:root  $1/usr/libexec/sudo/libsudo_util.so.0
chown -h root:root  $1/usr/local/lib/libgpio.so
chown -h root:root  $1/usr/local/lib/libpwmtach.so
chown -h root:root  $1/usr/local/lib/libadc.so
chown -h root:root  $1/usr/local/lib/email/libAMIemailformat.so
chown -h root:root  $1/usr/local/lib/email/libfixedsub_emailformat.so
chown -h root:root  $1/usr/local/lib/libi2c.so
chown -h root:root  $1/usr/local/lib/ipmi/bowie/libipmipar.so
chown -h root:root  $1/usr/local/lib/ipmi/libipmibt.so
chown -h root:root  $1/usr/local/lib/ipmi/libipmichassis.so
chown -h root:root  $1/usr/local/lib/ipmi/libipmihalapi.so
chown -h root:root  $1/usr/local/lib/ipmi/libipmihalhw.so
chown -h root:root  $1/usr/local/lib/ipmi/libipmikcs.so
chown -h root:root  $1/usr/local/lib/ipmi/libipmilan.so
chown -h root:root  $1/usr/local/lib/ipmi/libipmimsghndlr.so
chown -h root:root  $1/usr/local/lib/ipmi/libipmiparams.so
chown -h root:root  $1/usr/local/lib/ipmi/libipmipar.so
chown -h root:root  $1/usr/local/lib/ipmi/libipmipdkapi.so
chown -h root:root  $1/usr/local/lib/ipmi/libipmipdkcmds.so
chown -h root:root  $1/usr/local/lib/ipmi/libipmipdk.so
chown -h root:root  $1/usr/local/lib/ipmi/libipmipef.so
chown -h root:root  $1/usr/local/lib/ipmi/libipmi.so
chown -h root:root  $1/usr/local/lib/ipmi/libipmisol.so
chown -h root:root  $1/usr/local/lib/ipmi/libipmistack.so
chown -h root:root  $1/usr/local/lib/ipmi/libipmitimer.so
chown -h root:root  $1/usr/local/lib/ipmi/libipmiuds.so
chown -h root:root  $1/usr/local/lib/libjtag.so
chown -h root:root  $1/usr/local/lib/libsslmgmt.so
chown -h root:root  $1/usr/local/acp/lib/libacp_exp_mgr.so.1
chown -h root:root  $1/usr/local/acp/lib/libacp_exp_mgr.so
chown -h root:root  $1/usr/local/acp/lib/libnetapp_safe_process.so.1
chown -h root:root  $1/usr/local/acp/lib/libnetapp_safe_process.so
chown -h root:root  $1/usr/local/acp/lib/libacp_log.so.1
chown -h root:root  $1/usr/local/acp/lib/libacp_log.so
chown -h root:root  $1/usr/local/acp/lib/libacp_sock.so.1
chown -h root:root  $1/usr/local/acp/lib/libacp_sock.so
chown -h root:root  $1/bin/ash
chown -h root:root  $1/bin/base32
chown -h root:root  $1/bin/cat
chown -h root:root  $1/bin/chgrp
chown -h root:root  $1/bin/chmod
chown -h root:root  $1/bin/chown
chown -h root:root  $1/bin/cp
chown -h root:root  $1/bin/cpio
chown -h root:root  $1/bin/date
chown -h root:root  $1/bin/dd
chown -h root:root  $1/bin/df
chown -h root:root  $1/bin/dnsdomainname
chown -h root:root  $1/bin/dumpkmap
chown -h root:root  $1/bin/echo
chown -h root:root  $1/bin/false
chown -h root:root  $1/bin/fdflush
chown -h root:root  $1/bin/getopt
chown -h root:root  $1/bin/gunzip
chown -h root:root  $1/bin/gzip
chown -h root:root  $1/bin/hostname
chown -h root:root  $1/bin/link
chown -h root:root  $1/bin/linux32
chown -h root:root  $1/bin/linux64
chown -h root:root  $1/bin/ln
chown -h root:root  $1/bin/login
chown -h root:root  $1/bin/ls
chown -h root:root  $1/bin/mkdir
chown -h root:root  $1/bin/mknod
chown -h root:root  $1/bin/mktemp
chown -h root:root  $1/bin/more
chown -h root:root  $1/bin/mount
chown -h root:root  $1/bin/mt
chown -h root:root  $1/bin/mv
chown -h root:root  $1/bin/netstat
chown -h root:root  $1/bin/nice
chown -h root:root  $1/bin/pidof
chown -h root:root  $1/bin/ping
chown -h root:root  $1/bin/ping6
chown -h root:root  $1/bin/pipe_progress
chown -h root:root  $1/bin/printenv
chown -h root:root  $1/bin/ps
chown -h root:root  $1/bin/pwd
chown -h root:root  $1/bin/resume
chown -h root:root  $1/bin/rm
chown -h root:root  $1/bin/rmdir
chown -h root:root  $1/bin/run-parts
chown -h root:root  $1/bin/setarch
chown -h root:root  $1/bin/setserial
chown -h root:root  $1/bin/sh
chown -h root:root  $1/bin/sleep
chown -h root:root  $1/bin/stat
chown -h root:root  $1/bin/stty
chown -h root:root  $1/bin/su
chown -h root:root  $1/bin/sync
chown -h root:root  $1/bin/tar
chown -h root:root  $1/bin/touch
chown -h root:root  $1/bin/true
chown -h root:root  $1/bin/umount
chown -h root:root  $1/bin/uname
chown -h root:root  $1/bin/usleep
chown -h root:root  $1/bin/vi
chown -h root:root  $1/bin/watch
chown -h root:root  $1/bin/zcat
chown -h root:root  $1/sbin/fsck.ext2
chown -h root:root  $1/sbin/fsck.ext3
chown -h root:root  $1/sbin/fsck.ext4
chown -h root:root  $1/sbin/mkfs.ext2
chown -h root:root  $1/sbin/mkfs.ext3
chown -h root:root  $1/sbin/mkfs.ext4
chown -h root:root  $1/sbin/e2mmpstatus
chown -h root:root  $1/sbin/e2label
chown -h root:root  $1/sbin/rtstat
chown -h root:root  $1/sbin/ctstat
chown -h root:root  $1/sbin/arp
chown -h root:root  $1/sbin/devmem
chown -h root:root  $1/sbin/freeramdisk
chown -h root:root  $1/sbin/fsck
chown -h root:root  $1/sbin/getty
chown -h root:root  $1/sbin/halt
chown -h root:root  $1/sbin/hdparm
chown -h root:root  $1/sbin/hwclock
chown -h root:root  $1/sbin/ifconfig
chown -h root:root  $1/sbin/ifdown
chown -h root:root  $1/sbin/ifup
chown -h root:root  $1/sbin/init
chown -h root:root  $1/sbin/insmod
chown -h root:root  $1/sbin/klogd
chown -h root:root  $1/sbin/loadkmap
chown -h root:root  $1/sbin/losetup
chown -h root:root  $1/sbin/lsmod
chown -h root:root  $1/sbin/makedevs
chown -h root:root  $1/sbin/mdev
chown -h root:root  $1/sbin/modprobe
chown -h root:root  $1/sbin/nameif
chown -h root:root  $1/sbin/pivot_root
chown -h root:root  $1/sbin/poweroff
chown -h root:root  $1/sbin/reboot
chown -h root:root  $1/sbin/rmmod
chown -h root:root  $1/sbin/route
chown -h root:root  $1/sbin/runlevel
chown -h root:root  $1/sbin/setconsole
chown -h root:root  $1/sbin/sulogin
chown -h root:root  $1/sbin/switch_root
chown -h root:root  $1/sbin/sysctl
chown -h root:root  $1/sbin/udhcpc
chown -h root:root  $1/sbin/vconfig
chown -h root:root  $1/sbin/watchdog
chown -h root:root  $1/lib/ld-linux.so.3
chown -h root:root  $1/lib/libatomic.so.1
chown -h root:root  $1/lib/libc.so.6
chown -h root:root  $1/lib/libcrypt.so.1
chown -h root:root  $1/lib/libdl.so.2
chown -h root:root  $1/lib/libm.so.6
chown -h root:root  $1/lib/libnsl.so.1
chown -h root:root  $1/lib/libresolv.so.2
chown -h root:root  $1/lib/librt.so.1
chown -h root:root  $1/lib/libutil.so.1
chown -h root:root  $1/lib/libpthread.so.0
chown -h root:root  $1/lib/libnss_files.so.2
chown -h root:root  $1/lib/libnss_dns.so.2
chown -h root:root  $1/lib/libanl.so.1
chown -h root:root  $1/lib/libuuid.so.1
chown -h root:root  $1/lib/libblkid.so.1
chown -h root:root  $1/lib/libmount.so.1
chown -h root:root  $1/lib/libsmartcols.so.1
chown -h root:root  $1/lib/libfdisk.so.1
chown -h root:root  $1/lib32
chown -h root:root  $1/var/cache
chown -h root:root  $1/var/tmp
chown -h root:root  $1/var/lib/misc
chown -h root:root  $1/linuxrc
chown -h root:root  $1/conf/BMC1/IPMIConfig.dat
chown -h root:root  $1/conf/PMConfig.dat
chown -h root:root  $1/conf/SEL.dat
chown -h root:root  $1/conf/fru
chown -h root:root  $1/conf/loopback.dat
chown root:root  $1/mnt/logs/forensics
chmod 755  $1/mnt/logs/forensics
chown root:root  $1/mnt/logs/etc
chmod 755  $1/mnt/logs/etc
chown root:root  $1/mnt/logs/etc/ipmi
chmod 755  $1/mnt/logs/etc/ipmi
chown root:root  $1/mnt/logs/ipmi
chmod 755  $1/mnt/logs/ipmi
chown root:root  $1/mnt/logs/conf
chmod 755  $1/mnt/logs/conf
chown root:root  $1/mnt/logs/conf/BMC1
chmod 755  $1/mnt/logs/conf/BMC1
