mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 17:08:09 +01:00
refractor: rename element -> element-desktop.
This commit is contained in:
parent
225f0a0bcf
commit
175d243c54
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ abi <abi/3.0>,
|
|||
include <tunables/global>
|
||||
|
||||
@{exec_path} = @{bin}/element-desktop
|
||||
profile element @{exec_path} {
|
||||
profile element-desktop @{exec_path} {
|
||||
include <abstractions/base>
|
||||
include <abstractions/chromium-common>
|
||||
include <abstractions/dconf-write>
|
||||
|
@ -75,5 +75,5 @@ profile element @{exec_path} {
|
|||
deny @{user_share_dirs}/gvfs-metadata/* r,
|
||||
deny /etc/machine-id r,
|
||||
|
||||
include if exists <local/element>
|
||||
include if exists <local/element-desktop>
|
||||
}
|
Loading…
Reference in a new issue