mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-11-15 16:03:51 +01:00
crontab: Use editor abstraction
This commit is contained in:
parent
98ea2fa47b
commit
192d227c50
@ -35,21 +35,10 @@ profile crontab @{exec_path} {
|
|||||||
|
|
||||||
profile editor {
|
profile editor {
|
||||||
include <abstractions/base>
|
include <abstractions/base>
|
||||||
include <abstractions/nameservice-strict>
|
include <abstractions/app/editor>
|
||||||
|
|
||||||
capability fsetid,
|
capability fsetid,
|
||||||
|
|
||||||
@{bin}/sensible-editor mr,
|
|
||||||
@{bin}/vim.* mrix,
|
|
||||||
@{sh_path} rix,
|
|
||||||
@{bin}/which{,.debianutils} rix,
|
|
||||||
|
|
||||||
owner @{HOME}/.selected_editor r,
|
|
||||||
|
|
||||||
/usr/share/vim/{,**} r,
|
|
||||||
/etc/vim/{,**} r,
|
|
||||||
owner @{HOME}/.viminfo{,.tmp} rw,
|
|
||||||
|
|
||||||
/tmp/ r,
|
/tmp/ r,
|
||||||
owner @{tmp}/crontab.*/crontab rw,
|
owner @{tmp}/crontab.*/crontab rw,
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user