Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
home:jsegitz:branches:security:SELinux
selinux-policy
update.sh
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File update.sh of Package selinux-policy
#!/bin/sh date=$(date '+%Y%m%d') base_name_pattern='selinux-policy-*.tar.xz' echo Update to $date old_tar_file=$(ls -1 $base_name_pattern) osc service manualrun if [ "$1" = "full" ]; then echo doing full update including container-selinux rm -rf container-selinux git clone --depth 1 https://github.com/containers/container-selinux.git rm -f container.* mv container-selinux/container.* . rm -rf container-selinux fi # delete old files. Might need a better sanity check tar_cnt=$(ls -1 $base_name_pattern | wc -l) if [ $tar_cnt -gt 1 ]; then echo delte old file $old_tar_file rm "$old_tar_file" osc addremove fi osc status
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor