spiegel_podman/cmd/podman/system
Lokesh Mandvekar 74788a3fe1
fileperms: newer Go 1.13+ octal literal format
Problem: While removing cgroupsv1 code, I noticed my neovim Go config
automatically changed fileperms to the new octal format and I didn't
want that polluting my diffs.

Decision: I thought it best to switch to the new octal format in a dedicated PR.

Action:
- Cursor switched to new octal format for all fileperm ocurrences in Go
 source and test files.
- vendor/, docs/ and non-Go files were ignored.
- Reviewed manually.

Ref: https://go.dev/ref/spec#Go_1.13

Signed-off-by: Lokesh Mandvekar <lsm5@redhat.com>
2025-10-16 14:11:29 -04:00
..
connection lint: reenable revive unused-parameter check 2025-10-01 10:42:08 -04:00
check.go lint: reenable revive unused-parameter check 2025-10-01 10:42:08 -04:00
connection.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
context.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
df.go lint: reenable revive unused-parameter check 2025-10-01 10:42:08 -04:00
dial_stdio.go lint: reenable revive unused-parameter check 2025-10-01 10:42:08 -04:00
events.go Switch common, storage and image to monorepo. 2025-09-01 12:33:04 +02:00
info.go lint: reenable revive unused-parameter check 2025-10-01 10:42:08 -04:00
locks.go lint: reenable revive unused-parameter check 2025-10-01 10:42:08 -04:00
migrate.go lint: reenable revive unused-parameter check 2025-10-01 10:42:08 -04:00
prune.go lint: reenable revive unused-parameter check 2025-10-01 10:42:08 -04:00
renumber.go lint: reenable revive unused-parameter check 2025-10-01 10:42:08 -04:00
reset.go lint: reenable revive unused-parameter check 2025-10-01 10:42:08 -04:00
reset_machine.go Prevents removal of podman.sock file using podman system reset command 2025-03-10 18:44:15 +01:00
reset_machine_unsupported.go chore: delete obsolete // +build lines 2024-01-04 11:53:38 +02:00
service.go fileperms: newer Go 1.13+ octal literal format 2025-10-16 14:11:29 -04:00
service_abi.go Implement TLS API Support 2025-09-26 09:09:54 -06:00
service_abi_common.go system service: split out cgroups call into linux specific file 2023-12-07 11:26:36 +01:00
service_abi_linux.go Switch common, storage and image to monorepo. 2025-09-01 12:33:04 +02:00
system.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
unshare.go lint: reenable revive unused-parameter check 2025-10-01 10:42:08 -04:00
version.go lint: reenable revive unused-parameter check 2025-10-01 10:42:08 -04:00