Various updates (#201)

This commit is contained in:
curiosityseeker 2023-09-01 20:09:45 +02:00 committed by GitHub
parent 86b1ee4df2
commit c2bb733624
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 11 additions and 1 deletions

View file

@ -22,6 +22,8 @@ profile swapoff @{exec_path} {
# SWAP file common locations
owner /swapfile rw,
/dev/pts/@{int} rw,
include if exists <local/swapoff>
}

View file

@ -23,5 +23,7 @@ profile swapon @{exec_path} {
@{PROC}/swaps r,
/dev/pts/@{int} rw,
include if exists <local/swapon>
}