feat(profile): general update.

This commit is contained in:
Alexandre Pujol 2024-09-09 19:57:49 +01:00
parent a99fbaa0be
commit c7181ecadf
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
32 changed files with 152 additions and 158 deletions

View file

@ -4,6 +4,12 @@
# Copyright (C) 2022 Jeroen Rijken
# SPDX-License-Identifier: GPL-2.0-only
# TODO: Rewrite this profile. Most of the rule should be confined directly by the calling profile
# Possible confinement depending of profile architecture:
# - As rix,
# - As rCx -> run-parts,
# - As rPx -> foo-run-parts,
abi <abi/3.0>,
include <tunables/global>

View file

@ -10,43 +10,30 @@ include <tunables/global>
@{exec_path} = @{bin}/runuser
profile runuser @{exec_path} {
include <abstractions/base>
include <abstractions/consoles>
include <abstractions/authentication>
include <abstractions/consoles>
include <abstractions/nameservice-strict>
include <abstractions/wutmp>
# To remove the following errors:
# runuser: cannot set user id: Operation not permitted
capability setuid,
# To remove the following errrors:
# runuser: cannot set groups: Operation not permitted
capability setgid,
# To write records to the kernel auditing log.
capability audit_write,
# Needed? (#FIXME#)
capability sys_resource,
network netlink raw,
@{exec_path} mr,
# Shells to use
@{bin}/{,b,d,rb}ash rpux,
@{bin}/{c,k,tc,z}sh rpux,
owner @{PROC}/@{pid}/loginuid r,
@{PROC}/1/limits r,
@{bin}/@{shells} rUx,
@{etc_ro}/security/limits.d/ r,
/etc/default/runuser r,
# file_inherit
owner @{tmp}/debian-security-support.postinst.*/output w,
@{PROC}/1/limits r,
owner @{PROC}/@{pid}/loginuid r,
include if exists <local/runuser>
}