GET https://kbin.spritesserver.nl/u/@stevecrox@kbin.run/comments/active

Security

Token

There is no security token.

Firewall

main Name
Security enabled
Stateless

Configuration

Key Value
provider security.user.provider.concrete.app_user_provider
context main
entry_point App\Security\KbinAuthenticator
user_checker App\Security\UserChecker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "two_factor"
  "remember_me"
  "App\Security\KbinAuthenticator"
  "App\Security\FacebookAuthenticator"
  "App\Security\GoogleAuthenticator"
  "App\Security\GithubAuthenticator"
  "App\Security\KeycloakAuthenticator"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#723
  -map: Symfony\Component\Security\Http\AccessMap {#722 …}
  -logger: Monolog\Logger {#783 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#706
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#1017 …}
  -sessionKey: "_security_main"
  -logger: Monolog\Logger {#783 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#705 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#747 …}
  -registered: false
  -trustResolver: Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver {#780 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#703 …}
}
0.21 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#584
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#595 …}
}
0.00 ms (none)
Scheb\TwoFactorBundle\Security\Http\Firewall\TwoFactorAccessListener {#582
  -twoFactorFirewallConfig: Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallConfig {#842 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -twoFactorAccessDecider: Scheb\TwoFactorBundle\Security\Authorization\TwoFactorAccessDecider {#581 …}
}
0.06 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#579
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#937 …}
  -map: Symfony\Component\Security\Http\AccessMap {#722 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#786
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "app_logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#841 …}
  -csrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#1015 …}
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#747 …}
}
0.00 ms (none)

Authenticators

No authenticators have been recorded. Check previous profiles on your authentication endpoint.

Access Decision

affirmative Strategy
# Voter class
1
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
2
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
3
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
4
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
5
"App\Security\Voter\EntryCommentVoter"
6
"App\Security\Voter\EntryVoter"
7
"App\Security\Voter\MagazineVoter"
8
"App\Security\Voter\MessageThreadVoter"
9
"App\Security\Voter\MessageVoter"
10
"App\Security\Voter\NotificationVoter"
11
"App\Security\Voter\OAuth2UserConsentVoter"
12
"App\Security\Voter\PostCommentVoter"
13
"App\Security\Voter\PostVoter"
14
"App\Security\Voter\UserVoter"

Access decision log

# Result Attributes Object
1 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
2 DENIED moderate
App\Entity\EntryComment {#2026
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2360 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2454 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1874 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
  +body: """
    I wouldn't use "certified" in this context.\n
    \n
    Limiting support of software to specific software configurations makes sense.\n
    \n
    Its stuff like Debian might be using Python 3.8 Ubuntu Python 3.9, OpenSuse Python 3.9, etc.. Your application might use a Python 3.9 requiring library and act odd on 3.8 but fine on 3.7, etc.. so only supporting X distributions let you make the test/QA process sane.\n
    \n
    This is also why Docker/Flatpack exist since you can define all of this.\n
    \n
    However the normal mix is RHEL/Suse/Ubuntu because those target businesses and your target market will most likely be running one.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1704960597 {#2029
    date: 2024-01-11 09:09:57.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Kawi@lemmy.world"
    "@BCsven@lemmy.ca"
    "@corsicanguppy@lemmy.ca"
    "@stevecrox@kbin.run"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1407 …}
  +nested: Doctrine\ORM\PersistentCollection {#2391 …}
  +votes: Doctrine\ORM\PersistentCollection {#2369 …}
  +reports: Doctrine\ORM\PersistentCollection {#2392 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2462 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2453 …}
  -id: 298525
  -bodyTs: "'..':35,55 '3.7':53 '3.8':27,49 '3.9':30,33,42 'act':46 'also':70 'applic':37 'busi':90 'certifi':5 'configur':16 'context':8 'debian':22 'defin':77 'distribut':60 'docker/flatpack':72 'etc':34,54 'exist':73 'fine':51 'howev':81 'let':61 'librari':44 'like':21,97 'limit':9 'make':17,63 'market':94 'might':23,38 'mix':84 'normal':83 'odd':47 'one':100 'opensus':31 'process':66 'python':26,29,32,41 'requir':43 'rhel/suse/ubuntu':86 'run':99 'sane':67 'sens':18 'sinc':74 'softwar':12,15 'specif':14 'stuff':20 'support':10,58 'target':89,93 'test/qa':65 'ubuntu':28 'use':4,25,39 'wouldn':2 'x':59"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://kbin.run/m/linux@lemmy.ml/t/202298/-/comment/2169156"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704960597 {#2359
    date: 2024-01-11 09:09:57.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
3 DENIED edit
App\Entity\EntryComment {#2026
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2360 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2454 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1874 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
  +body: """
    I wouldn't use "certified" in this context.\n
    \n
    Limiting support of software to specific software configurations makes sense.\n
    \n
    Its stuff like Debian might be using Python 3.8 Ubuntu Python 3.9, OpenSuse Python 3.9, etc.. Your application might use a Python 3.9 requiring library and act odd on 3.8 but fine on 3.7, etc.. so only supporting X distributions let you make the test/QA process sane.\n
    \n
    This is also why Docker/Flatpack exist since you can define all of this.\n
    \n
    However the normal mix is RHEL/Suse/Ubuntu because those target businesses and your target market will most likely be running one.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1704960597 {#2029
    date: 2024-01-11 09:09:57.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Kawi@lemmy.world"
    "@BCsven@lemmy.ca"
    "@corsicanguppy@lemmy.ca"
    "@stevecrox@kbin.run"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1407 …}
  +nested: Doctrine\ORM\PersistentCollection {#2391 …}
  +votes: Doctrine\ORM\PersistentCollection {#2369 …}
  +reports: Doctrine\ORM\PersistentCollection {#2392 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2462 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2453 …}
  -id: 298525
  -bodyTs: "'..':35,55 '3.7':53 '3.8':27,49 '3.9':30,33,42 'act':46 'also':70 'applic':37 'busi':90 'certifi':5 'configur':16 'context':8 'debian':22 'defin':77 'distribut':60 'docker/flatpack':72 'etc':34,54 'exist':73 'fine':51 'howev':81 'let':61 'librari':44 'like':21,97 'limit':9 'make':17,63 'market':94 'might':23,38 'mix':84 'normal':83 'odd':47 'one':100 'opensus':31 'process':66 'python':26,29,32,41 'requir':43 'rhel/suse/ubuntu':86 'run':99 'sane':67 'sens':18 'sinc':74 'softwar':12,15 'specif':14 'stuff':20 'support':10,58 'target':89,93 'test/qa':65 'ubuntu':28 'use':4,25,39 'wouldn':2 'x':59"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://kbin.run/m/linux@lemmy.ml/t/202298/-/comment/2169156"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704960597 {#2359
    date: 2024-01-11 09:09:57.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
4 DENIED moderate
App\Entity\EntryComment {#2026
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2360 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2454 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1874 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
  +body: """
    I wouldn't use "certified" in this context.\n
    \n
    Limiting support of software to specific software configurations makes sense.\n
    \n
    Its stuff like Debian might be using Python 3.8 Ubuntu Python 3.9, OpenSuse Python 3.9, etc.. Your application might use a Python 3.9 requiring library and act odd on 3.8 but fine on 3.7, etc.. so only supporting X distributions let you make the test/QA process sane.\n
    \n
    This is also why Docker/Flatpack exist since you can define all of this.\n
    \n
    However the normal mix is RHEL/Suse/Ubuntu because those target businesses and your target market will most likely be running one.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1704960597 {#2029
    date: 2024-01-11 09:09:57.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Kawi@lemmy.world"
    "@BCsven@lemmy.ca"
    "@corsicanguppy@lemmy.ca"
    "@stevecrox@kbin.run"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1407 …}
  +nested: Doctrine\ORM\PersistentCollection {#2391 …}
  +votes: Doctrine\ORM\PersistentCollection {#2369 …}
  +reports: Doctrine\ORM\PersistentCollection {#2392 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2462 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2453 …}
  -id: 298525
  -bodyTs: "'..':35,55 '3.7':53 '3.8':27,49 '3.9':30,33,42 'act':46 'also':70 'applic':37 'busi':90 'certifi':5 'configur':16 'context':8 'debian':22 'defin':77 'distribut':60 'docker/flatpack':72 'etc':34,54 'exist':73 'fine':51 'howev':81 'let':61 'librari':44 'like':21,97 'limit':9 'make':17,63 'market':94 'might':23,38 'mix':84 'normal':83 'odd':47 'one':100 'opensus':31 'process':66 'python':26,29,32,41 'requir':43 'rhel/suse/ubuntu':86 'run':99 'sane':67 'sens':18 'sinc':74 'softwar':12,15 'specif':14 'stuff':20 'support':10,58 'target':89,93 'test/qa':65 'ubuntu':28 'use':4,25,39 'wouldn':2 'x':59"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://kbin.run/m/linux@lemmy.ml/t/202298/-/comment/2169156"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704960597 {#2359
    date: 2024-01-11 09:09:57.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
5 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
6 DENIED moderate
App\Entity\EntryComment {#2096
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2360 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2454 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2087 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
  +body: """
    I suspect they mean around packaging.\n
    \n
    I honestly believe Red Hat has a policy that everything should pull in Gnome. I have had headless RHEL installs and half the CLI tools require Gnome Keyring (even if they don't deal with secrets or store any). Back in RHEL 7, Kate the KDE based Text Editor pulled in a bunch of GTK dependencies somehow.\n
    \n
    Certification is really someone paid to go through a process and so its designed so they pass.\n
    \n
    Think about the people you know who are Agile/Cloud/whatever certified and how all it means is they have learnt the basic examples.\n
    \n
    Its no different when a business gets certified.\n
    \n
    The only reason people care is because they can point to the cert if it all goes wrong
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1704918974 {#2022
    date: 2024-01-10 21:36:14.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Kawi@lemmy.world"
    "@BCsven@lemmy.ca"
    "@corsicanguppy@lemmy.ca"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2350 …}
  +nested: Doctrine\ORM\PersistentCollection {#2021 …}
  +votes: Doctrine\ORM\PersistentCollection {#2347 …}
  +reports: Doctrine\ORM\PersistentCollection {#2330 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2345 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2040 …}
  -id: 297064
  -bodyTs: "'7':49 'agile/cloud/whatever':89 'around':5 'back':46 'base':53 'basic':101 'believ':9 'bunch':59 'busi':108 'care':115 'cert':123 'certif':64 'certifi':90,110 'cli':30 'deal':40 'depend':62 'design':77 'differ':105 'editor':55 'even':35 'everyth':16 'exampl':102 'get':109 'gnome':20,33 'go':70 'goe':127 'gtk':61 'half':28 'hat':11 'headless':24 'honest':8 'instal':26 'kate':50 'kde':52 'keyr':34 'know':86 'learnt':99 'mean':4,95 'packag':6 'paid':68 'pass':80 'peopl':84,114 'point':120 'polici':14 'process':73 'pull':18,56 'realli':66 'reason':113 'red':10 'requir':32 'rhel':25,48 'secret':42 'somehow':63 'someon':67 'store':44 'suspect':2 'text':54 'think':81 'tool':31 'wrong':128"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://kbin.run/m/linux@lemmy.ml/t/202298/-/comment/2164159"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704918974 {#2025
    date: 2024-01-10 21:36:14.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
7 DENIED edit
App\Entity\EntryComment {#2096
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2360 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2454 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2087 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
  +body: """
    I suspect they mean around packaging.\n
    \n
    I honestly believe Red Hat has a policy that everything should pull in Gnome. I have had headless RHEL installs and half the CLI tools require Gnome Keyring (even if they don't deal with secrets or store any). Back in RHEL 7, Kate the KDE based Text Editor pulled in a bunch of GTK dependencies somehow.\n
    \n
    Certification is really someone paid to go through a process and so its designed so they pass.\n
    \n
    Think about the people you know who are Agile/Cloud/whatever certified and how all it means is they have learnt the basic examples.\n
    \n
    Its no different when a business gets certified.\n
    \n
    The only reason people care is because they can point to the cert if it all goes wrong
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1704918974 {#2022
    date: 2024-01-10 21:36:14.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Kawi@lemmy.world"
    "@BCsven@lemmy.ca"
    "@corsicanguppy@lemmy.ca"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2350 …}
  +nested: Doctrine\ORM\PersistentCollection {#2021 …}
  +votes: Doctrine\ORM\PersistentCollection {#2347 …}
  +reports: Doctrine\ORM\PersistentCollection {#2330 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2345 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2040 …}
  -id: 297064
  -bodyTs: "'7':49 'agile/cloud/whatever':89 'around':5 'back':46 'base':53 'basic':101 'believ':9 'bunch':59 'busi':108 'care':115 'cert':123 'certif':64 'certifi':90,110 'cli':30 'deal':40 'depend':62 'design':77 'differ':105 'editor':55 'even':35 'everyth':16 'exampl':102 'get':109 'gnome':20,33 'go':70 'goe':127 'gtk':61 'half':28 'hat':11 'headless':24 'honest':8 'instal':26 'kate':50 'kde':52 'keyr':34 'know':86 'learnt':99 'mean':4,95 'packag':6 'paid':68 'pass':80 'peopl':84,114 'point':120 'polici':14 'process':73 'pull':18,56 'realli':66 'reason':113 'red':10 'requir':32 'rhel':25,48 'secret':42 'somehow':63 'someon':67 'store':44 'suspect':2 'text':54 'think':81 'tool':31 'wrong':128"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://kbin.run/m/linux@lemmy.ml/t/202298/-/comment/2164159"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704918974 {#2025
    date: 2024-01-10 21:36:14.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
8 DENIED moderate
App\Entity\EntryComment {#2096
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2360 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2454 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2087 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
  +body: """
    I suspect they mean around packaging.\n
    \n
    I honestly believe Red Hat has a policy that everything should pull in Gnome. I have had headless RHEL installs and half the CLI tools require Gnome Keyring (even if they don't deal with secrets or store any). Back in RHEL 7, Kate the KDE based Text Editor pulled in a bunch of GTK dependencies somehow.\n
    \n
    Certification is really someone paid to go through a process and so its designed so they pass.\n
    \n
    Think about the people you know who are Agile/Cloud/whatever certified and how all it means is they have learnt the basic examples.\n
    \n
    Its no different when a business gets certified.\n
    \n
    The only reason people care is because they can point to the cert if it all goes wrong
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1704918974 {#2022
    date: 2024-01-10 21:36:14.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Kawi@lemmy.world"
    "@BCsven@lemmy.ca"
    "@corsicanguppy@lemmy.ca"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2350 …}
  +nested: Doctrine\ORM\PersistentCollection {#2021 …}
  +votes: Doctrine\ORM\PersistentCollection {#2347 …}
  +reports: Doctrine\ORM\PersistentCollection {#2330 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2345 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2040 …}
  -id: 297064
  -bodyTs: "'7':49 'agile/cloud/whatever':89 'around':5 'back':46 'base':53 'basic':101 'believ':9 'bunch':59 'busi':108 'care':115 'cert':123 'certif':64 'certifi':90,110 'cli':30 'deal':40 'depend':62 'design':77 'differ':105 'editor':55 'even':35 'everyth':16 'exampl':102 'get':109 'gnome':20,33 'go':70 'goe':127 'gtk':61 'half':28 'hat':11 'headless':24 'honest':8 'instal':26 'kate':50 'kde':52 'keyr':34 'know':86 'learnt':99 'mean':4,95 'packag':6 'paid':68 'pass':80 'peopl':84,114 'point':120 'polici':14 'process':73 'pull':18,56 'realli':66 'reason':113 'red':10 'requir':32 'rhel':25,48 'secret':42 'somehow':63 'someon':67 'store':44 'suspect':2 'text':54 'think':81 'tool':31 'wrong':128"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://kbin.run/m/linux@lemmy.ml/t/202298/-/comment/2164159"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704918974 {#2025
    date: 2024-01-10 21:36:14.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
9 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
10 DENIED moderate
App\Entity\EntryComment {#2130
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2360 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2454 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2241 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2140 …}
  +body: """
    Debian isn't old == stable, its tested == stable.\n
    \n
    Debian has an effective Rolling distribution through testing than can get ahead of Arch.\n
    \n
    At some point they freeze the software versions in testing and look for Release Critical and Major bugs. Once they have shaken everything and submitted fixes where possible. It then becomes stable.\n
    \n
    The idea is people have tested a set baseline of software and there are no known major bugs.\n
    \n
    For the 4-5 releases Debian has released every 2 years (Similar to Ubuntu LTS). Debian tends to align its release with LTS Kernel and Mesa releases so there have been times the latest stable is running newer versions than Ubuntu and the newest software crown switches between Ubuntu LTS and Debian each year.\n
    \n
    For some the priority to run software that won't have major bugs, that is what Debian, Ubuntu LTS and RHEL offer.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1704888353 {#2063
    date: 2024-01-10 13:05:53.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Kawi@lemmy.world"
    "@1984@lemmy.today"
    "@UnfortunateShort@lemmy.world"
    "@Kawi@lemmy.world"
    "@1984@lemmy.today"
    "@UnfortunateShort@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2092 …}
  +nested: Doctrine\ORM\PersistentCollection {#2090 …}
  +votes: Doctrine\ORM\PersistentCollection {#2086 …}
  +reports: Doctrine\ORM\PersistentCollection {#2077 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2080 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2098 …}
  -id: 295633
  -bodyTs: "'-5':76 '2':82 '4':75 'ahead':20 'align':91 'arch':22 'baselin':63 'becom':53 'bug':40,72,139 'critic':37 'crown':118 'debian':1,9,78,88,124,143 'distribut':14 'effect':12 'everi':81 'everyth':45 'fix':48 'freez':27 'get':19 'idea':56 'isn':2 'kernel':96 'known':70 'latest':106 'look':34 'lts':87,95,122,145 'major':39,71,138 'mesa':98 'newer':110 'newest':116 'offer':148 'old':4 'peopl':58 'point':25 'possibl':50 'prioriti':130 'releas':36,77,80,93,99 'rhel':147 'roll':13 'run':109,132 'set':62 'shaken':44 'similar':84 'softwar':29,65,117,133 'stabl':5,8,54,107 'submit':47 'switch':119 'tend':89 'test':7,16,32,60 'time':104 'ubuntu':86,113,121,144 'version':30,111 'won':135 'year':83,126"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://kbin.run/m/linux@lemmy.ml/t/202298/-/comment/2159306"
  +editedAt: DateTimeImmutable @1719941924 {#2467
    date: 2024-07-02 19:38:44.0 +02:00
  }
  +createdAt: DateTimeImmutable @1704888353 {#2028
    date: 2024-01-10 13:05:53.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
11 DENIED edit
App\Entity\EntryComment {#2130
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2360 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2454 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2241 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2140 …}
  +body: """
    Debian isn't old == stable, its tested == stable.\n
    \n
    Debian has an effective Rolling distribution through testing than can get ahead of Arch.\n
    \n
    At some point they freeze the software versions in testing and look for Release Critical and Major bugs. Once they have shaken everything and submitted fixes where possible. It then becomes stable.\n
    \n
    The idea is people have tested a set baseline of software and there are no known major bugs.\n
    \n
    For the 4-5 releases Debian has released every 2 years (Similar to Ubuntu LTS). Debian tends to align its release with LTS Kernel and Mesa releases so there have been times the latest stable is running newer versions than Ubuntu and the newest software crown switches between Ubuntu LTS and Debian each year.\n
    \n
    For some the priority to run software that won't have major bugs, that is what Debian, Ubuntu LTS and RHEL offer.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1704888353 {#2063
    date: 2024-01-10 13:05:53.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Kawi@lemmy.world"
    "@1984@lemmy.today"
    "@UnfortunateShort@lemmy.world"
    "@Kawi@lemmy.world"
    "@1984@lemmy.today"
    "@UnfortunateShort@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2092 …}
  +nested: Doctrine\ORM\PersistentCollection {#2090 …}
  +votes: Doctrine\ORM\PersistentCollection {#2086 …}
  +reports: Doctrine\ORM\PersistentCollection {#2077 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2080 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2098 …}
  -id: 295633
  -bodyTs: "'-5':76 '2':82 '4':75 'ahead':20 'align':91 'arch':22 'baselin':63 'becom':53 'bug':40,72,139 'critic':37 'crown':118 'debian':1,9,78,88,124,143 'distribut':14 'effect':12 'everi':81 'everyth':45 'fix':48 'freez':27 'get':19 'idea':56 'isn':2 'kernel':96 'known':70 'latest':106 'look':34 'lts':87,95,122,145 'major':39,71,138 'mesa':98 'newer':110 'newest':116 'offer':148 'old':4 'peopl':58 'point':25 'possibl':50 'prioriti':130 'releas':36,77,80,93,99 'rhel':147 'roll':13 'run':109,132 'set':62 'shaken':44 'similar':84 'softwar':29,65,117,133 'stabl':5,8,54,107 'submit':47 'switch':119 'tend':89 'test':7,16,32,60 'time':104 'ubuntu':86,113,121,144 'version':30,111 'won':135 'year':83,126"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://kbin.run/m/linux@lemmy.ml/t/202298/-/comment/2159306"
  +editedAt: DateTimeImmutable @1719941924 {#2467
    date: 2024-07-02 19:38:44.0 +02:00
  }
  +createdAt: DateTimeImmutable @1704888353 {#2028
    date: 2024-01-10 13:05:53.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
12 DENIED moderate
App\Entity\EntryComment {#2130
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2360 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2454 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2241 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2140 …}
  +body: """
    Debian isn't old == stable, its tested == stable.\n
    \n
    Debian has an effective Rolling distribution through testing than can get ahead of Arch.\n
    \n
    At some point they freeze the software versions in testing and look for Release Critical and Major bugs. Once they have shaken everything and submitted fixes where possible. It then becomes stable.\n
    \n
    The idea is people have tested a set baseline of software and there are no known major bugs.\n
    \n
    For the 4-5 releases Debian has released every 2 years (Similar to Ubuntu LTS). Debian tends to align its release with LTS Kernel and Mesa releases so there have been times the latest stable is running newer versions than Ubuntu and the newest software crown switches between Ubuntu LTS and Debian each year.\n
    \n
    For some the priority to run software that won't have major bugs, that is what Debian, Ubuntu LTS and RHEL offer.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1704888353 {#2063
    date: 2024-01-10 13:05:53.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Kawi@lemmy.world"
    "@1984@lemmy.today"
    "@UnfortunateShort@lemmy.world"
    "@Kawi@lemmy.world"
    "@1984@lemmy.today"
    "@UnfortunateShort@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2092 …}
  +nested: Doctrine\ORM\PersistentCollection {#2090 …}
  +votes: Doctrine\ORM\PersistentCollection {#2086 …}
  +reports: Doctrine\ORM\PersistentCollection {#2077 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2080 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2098 …}
  -id: 295633
  -bodyTs: "'-5':76 '2':82 '4':75 'ahead':20 'align':91 'arch':22 'baselin':63 'becom':53 'bug':40,72,139 'critic':37 'crown':118 'debian':1,9,78,88,124,143 'distribut':14 'effect':12 'everi':81 'everyth':45 'fix':48 'freez':27 'get':19 'idea':56 'isn':2 'kernel':96 'known':70 'latest':106 'look':34 'lts':87,95,122,145 'major':39,71,138 'mesa':98 'newer':110 'newest':116 'offer':148 'old':4 'peopl':58 'point':25 'possibl':50 'prioriti':130 'releas':36,77,80,93,99 'rhel':147 'roll':13 'run':109,132 'set':62 'shaken':44 'similar':84 'softwar':29,65,117,133 'stabl':5,8,54,107 'submit':47 'switch':119 'tend':89 'test':7,16,32,60 'time':104 'ubuntu':86,113,121,144 'version':30,111 'won':135 'year':83,126"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://kbin.run/m/linux@lemmy.ml/t/202298/-/comment/2159306"
  +editedAt: DateTimeImmutable @1719941924 {#2467
    date: 2024-07-02 19:38:44.0 +02:00
  }
  +createdAt: DateTimeImmutable @1704888353 {#2028
    date: 2024-01-10 13:05:53.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details