feat(profile): update sbin list and ensure the profiles use the good variable (sbin or bin).
This commit is contained in:
parent
c8f2a435f8
commit
6ed873aad3
54 changed files with 75 additions and 70 deletions
|
|
@ -7,7 +7,7 @@ abi <abi/4.0>,
|
|||
|
||||
include <tunables/global>
|
||||
|
||||
@{exec_path} = @{sbin}/setpci
|
||||
@{exec_path} = @{bin}/setpci
|
||||
profile setpci @{exec_path} flags=(complain) {
|
||||
include <abstractions/base>
|
||||
include <abstractions/consoles>
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ profile syncthing @{exec_path} {
|
|||
@{exec_path} mrix,
|
||||
|
||||
@{open_path} rPx -> child-open,
|
||||
@{sbin}/ip rix,
|
||||
@{bin}/ip rix,
|
||||
|
||||
/usr/share/mime/{,**} r,
|
||||
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ abi <abi/4.0>,
|
|||
|
||||
include <tunables/global>
|
||||
|
||||
@{exec_path} = @{bin}/update-alternatives
|
||||
@{exec_path} = @{sbin}/update-alternatives
|
||||
profile update-alternatives @{exec_path} {
|
||||
include <abstractions/base>
|
||||
include <abstractions/consoles>
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ profile wechat @{exec_path} flags=(attach_disconnected) {
|
|||
@{bin}/mkdir ix,
|
||||
@{bin}/gawk rix,
|
||||
@{bin}/lsblk rPx,
|
||||
@{sbin}/ip rix,
|
||||
@{bin}/ip rix,
|
||||
@{bin}/xdg-user-dir rix,
|
||||
@{open_path} rpx -> child-open-strict,
|
||||
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ profile wechat-appimage @{exec_path} flags=(attach_disconnected) {
|
|||
@{bin}/mkdir ix,
|
||||
@{bin}/gawk rix,
|
||||
@{bin}/lsblk rPx,
|
||||
@{sbin}/ip rix,
|
||||
@{bin}/ip rix,
|
||||
@{bin}/xdg-user-dir rix,
|
||||
@{tmp}/.mount_wechat@{word6}/opt/wechat/{,**} ix,
|
||||
@{tmp}/.mount_wechat@{word6}/usr/bin/wechat ix,
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ profile wpa-action @{exec_path} {
|
|||
@{bin}/cat rix,
|
||||
@{bin}/date rix,
|
||||
@{bin}/ifup rix,
|
||||
@{sbin}/ip rix,
|
||||
@{bin}/ip rix,
|
||||
@{bin}/ln rix,
|
||||
@{bin}/logger rix,
|
||||
@{bin}/rm rix,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue