feat(profile): update kde profiles on openSUSE Tumbleweed.

See #424
This commit is contained in:
Alexandre Pujol 2024-08-20 18:49:52 +01:00
parent 14fae89fdd
commit 93313422bd
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
34 changed files with 93 additions and 43 deletions

View file

@ -43,6 +43,7 @@ profile git @{exec_path} flags=(attach_disconnected) {
# These are needed for "git submodule update"
@{sh_path} rix,
@{bin}/{,e}grep rix,
@{bin}/alts rix,
@{bin}/basename rix,
@{bin}/cat rix,
@{bin}/date rix,
@ -78,6 +79,7 @@ profile git @{exec_path} flags=(attach_disconnected) {
@{bin}/vim.* rCx -> editor,
/usr/share/git{,-core}/{,**} r,
/usr/share/libalternatives/{,**} r,
/usr/share/terminfo/** r,
/etc/gitconfig r,
@ -139,14 +141,15 @@ profile git @{exec_path} flags=(attach_disconnected) {
@{bin}/ssh mr,
/etc/ssh/ssh_config.d/{,*} r,
/etc/ssh/ssh_config r,
@{etc_ro}/ssh/ssh_config.d/{,*} r,
@{etc_ro}/ssh/ssh_config r,
owner @{HOME}/@{XDG_SSH_DIR}/* r,
owner @{HOME}/@{XDG_SSH_DIR}/known_hosts{,.*} rw,
owner @{HOME}/@{XDG_SSH_DIR}/known_hosts.old rwl,
owner @{HOME}/@{XDG_SSH_DIR}/known_hosts{,.*} rw,
owner @{HOME}/@{XDG_SSH_DIR}/ssh_control_* rwl,
owner @{tmp}/git@*:@{int} rwl -> /tmp/git@*:@{int}.*,
owner @{tmp}/git@*:@{int} rwl -> @{tmp}/git@*:@{int}.*,
owner @{tmp}/ssh-*/agent.@{int} rw,
owner @{PROC}/@{pid}/fd/ r,

View file

@ -21,6 +21,7 @@ profile issue-generator @{exec_path} {
@{bin}/sort rix,
/etc/issue.d/{,**} r,
/etc/sysconfig/issue-generator r,
@{run}/issue r,
@{run}/issue.@{rand10} rw,