UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Ironbank Containers
DIAT
AAP CLI
Commits
f9c7334e
Commit
f9c7334e
authored
Apr 15, 2021
by
WingKwan Lau
Committed by
sean.melissari
Apr 15, 2021
Browse files
Remove stickybit
parent
044a9141
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
561 additions
and
1 deletion
+561
-1
Dockerfile
Dockerfile
+3
-0
LICENSE
LICENSE
+551
-0
hardening_manifest.yaml
hardening_manifest.yaml
+7
-1
No files found.
Dockerfile
View file @
f9c7334e
...
@@ -73,6 +73,9 @@ RUN useradd -u 1001 -r -g 0 -d ${HOME} -s /sbin/nologin \
...
@@ -73,6 +73,9 @@ RUN useradd -u 1001 -r -g 0 -d ${HOME} -s /sbin/nologin \
fix-permissions
${
HOME
}
-P
&&
\
fix-permissions
${
HOME
}
-P
&&
\
rpm-file-permissions
rpm-file-permissions
# Remove sticky bit
RUN
chmod
g-s /usr/libexec/openssh/ssh-keysign
ENTRYPOINT
["/usr/bin/container-entrypoint"]
ENTRYPOINT
["/usr/bin/container-entrypoint"]
USER
1001
USER
1001
...
...
LICENSE
View file @
f9c7334e
This diff is collapsed.
Click to expand it.
hardening_manifest.yaml
View file @
f9c7334e
...
@@ -54,7 +54,13 @@ resources:
...
@@ -54,7 +54,13 @@ resources:
validation
:
validation
:
type
:
"
sha256"
# supported: sha256, sha512
type
:
"
sha256"
# supported: sha256, sha512
value
:
"
01b317c506f8b6ad60b11b1dc3f093276bb703281cb1ae01132752253ec706a2"
# must be lowercase
value
:
"
01b317c506f8b6ad60b11b1dc3f093276bb703281cb1ae01132752253ec706a2"
# must be lowercase
-
url
:
"
http://www.rpmfind.net/linux/centos/8.3.2011/AppStream/x86_64/os/Packages/perl-5.30.1-451.module_el8.3.0+406+78614513.x86_64.rpm"
filename
:
"
perl-5.30.1-451.module_el8.3.0+406+78614513.x86_64.rpm"
validation
:
type
:
"
sha256"
# supported: sha256, sha512
value
:
"
5af6605a7cfb477a60132992e679a4b5502c71b4636e8839cdba5f8ec580f368"
# must be lowercase
# List of project maintainers
# List of project maintainers
maintainers
:
maintainers
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment