Questions tagged [security-policy]

60 questions
1
vote
3 answers

Selenium IEDriverServer unable to configure protected mode due to security policy

The IEDriverServer Wiki page has the following listed as a requirement: On IE 7 or higher on Windows Vista or Windows 7, you must set the Protected Mode settings for each zone to be the same value. The value can be on or off, as long as it is…
0
votes
1 answer

spring + hibernate system access deny

I am currently developing the website for company and using spring and hibernate. The website is near finish. However, when i deployed it in web hosting, it give me the error: 16:51:39,518 WARN PoolConfig:105 - Read of system Properties blocked --…
Fan Wu
  • 237
  • 1
  • 4
  • 11
0
votes
1 answer

Ability to add exception to RKE2 securitypolicy for root pods or specific namespace

Good afternoon. So I have an RKE2 cluster with the security policy in place that does not allow root pods to run. I have a pod that has to run as root and have been trying to figure out how to allow my pod to deploy on this cluster without…
IT_User
  • 729
  • 9
  • 27
0
votes
2 answers

Web application account confirmation security flow

I have a question about security flow of confirmation link. I have a website on which you have to fill your email address and password after filing these information my app sends an email with a secure link to user email address. After clicking on…
Vivek Goel
  • 22,942
  • 29
  • 114
  • 186
0
votes
1 answer

is there any google API to check and count number of Armor Policies rules defined under a project. i have to count number of custom rules

Is there any google API to check and count number of Armor Policies rules defined under a project. i have to count number of custom rules so that once it crosses the quota limit that is 20 then it should throw an error. I Have to write a ansible…
0
votes
1 answer

Ubuntu 20.04 GDM3 Root Login GUI How Can I Disable Security Notification

firstly sorry for my english because im trying to explain my question yours. System Details; Ubuntu 20.04 GDM3 (GUI) Installed VNC Connection Installed Root Login Enabled for login screen & SSH Automatic Login Enabled login screen everythings good…
0
votes
2 answers

How do you declare a gcp rate_limit_options block in terraform

I'm trying to create a gcp cloud armor rate limiting "throttle" resource but i keep getting the error below. Error: Unsupported block type │ │ on main.tf line 20, in resource "google_compute_security_policy" "throttle": │ 172: …
0
votes
1 answer

Local Security Policies, System Group Policy Objects, and Active Directory values not updating Secedit.exe Sec.cfg

I am attempting to monitor the status of SeRemoteShutdownPrivilege and SeEnableDelegationPrivilege to determine if they have been updated/changed. When doing so, this configuration file doesn't seem to update. Are there any other locations where a…
0
votes
2 answers

How create table inline function for security policy row filter depending on values in configuration table in SQL Server?

I would like to create a row level security policy. My input is a user_id for users who connect to the database through a middle-tier application. I would like to: Query a configuration table (let's call it conf_table) to get the department name of…
trk15
  • 1
  • 1
0
votes
1 answer

java cannot find main class due to security policy

I am running a java app as follows and my policy file is in the same folder and it gives the following error. if I run it without specifying policy related parameters, it runs fine. any idea what I am doing wrong here and how to fix it?…
0
votes
1 answer

vscode webview - passing huge json data from webview to external js

I code vscode extension and I use webview for presenting text. The text is stored in json file - this is huge file, and there is a lot of text. Some words from that text need present popup window when mouse hover them on the webview. The words and…
0
votes
1 answer

Is SQL Server Security Policy executed per row or per select

Lets say I have CREATE FUNCTION [sec].[PartyGroupAccessPredicate](@PartyGroupId uniqueidentifier) RETURNS TABLE WITH SCHEMABINDING AS RETURN SELECT 1 AS accessResult FROM [sec].[PartyGroupPartyLink] partyGroupLink …
Murdock
  • 4,352
  • 3
  • 34
  • 63
0
votes
2 answers

What are the correct security policy value settings to allow both RMI and JPA/Hibernate to work at the same time

I'm working on an application that requires the use of both JPA/Hibernate and RMI. Since RMI requires the use of a Security Policy to make sure that access to the network is correctly assigned I also now have to worry about the folder…
JRSofty
  • 1,216
  • 1
  • 24
  • 49
0
votes
2 answers

Security policy for the special field value and empty value

I have created a query in AOT. This query is used for security policy. the security policy is about restricting each user in the purchase order form to see just purchase pools which are defined for him. He should see purchase records which purchase…
Nastaran Hakimi
  • 695
  • 1
  • 16
  • 36
0
votes
2 answers

getting error in asp.net after uploading

Kindly check the link I've uploaded the website and after uploading when I run the application it starts giving me this error: Description: The application attempted to perform an operation not allowed by the security policy. To grant this …
Emaad Ali
  • 1,483
  • 5
  • 19
  • 42