This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"user": "${SSH_USER}", | |
"ssh": { | |
"authorized-keys": [ | |
"${SSH_AUTHORIZED_KEY}" | |
] | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"user": "${SSH_USER}", | |
"ssh": { | |
"authorized-keys": [ | |
"${SSH_AUTHORIZED_KEY}" | |
] | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
for c in \ | |
alpine:latest \ | |
debian:stretch \ | |
debian:buster \ | |
debian:bullseye \ | |
debian:bookworm \ | |
fedora:32 \ | |
fedora:33 \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
==> configs/config-aarch64-aws-dev-diff <== | |
CRC8 n -> m | |
FM10K n -> m | |
FW_LOADER_COMPRESS n -> y | |
I40E n -> m | |
ICE n -> m | |
IGBVF n -> m | |
IXGB n -> m | |
IXGBE n -> m | |
KEYBOARD_ATKBD n -> m |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From d1e4a7bacc3725852b25c1c23ceef474d4a0468f Mon Sep 17 00:00:00 2001 | |
From: Ben Cressey <bcressey@amazon.com> | |
Date: Sat, 30 Mar 2024 15:25:47 +0000 | |
Subject: [PATCH] libsepol/cil: check common perms for "all" verification | |
Otherwise, the verifier will reject the "all" operator when used for | |
a class whose only permissions come through "classcommon". | |
Signed-off-by: Ben Cressey <bcressey@amazon.com> | |
--- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-ATM_BR2684 m | |
-ATM_BR2684_IPFILTER n | |
-ATM_CLIP m | |
-ATM_CLIP_NO_ICMP n | |
-ATM_DRIVERS n | |
-ATM_LANE m | |
-ATM_MPOA n | |
-CAN_8DEV_USB n | |
-CAN_BCM m | |
-CAN_CALC_BITTIMING y |