Replace @{HOME}/.local/lib with @{user_lib_dirs}
This commit is contained in:
parent
fea7d77e4e
commit
b2efc447a1
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ profile openbox @{exec_path} {
|
||||||
|
|
||||||
# Silencer
|
# Silencer
|
||||||
deny @{lib}/python3/** w,
|
deny @{lib}/python3/** w,
|
||||||
deny owner @{HOME}/.local/lib/python*/site-packages/ r,
|
deny owner @{user_lib_dirs}/python*/site-packages/ r,
|
||||||
|
|
||||||
# file_inherit
|
# file_inherit
|
||||||
owner @{HOME}/.xsession-errors w,
|
owner @{HOME}/.xsession-errors w,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue