vidistar-bootstrap-wildfly-1.14-0> )lp 6e8deee0697219da085b2833ecf7078bd78ef697006201cdc8fa2adf605335b9adfb00fad5329aa0446bb272639583a19c97c5cbLOlZv~<`>? <? ,d" $ ? r     *Tp ( >'@/G8HTIpXxY\]^ "b d e f l t u $v @w x y     (Cvidistar-bootstrap-wildfly1.140VidiStar bootstrap packageBootstrap files needed to synchronize VidiStar installation with master sitef_zol8.ol8.virtualbox.org7VidiStarOtherLALIT AGRAWALApplications/Servershttp://www.vidistar.comlinuxnoarchsemodule -i /usr/share/selinux/packages/targeted/vidistar.pp if [ "$1" -eq "1" ]; then if [ -r /etc/vidistar-update.conf.rpmsave ]; then cp /etc/vidistar-update.conf.rpmsave /etc/vidistar-update.conf fi if [ -r /etc/sysconfig/vidistar.rpmsave ]; then . /etc/sysconfig/vidistar . /etc/sysconfig/vidistar.rpmsave 2>/dev/null cat < /etc/sysconfig/vidistar JBOSS_HOME=$JBOSS_HOME JAVA_HOME="\$JBOSS_HOME/java/home" JBOSS_USER=$JBOSS_USER JBOSS_HOST=$JBOSS_HOST JBOSS_CONFIG=vidistar.xml JBOSS_OPTS="-b $JBOSS_HOST -Djboss.management.http.port=9991 -Djboss.http.port=9080" EOF fi fiif [ $1 -eq 0 ]; then semodule -r vidistar fi64&S큤f_zf_zf_zf_zf_zf_zf_z9da78dec5e552701ca5eb5fc3d9a1ae8673882776489e8bc6ab8f725bc986fec5231aa20d140f4e4926743d6114d253445b6ea350e71db0228ba8f85c72ecf8bdc33a862825416b09bfb8fd06f3bb2af79e85cbb097304352aac3ba7ad9c5da87861f1c3dbe065b83e5dea886cf024c8e138415bb498e2a68e594c803f18ffe09b81c996a088ce1df4445a113a2dc87603d875a889914a6cdf9ec499021fe98a5665ddb9a190d511fa1229345d1c6b132422dd1b3e15dd15d88d1358c6874ded32462ee03aab2940308d83a65b5a708c94855ab96d9843641545c1badf6673ddrootrootrootrootrootrootrootrootrootrootrootrootrootrootvidistar-bootstrap-wildfly-1.14-0.src.rpmconfig(vidistar-bootstrap-wildfly)vidistar-bootstrap-wildfly@   /bin/bash/bin/sh/bin/shconfig(vidistar-bootstrap-wildfly)dcmtkperl(XML::LibXML)perl-Config-Propertiesperl-Switchperl-versionpolicycoreutilspwgenrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)sshpass1.14-03.0.4-14.6.0-14.0-1vidistar-bootstrap4.14.3/bin/sh/bin/sh1.14-01.14-096_sono_sudovidistarvidistar-update.confvidistar-bootstrapvidistar-analytics.servicevidistar.servicevidistar.pp/etc/sudoers.d//etc/sysconfig//etc//usr/bin//usr/lib/systemd/system//usr/share/selinux/packages/targeted/-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protectioncpiogzip0noarch-redhat-linux-gnuASCII text, with very long linesASCII textBourne-Again shell script, ASCII text executableRutf-8118f0eaae79c375249d5e545f794153cedc74a3baaca7637a2d053bc869132c1?`<07070100000001000081b0000000000000000000000001665f857a00000136000000000000000000000000000000000000001d00000000./etc/sudoers.d/96_sono_sudosono ALL=(root) NOPASSWD: /sbin/service vidistar stop, /sbin/service vidistar start, /sbin/service vidistar-analytics stop, /sbin/service vidistar-analytics start, /bin/systemctl stop vidistar, /bin/systemctl start vidistar, /bin/systemctl stop vidistar-analytics, /bin/systemctl start vidistar-analytics 07070100000002000081a4000000000000000000000001665f857a000000dd000000000000000000000000000000000000001900000000./etc/sysconfig/vidistarJBOSS_HOME=/home/sono/vidistar/vidistar JAVA_HOME="$JBOSS_HOME/java/home" JBOSS_USER=sono JBOSS_HOST=0.0.0.0 JBOSS_CONFIG=vidistar.xml JBOSS_OPTS="-b $JBOSS_HOST -Djboss.management.http.port=9991 -Djboss.http.port=9080" 07070100000003000081a4000000000000000000000001665f857a00000095000000000000000000000000000000000000001b00000000./etc/vidistar-update.confVIDISTAR_DIR=/home/sono/vidistar/vidistar UPDATE_SITE=sono@prod.vidistar.net::vidistar VIDISTAR_DATA_DIR=/archive/vidistar RSYNC_CMD="rsync -e ssh" 07070100000004000081ed000000000000000000000001665f857a00000734000000000000000000000000000000000000001d00000000./usr/bin/vidistar-bootstrap#!/bin/bash DIR=`dirname $0` CONFIG=vidistar-update.conf now=$(date +"%Y%m%d_%H%M%S") SKIP_ANALYTICS="FALSE"; if [ -f "$DIR/${CONFIG}" ]; then . "$DIR/${CONFIG}" elif [ -f "$HOME/${CONFIG}" ]; then . "$HOME/${CONFIG}" elif [ -f "/etc/${CONFIG}" ]; then . "/etc/${CONFIG}" else echo "Config file not found ${CONFIG}" exit 1 fi [ -z "$VIDISTAR_DIR" ] && { echo "VIDISTAR_DIR variable not set" exit 2 } [ -z "$VIDISTAR_DATA_DIR" ] && { echo "VIDISTAR_DATA_DIR variable not set" exit 2 } [ -z "$UPDATE_SITE" ] && { echo "UPDATE_SITE variable not set" exit 2 } [ -z "$RSYNC_CMD" ] && { echo "RSYNC_CMD variable not set" exit 2 } VIDISTAR_INSTALL_ARCHIVE_DIR="$VIDISTAR_DATA_DIR/install-$now" mkdir -p "$VIDISTAR_INSTALL_ARCHIVE_DIR" VIDISTAR_Log="$VIDISTAR_INSTALL_ARCHIVE_DIR/Vidistar-Upgrade.log" exec > >(tee -a $VIDISTAR_Log) 2>&1 echo "INFO: Starting Vidistar Upgrade" mkdir -p $VIDISTAR_DIR #echo "INFO: Created directory $VIDISTAR_DIR" echo "INFO: Downloading Update scripts..." eval "$(printf '%s -avz --delete %q %q' "$RSYNC_CMD" "$UPDATE_SITE/update" "$VIDISTAR_DIR")" if [ $? == 0 ] then export VIDISTAR_DIR export UPDATE_SITE export VIDISTAR_DATA_DIR export VIDISTAR_INSTALL_ARCHIVE_DIR export RSYNC_CMD export VIDISTAR_Log echo "INFO: Update scripts downloaded successfully." echo "INFO: Running Update Process." $VIDISTAR_DIR/update/update "$@" if [ $? == 0 ] then echo "INFO: Vidistar upgraded successfully!" else echo "ERROR: Vidistar upgrade failed, upgrade log stored in $VIDISTAR_Log" exit 1; fi else echo "ERROR: Unknown error. Cannot download update scripts." exit 1; fi 07070100000005000081a4000000000000000000000001665f857a000004bf000000000000000000000000000000000000003400000000./usr/lib/systemd/system/vidistar-analytics.service[Unit] Description=VidiStar Analytics After=syslog.target network.target postgresql-12.service Wants=postgresql-12.service [Service] Type=forking EnvironmentFile=/etc/sysconfig/vidistar User=sono Group=sono # Check if JBOSS_USER and JBOSS_HOME are set and if CONFIG file exists ExecStartPre=/bin/bash -c 'if [ -z "$JBOSS_USER" ]; then echo "ERROR: JBOSS_USER variable not set" && exit 2; fi' ExecStartPre=/bin/bash -c 'if [ -z "$JBOSS_HOME" ]; then echo "ERROR: JBOSS_HOME variable not set" && exit 2; fi' ExecStartPre=/bin/bash -c 'if [ -f "/etc/sysconfig/vidistar" ]; then . "/etc/sysconfig/vidistar"; else echo "Config file not found" && exit 1; fi' # Export environment variables ExecStartPre=/bin/bash -c 'export JAVA_HOME="$JBOSS_HOME/java/pentaho_java_home"; export JRE_HOME="$JAVA_HOME"; export PENTAHO_JAVA="$JAVA_HOME/bin/java"' ExecStart=/home/sono/vidistar/vidistar/pentaho8/pentaho-server/start-pentaho.sh ExecStop=/home/sono/vidistar/vidistar/pentaho8/pentaho-server/stop-pentaho.sh ExecReload=/home/sono/vidistar/vidistar/pentaho8/pentaho-server/stop-pentaho.sh && /home/sono/vidistar/vidistar/pentaho8/pentaho-server/start-pentaho.sh [Install] WantedBy=multi-user.target07070100000006000081a4000000000000000000000001665f857a000002e4000000000000000000000000000000000000002a00000000./usr/lib/systemd/system/vidistar.service[Unit] Description=Vidistar Application Server After=syslog.target network.target postgresql-12.service Before=httpd.service Wants=postgresql-12.service [Service] User=sono WorkingDirectory=/home/sono/vidistar/vidistar/bin ExecStartPre=/bin/bash -c 'echo "#!/bin/bash\n. /etc/sysconfig/vidistar && export JAVA_HOME && ./standalone.sh -c \$JBOSS_CONFIG \$JBOSS_OPTS" > launch-systemd.sh && chmod +x launch-systemd.sh' ExecStart=/home/sono/vidistar/vidistar/bin/launch-systemd.sh PIDFile=/var/run/vidistar/vidistar.pid TimeoutStartSec=120 TimeoutStopSec=60 Restart=always RestartSec=10 # Prevents Wildfly logs to write to /var/log/messages StandardError=null StandardOutput=null [Install] WantedBy=multi-user.target 07070100000007000081a4000000000000000000000001665f857a00002653000000000000000000000000000000000000003200000000./usr/share/selinux/packages/targeted/vidistar.pp|p|SE Linux Modulevidistar1.0@ tcp_socket name_connectdirrmdirrenamelnk_filereadprocessexecmem filemapappendcreateexecute write unlinkioctl setattr read renamelockexecute_no_transopen sock_filecreateunlinksetattrrenameobject_r@@@@ @smtp_port_t @user_tmp_t @user_home_t@unreserved_port_t @transproxy_port_t @init_tmp_t@init_t@tmp_t@postgresql_port_t @default_t@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @@@@@@@ @@@@@@@@@@?@@@@@@@@@@@@@@@@@@@@@@@@@@@ tcp_socketdirlnk_fileprocessfile sock_fileobject_r smtp_port_t user_tmp_t user_home_tunreserved_port_ttransproxy_port_t init_tmp_tinit_ttmp_tpostgresql_port_t default_t|# # Directory patterns (dir) # # Parameters: # 1. domain type # 2. container (directory) type # 3. directory type # # # Regular file patterns (file) # # Parameters: # 1. domain type # 2. container (directory) type # 3. file type # # # Symbolic link patterns (lnk_file) # # Parameters: # 1. domain type # 2. container (directory) type # 3. file type # # # (Un)named Pipes/FIFO patterns (fifo_file) # # Parameters: # 1. domain type # 2. container (directory) type # 3. file type # # # (Un)named sockets patterns (sock_file) # # Parameters: # 1. domain type # 2. container (directory) type # 3. file type # # # Block device node patterns (blk_file) # # Parameters: # 1. domain type # 2. container (directory) type # 3. file type # # # Character device node patterns (chr_file) # # Parameters: # 1. domain type # 2. container (directory) type # 3. file type # # # File type_transition patterns # # filetrans_add_pattern(domain,dirtype,newtype,class(es),[filename]) # # # filetrans_pattern(domain,dirtype,newtype,class(es),[filename]) # # # unix domain socket patterns # ######################################## # # Support macros for sets of object classes and permissions # # This file should only have object class and permission set macros - they # can only reference object classes and/or permissions. # # All directory and file classes # # # All non-directory file classes. # # # Non-device file classes. # # # Device file classes. # # # All socket classes. # # # Datagram socket classes. # # # Stream socket classes. # # # Unprivileged socket classes (exclude rawip, netlink, packet). # ######################################## # # Macros for sets of permissions # # # Permissions to mount and unmount file systems. # # # Permissions for using sockets. # # # Permissions for creating and using sockets. # # # Permissions for using stream sockets. # # # Permissions for creating and using stream sockets. # # # Permissions for creating and using sockets. # # # Permissions for creating and using sockets. # # # Permissions for creating and using netlink sockets. # # # Permissions for using netlink sockets for operations that modify state. # # # Permissions for using netlink sockets for operations that observe state. # # # Permissions for sending all signals. # # # Permissions for sending and receiving network packets. # # # Permissions for using System V IPC # ######################################## # # New permission sets # # # Directory (dir) # # # Regular file (file) # # # Symbolic link (lnk_file) # # # (Un)named Pipes/FIFOs (fifo_file) # # # (Un)named Sockets (sock_file) # # # Block device nodes (blk_file) # # # Character device nodes (chr_file) # ######################################## # # Special permission sets # # # Use (read and write) terminals # # # Sockets # # # Keys # # # Service # # # perf_event # # # Specified domain transition patterns # # compatibility: # # Automatic domain transition patterns # # compatibility: # # Dynamic transition pattern # # # Other process permissions # ######################################## # # Helper macros # # # shiftn(num,list...) # # shift the list num times # # # ifndef(expr,true_block,false_block) # # m4 does not have this. # # # __endline__ # # dummy macro to insert a newline. used for # errprint, so the close parentheses can be # indented correctly. # ######################################## # # refpolwarn(message) # # print a warning message # ######################################## # # refpolerr(message) # # print an error message. does not # make anything fail. # ######################################## # # gen_user(username, prefix, role_set, mls_defaultlevel, mls_range, [mcs_categories]) # ######################################## # # gen_context(context,mls_sensitivity,[mcs_categories]) # ######################################## # # can_exec(domain,executable) # ######################################## # # gen_bool(name,default_value) # ######################################## # # gen_cats(N) # # declares categores c0 to c(N-1) # ######################################## # # gen_sens(N) # # declares sensitivites s0 to s(N-1) with dominance # in increasing numeric order with s0 lowest, s(N-1) highest # ######################################## # # gen_levels(N,M) # # levels from s0 to (N-1) with categories c0 to (M-1) # ######################################## # # Basic level names for system low and high # ######################################## # # Macros for switching between source policy # and loadable policy module support # ############################## # # For adding the module statement # ############################## # # For use in interfaces, to optionally insert a require block # # helper function, since m4 wont expand macros # if a line is a comment (#): ############################## # # In the future interfaces should be in loadable modules # # template(name,rules) # ############################## # # In the future interfaces should be in loadable modules # # interface(name,rules) # ############################## # # Optional policy handling # ############################## # # Determine if we should use the default # tunable value as specified by the policy # or if the override value should be used # ############################## # # Extract booleans out of an expression. # This needs to be reworked so expressions # with parentheses can work. ############################## # # Tunable declaration # ############################## # # Tunable policy handling # 07070100000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000b00000000TRAILER!!!`ȉ`<