Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pmaports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
postmarketOS
pmaports
Commits
cc0f235f
Verified
Commit
cc0f235f
authored
9 months ago
by
Clayton Craft
Browse files
Options
Downloads
Patches
Plain Diff
main/postmarketos-config-nftables: drop openrc subpkg (MR 5364)
The nftables service should be enabled by pmos-base instead
parent
35fc6141
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
main/postmarketos-config-nftables/APKBUILD
+1
-10
1 addition, 10 deletions
main/postmarketos-config-nftables/APKBUILD
main/postmarketos-config-nftables/postmarketos-config-nftables-openrc.post-install
+0
-3
0 additions, 3 deletions
...nftables/postmarketos-config-nftables-openrc.post-install
with
1 addition
and
13 deletions
main/postmarketos-config-nftables/APKBUILD
+
1
−
10
View file @
cc0f235f
# Maintainer: Clayton Craft <clayton@craftyguy.net>
pkgname
=
postmarketos-config-nftables
pkgver
=
0.16
pkgrel
=
1
pkgrel
=
2
pkgdesc
=
"nftables firewall configuration for postmarketOS"
url
=
"https://gitlab.com/postmarketos"
arch
=
"noarch"
...
...
@@ -18,7 +18,6 @@ subpackages="
$pkgname
-vlc-chromecast:vlc_chromecast
$pkgname
-vncserver:vncserver
$pkgname
-wifi-display:wifi_display
$pkgname
-openrc
"
source
=
"
rules/00_log_all.nft
...
...
@@ -47,14 +46,6 @@ package() {
done
}
openrc
()
{
install_if
=
"
$pkgname
=
$pkgver
-r
$pkgrel
openrc"
install
=
"
$subpkgname
.post-install"
depends
=
"nftables-openrc"
mkdir
-p
"
$subpkgdir
"
}
openusb
()
{
depends
=
"
$pkgname
"
description
=
"Adds a rule to accept all incoming connections to the usb* interface"
...
...
This diff is collapsed.
Click to expand it.
main/postmarketos-config-nftables/postmarketos-config-nftables-openrc.post-install
deleted
100644 → 0
+
0
−
3
View file @
35fc6141
#!/bin/sh
rc-update add nftables default
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment