feat(tunable): add the new @{user} variable
This commit is contained in:
parent
1842f8a4d5
commit
66c8f42d94
4 changed files with 12 additions and 7 deletions
|
|
@ -154,8 +154,8 @@ profile hardinfo @{exec_path} {
|
|||
|
||||
@{sys}/fs/cgroup/{,**} r,
|
||||
|
||||
owner @{tmp}/hsperfdata_*/ rw,
|
||||
owner @{tmp}/hsperfdata_*/@{pid} rw,
|
||||
owner @{tmp}/hsperfdata_@{user}/ rw,
|
||||
owner @{tmp}/hsperfdata_@{user}/@{pid} rw,
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -61,8 +61,8 @@ profile jdownloader @{exec_path} {
|
|||
|
||||
owner @{HOME}/.install4j rw,
|
||||
|
||||
owner @{tmp}/hsperfdata_*/ rw,
|
||||
owner @{tmp}/hsperfdata_*/@{pid} rw,
|
||||
owner @{tmp}/hsperfdata_@{user}/ rw,
|
||||
owner @{tmp}/hsperfdata_@{user}/@{pid} rw,
|
||||
# If the @{JD_INSTALLDIR}/tmp/ dir can't be accessed, the /tmp/ dir will be used instead
|
||||
owner @{tmp}/SevenZipJBinding-*/ rw,
|
||||
owner @{tmp}/SevenZipJBinding-*/lib7-Zip-JBinding.so mrw,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue