Various updates (#201)
This commit is contained in:
parent
86b1ee4df2
commit
c2bb733624
6 changed files with 11 additions and 1 deletions
|
|
@ -22,6 +22,8 @@ profile swapoff @{exec_path} {
|
|||
# SWAP file common locations
|
||||
owner /swapfile rw,
|
||||
|
||||
/dev/pts/@{int} rw,
|
||||
|
||||
include if exists <local/swapoff>
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -23,5 +23,7 @@ profile swapon @{exec_path} {
|
|||
|
||||
@{PROC}/swaps r,
|
||||
|
||||
/dev/pts/@{int} rw,
|
||||
|
||||
include if exists <local/swapon>
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue