Skip to content

Commit

Permalink
core-20211114
Browse files Browse the repository at this point in the history
  • Loading branch information
yosukes-dev committed Nov 14, 2021
1 parent c3d7b8b commit 9d06b16
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 Yosuke Sano
Copyright (c) 2020-2021 Yosuke Sano

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -19,3 +19,10 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

*******************************************************************************

Within the rootfs included in the distribution, follow the standards published
by Lorenzo Faletra, Parrot Security CIC and the respective software developers.

*******************************************************************************
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ LNCR_EXE=Parrot.exe

DLR=curl
DLR_FLAGS=-L
LNCR_URL=https://github.com/yuk7/wsldl/releases/download/20100500/Launcher.exe
LNCR_URL=https://github.com/yuk7/wsldl/releases/download/21082800/wsldl.exe

all: $(OUT_ZIP)

Expand Down Expand Up @@ -37,7 +37,7 @@ rootfs: base.tar

base.tar:
@echo -e '\e[1;31mExporting base.tar using docker...\e[m'
docker run --name parrotwsl parrotsec/core:latest /bin/bash -c "pwconv; grpconv; chmod 0744 /etc/shadow; chmod 0744 /etc/gshadow;"
docker run --name parrotwsl parrotsec/core@sha256:cdc3a1710c030680a486100a9b0ae11d8c4aab3e7e626c7a9e17c01b823d5e9f /bin/bash -c "pwconv; grpconv; chmod 0744 /etc/shadow; chmod 0744 /etc/gshadow;"
docker export --output=base.tar parrotwsl
docker rm -f parrotwsl

Expand All @@ -49,4 +49,4 @@ clean:
-rm rootfs.tar.gz
-sudo rm -r rootfs
-rm base.tar
-docker rmi parrotsec/core:latest
-docker rmi parrotsec/core@sha256:cdc3a1710c030680a486100a9b0ae11d8c4aab3e7e626c7a9e17c01b823d5e9f

0 comments on commit 9d06b16

Please sign in to comment.