mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 00:48:10 +01:00
add support for cachyos
This commit is contained in:
parent
118c412378
commit
9a53a047d2
3 changed files with 3 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -57,7 +57,7 @@ synchronise() {
|
|||
# Set the distribution specificities
|
||||
configure() {
|
||||
case "$DISTRIBUTION" in
|
||||
arch|endeavouros)
|
||||
arch|endeavouros|cachyos)
|
||||
_msg "Configure libexec."
|
||||
sed -i -e '/Debian/d' "$ROOT/apparmor.d/tunables/extend"
|
||||
|
||||
|
|
1
dists/flags/cachyos.flags
Symbolic link
1
dists/flags/cachyos.flags
Symbolic link
|
@ -0,0 +1 @@
|
|||
arch.flags
|
1
dists/ignore/cachyos.ignore
Symbolic link
1
dists/ignore/cachyos.ignore
Symbolic link
|
@ -0,0 +1 @@
|
|||
arch.ignore
|
Loading…
Reference in a new issue