Skip to content

Commit

Permalink
feat(20.04) add slice for crun and uidmap
Browse files Browse the repository at this point in the history
  • Loading branch information
endersonmaia committed May 9, 2024
1 parent 9d74558 commit 3ecc0e7
Show file tree
Hide file tree
Showing 13 changed files with 120 additions and 0 deletions.
13 changes: 13 additions & 0 deletions slices/crun.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
package: crun

slices:
bins:
essential:
- libc6_libs
- libcap2_libs
- libseccomp2_libs
- libsystemd0_libs
- libyajl2_libs
contents:
/usr/bin/crun:
/usr/lib/*-linux-*/libcrun.a:
6 changes: 6 additions & 0 deletions slices/libaudit-common.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
package: libaudit-common

slices:
config:
contents:
/etc/libaudit.conf:
10 changes: 10 additions & 0 deletions slices/libaudit1.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
package: libaudit1

slices:
libs:
essential:
- libc6_libs
- libaudit-common_config
- libcap-ng0_libs
contents:
/lib/*-linux-*/libaudit.so.1*:
8 changes: 8 additions & 0 deletions slices/libcap-ng0.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
package: libcap-ng0

slices:
libs:
essential:
- libc6_libs
contents:
/lib/*-linux-*/libcap-ng.so.0*:
8 changes: 8 additions & 0 deletions slices/libcap2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
package: libcap2

slices:
libs:
essential:
- libc6_libs
contents:
/lib/*-linux-*/libcap.so.2*:
10 changes: 10 additions & 0 deletions slices/libgcrypt20.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# LGPL Crypto library - runtime library
package: libgcrypt20

slices:
libs:
essential:
- libc6_libs
- libgpg-error0_libs
contents:
/usr/lib/*-linux-*/libgcrypt.so.20*:
10 changes: 10 additions & 0 deletions slices/libgpg-error0.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Library that defines common error values, messages, and common
# runtime functionality for all GnuPG components.
package: libgpg-error0

slices:
libs:
essential:
- libc6_libs
contents:
/lib/*-linux-*/libgpg-error.so.0*:

Check failure on line 10 in slices/libgpg-error0.yaml

View workflow job for this annotation

GitHub Actions / Lint / Lint

10:41 [new-line-at-end-of-file] no new line character at the end of file
8 changes: 8 additions & 0 deletions slices/liblz4-1.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
package: liblz4-1

slices:
libs:
essential:
- libc6_libs
contents:
/usr/lib/*-linux-*/liblz4.so.1*:
8 changes: 8 additions & 0 deletions slices/libseccomp2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
package: libseccomp2

slices:
libs:
essential:
- libc6_libs
contents:
/usr/lib/*-linux-*/libseccomp.so.2*:
11 changes: 11 additions & 0 deletions slices/libsystemd0.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
package: libsystemd0

slices:
libs:
essential:
- libc6_libs
- libgcrypt20_libs
- liblz4-1_libs
- liblzma5_libs
contents:
/lib/*-linux-*/libsystemd.so.0*:
8 changes: 8 additions & 0 deletions slices/libyajl2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
package: libyajl2

slices:
libs:
essential:
- libc6_libs
contents:
/usr/lib/*-linux-*/libyajl.so.2*:
9 changes: 9 additions & 0 deletions slices/libzstd1.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Fast lossless compression algorithm
package: libzstd1

slices:
libs:
essential:
- libc6_libs
contents:
/usr/lib/*-linux-*/libzstd.so.1*:

Check failure on line 9 in slices/libzstd1.yaml

View workflow job for this annotation

GitHub Actions / Lint / Lint

9:40 [new-line-at-end-of-file] no new line character at the end of file
11 changes: 11 additions & 0 deletions slices/uidmap.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
package: uidmap

slices:
bins:
essential:
- libc6_libs
- libselinux1_libs
- libaudit1_libs
contents:
/usr/bin/newgidmap:
/usr/bin/newuidmap:

0 comments on commit 3ecc0e7

Please sign in to comment.