Skip to content

Commit

Permalink
Merge pull request #24173 from kaniini/feature/paxmark
Browse files Browse the repository at this point in the history
paxmark: new package
  • Loading branch information
rawlingsj authored Jul 17, 2024
2 parents ef0d405 + c6ed218 commit 3758e4b
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions paxmark.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
package:
name: paxmark
version: 0.1.0
epoch: 0
description: "update PaX markings on binaries run under PaX-capable kernels"
copyright:
- license: MIT

environment:
contents:
packages:
- bash
- build-base
- busybox
- ca-certificates-bundle
- rust
- wolfi-base

pipeline:
- uses: git-checkout
with:
repository: https://github.com/edera-dev/paxmark
tag: v${{package.version}}
expected-commit: 7e69813989b5f78975c0fa43f32fd582544c3a31

- runs: |
cargo build --release
install -Dm755 target/release/paxmark "${{targets.destdir}}"/usr/sbin/paxmark
update:
enabled: true
github:
identifier: edera-dev/paxmark
strip-prefix: v
use-tag: true

0 comments on commit 3758e4b

Please sign in to comment.