feat(profile): finalize upgrade process.
This commit is contained in:
parent
a8ab6da6f3
commit
e83a9a60dc
7 changed files with 17 additions and 17 deletions
|
|
@ -7,7 +7,7 @@ abi <abi/4.0>,
|
|||
|
||||
include <tunables/global>
|
||||
|
||||
@{exec_path} = @{bin}/which{.debianutils,}
|
||||
@{exec_path} = @{bin}/which{,.debianutils}
|
||||
profile which @{exec_path} flags=(attach_disconnected) {
|
||||
include <abstractions/base>
|
||||
include <abstractions/consoles>
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ abi <abi/4.0>,
|
|||
include <tunables/global>
|
||||
|
||||
@{exec_path} = @{bin}/whiptail
|
||||
profile whiptail @{exec_path} flags=(complain) {
|
||||
profile whiptail @{exec_path} {
|
||||
include <abstractions/base>
|
||||
include <abstractions/consoles>
|
||||
|
||||
|
|
@ -16,9 +16,7 @@ profile whiptail @{exec_path} flags=(complain) {
|
|||
|
||||
@{exec_path} mr,
|
||||
|
||||
/etc/newt/palette.* r,
|
||||
|
||||
owner @{tmp}/gpm* w,
|
||||
/usr/share/terminfo/** r,
|
||||
|
||||
include if exists <local/whiptail>
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue