diff options
author | Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com> | 2021-02-20 16:02:15 -0800 |
---|---|---|
committer | Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com> | 2021-02-20 16:02:15 -0800 |
commit | 5d8d4fbbcb5c5de9370711c19bb3510210989a98 (patch) | |
tree | d0754921833f413b7eb93fb6bb1b1c8a22fb0498 /utils/selinux-python | |
parent | d651082447b4392399a40ea1ae11d0bce4bfe83a (diff) |
treewide: Run refresh on all packages
The crude loop I wrote to come up with this changeset:
find -L package/feeds/packages/ -name patches | \
sed 's/patches$/refresh/' | sort | xargs make
Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
Diffstat (limited to 'utils/selinux-python')
-rw-r--r-- | utils/selinux-python/patches/0001-sepolgen-adjust-data_dir.patch | 7 | ||||
-rw-r--r-- | utils/selinux-python/patches/0002-sepolgen-don-t-hardcode-search-for-ausearch-in-sbin.patch | 5 |
2 files changed, 1 insertions, 11 deletions
diff --git a/utils/selinux-python/patches/0001-sepolgen-adjust-data_dir.patch b/utils/selinux-python/patches/0001-sepolgen-adjust-data_dir.patch index 5b5426007..2589f2f99 100644 --- a/utils/selinux-python/patches/0001-sepolgen-adjust-data_dir.patch +++ b/utils/selinux-python/patches/0001-sepolgen-adjust-data_dir.patch @@ -8,11 +8,9 @@ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> sepolgen/src/sepolgen/defaults.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -diff --git a/sepolgen/src/sepolgen/defaults.py b/sepolgen/src/sepolgen/defaults.py -index 6e800695..a61d1efd 100644 --- a/sepolgen/src/sepolgen/defaults.py +++ b/sepolgen/src/sepolgen/defaults.py -@@ -57,7 +57,7 @@ Various default settings, including file and directory locations. +@@ -57,7 +57,7 @@ Various default settings, including file """ def data_dir(): @@ -21,6 +19,3 @@ index 6e800695..a61d1efd 100644 def perm_map(): return data_dir() + "/perm_map" --- -2.21.0 - diff --git a/utils/selinux-python/patches/0002-sepolgen-don-t-hardcode-search-for-ausearch-in-sbin.patch b/utils/selinux-python/patches/0002-sepolgen-don-t-hardcode-search-for-ausearch-in-sbin.patch index 0ebc3e593..426781b8b 100644 --- a/utils/selinux-python/patches/0002-sepolgen-don-t-hardcode-search-for-ausearch-in-sbin.patch +++ b/utils/selinux-python/patches/0002-sepolgen-don-t-hardcode-search-for-ausearch-in-sbin.patch @@ -11,8 +11,6 @@ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> sepolgen/src/sepolgen/audit.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -diff --git a/sepolgen/src/sepolgen/audit.py b/sepolgen/src/sepolgen/audit.py -index 4adb851f..5eafa587 100644 --- a/sepolgen/src/sepolgen/audit.py +++ b/sepolgen/src/sepolgen/audit.py @@ -41,7 +41,7 @@ def get_audit_boot_msgs(): @@ -33,6 +31,3 @@ index 4adb851f..5eafa587 100644 stdout=subprocess.PIPE).communicate()[0] if util.PY3: output = util.decode_input(output) --- -2.21.0 - |