Create child-nano
Same idea as child-gedit.
This commit is contained in:
parent
4df3f2e52f
commit
215b6c6914
1 changed files with 16 additions and 0 deletions
16
child-nano
Normal file
16
child-nano
Normal file
|
|
@ -0,0 +1,16 @@
|
||||||
|
#vim:syntax=apparmor
|
||||||
|
#AppArmor policy abstraction for child profiles of nano
|
||||||
|
#Copyright (C) 2023 Andy Ramos
|
||||||
|
#SPDX-License-Identifier: GPL-2.0-only
|
||||||
|
|
||||||
|
include <abstractions/base>
|
||||||
|
include <abstractions/nameservice-strict>
|
||||||
|
|
||||||
|
@{bin}/nano mrix,
|
||||||
|
|
||||||
|
/usr/share/terminfo/x/xterm-256color r,
|
||||||
|
/usr/share/nano/{,**} r,
|
||||||
|
|
||||||
|
/etc/nanorc r,
|
||||||
|
|
||||||
|
/tmp/ r,
|
||||||
Loading…
Add table
Add a link
Reference in a new issue