fix(profile): a few linting fixes.
This commit is contained in:
parent
3d76c98c4b
commit
89a1714610
7 changed files with 7 additions and 8 deletions
|
|
@ -131,10 +131,10 @@ profile sd flags=(attach_disconnected,mediate_deleted) {
|
|||
@{bin}/true ix,
|
||||
|
||||
# Required due to stacked profiles
|
||||
@{bin}/grpck ix,
|
||||
@{sbin}/grpck ix,
|
||||
@{bin}/gzip ix,
|
||||
@{bin}/install ix,
|
||||
@{bin}/pwck ix,
|
||||
@{sbin}/pwck ix,
|
||||
@{bin}/readlink ix,
|
||||
@{lib}/colord-sane ix,
|
||||
@{lib}/systemd/systemd-nsresourcework ix,
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ profile sd-mount flags=(complain) {
|
|||
mount fstype=mqueue options=(rw nodev noexec nosuid) -> /dev/mqueue/,
|
||||
mount fstype=squashfs options=(ro nodev) /dev/loop@{int} -> /snap/*/@{int}/,
|
||||
mount fstype=tmpfs options=(rw nodev noexec nosuid) tmpfs -> @{run}/lock/,
|
||||
mount fstype=tmpfs options=(rw nodev nosuid strictatime) tmpfs -> /tmp/,
|
||||
mount fstype=tmpfs options=(rw nodev nosuid strictatime) tmpfs -> /tmp/,
|
||||
mount fstype=tracefs options=(rw nodev noexec nosuid) tracefs -> @{sys}/kernel/tracing/,
|
||||
|
||||
mount options=(rw move) -> @{efi},
|
||||
|
|
|
|||
|
|
@ -98,7 +98,7 @@ profile sdu flags=(attach_disconnected,mediate_deleted) {
|
|||
|
||||
profile shell flags=(attach_disconnected,mediate_deleted,complain) {
|
||||
include <abstractions/base>
|
||||
|
||||
|
||||
@{sh_path} mr,
|
||||
@{bin}/systemctl Px -> sdu//systemctl,
|
||||
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ profile fanctl @{exec_path} flags=(attach_disconnected) {
|
|||
@{bin}/id ix,
|
||||
@{bin}/touch ix,
|
||||
@{bin}/mkdir ix,
|
||||
@{bin}/ip ix,
|
||||
@{sbin}/ip ix,
|
||||
@{bin}/sed ix,
|
||||
|
||||
/etc/network/fan r,
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ profile update-notifier-crash @{exec_path} {
|
|||
profile systemctl {
|
||||
include <abstractions/base>
|
||||
include <abstractions/app/systemctl>
|
||||
|
||||
|
||||
include if exists <local/update-notifier-crash_systemctl>
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ abi <abi/4.0>,
|
|||
|
||||
include <tunables/global>
|
||||
|
||||
@{exec_path} = @{sbin}/wsdd
|
||||
@{exec_path} = @{bin}/wsdd
|
||||
profile wsdd @{exec_path} {
|
||||
include <abstractions/base>
|
||||
include <abstractions/python>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue